104 skills found · Page 1 of 4
andrewssobral / Vehicle Detection HaarcascadesVehicle Detection by Haar Cascades with OpenCV
AdityaPai2398 / Vehicle And Pedestrian Detection Using Haar CascadesReal Time Detection and Classification of Vehicles and Pedestrians Using Haar Cascade Classifier
shreyapamecha / Speed Estimation Of Vehicles With Plate DetectionThe main objective of this project is to identify overspeed vehicles, using Deep Learning and Machine Learning Algorithms. After acquisition of series of images from the video, trucks are detected using Haar Cascade Classifier. The model for the classifier is trained using lots of positive and negative images to make an XML file. This is followed by tracking down the vehicles and estimating their speeds with the help of their respective locations, ppm (pixels per meter) and fps (frames per second). Now, the cropped images of the identified trucks are sent for License Plate detection. The CCA (Connected Component Analysis) assists in Number Plate detection and Characters Segmentation. The SVC model is trained using characters images (20X20) and to increase the accuracy, 4 cross fold validation (Machine Learning) is also done. This model aids in recognizing the segmented characters. After recognition, the calculated speed of the trucks is fed into an excel sheet along with their license plate numbers. These trucks are also assigned some IDs to generate a systematized database.
HsiehYiChia / Scene Text RecognitionScene text detection and recognition based on Extremal Region(ER)
Bkmz21 / CompactCNNCascadeA binary library for very fast face detection using compact CNNs.
noahlevenson / WasmfaceViola-Jones face detection from scratch in WebAssembly
guiyang882 / HandGesture基于Qt框架的手势识别程序,其中主要是用到了Opencv中的训练算法!属于本科水平的小项目,没有太完善!后期有空再弄吧!😄
vipulSharma18 / Automatic Emotion Recognition On DEAP DatasetThe project uses EEG signals from the DEAP Dataset to classify emotions into 4 classes using Ensembled 1-D CNNs, LSTMs and 2D , 3D CNNs and Cascaded CNNs with LSTMs.
jitendrasb24 / Car Detection OpenCVDetection of Cars from Video, Photo and Real Time
amannirala13 / HAAR Cascade Trainer Linux🖼️ This is a HAAR Cascade Classifier training GUI application for Linux. This application make it really easy to train classifiers for object detection and tracking using opencv by providing a Graphical user interface to set parameters and perform necessary steps.
xsyann / DetectionObject detection using OpenCV Haar Feature-based Cascade Classifiers
hzawary / CascadeTrainingToolAn useful windows application as user interface to cascade classifier training using OpenCV applications.
calapsss / Face Detection TutorialA simple facial recognition system using OpenCV and Raspberry Pi 4. Haar cascade classifier is used to detect faces in input image. Steps to set up system and required libraries are outlined in README. Ideal starting point for learning about facial recognition and open-source implementation.
vinitshahdeo / FaceRecognition:camera: Face Recognition using Haar-Cascade Classifier, OpenCV and Python
joyeecheung / Cascade Classifier TrainerScripts to train the OpenCV cascade classifer with Haar features for AdaBoost.
sherrardTr4129 / Haar Cascade ClassifiersA repository containing Haar Cascades that I trained.
powderblock / Glasses CvComputer vision facial recognition: Add glasses to faces using Haar cascade classifier! OpenCV + Python
alexfanjn / Cascading Failure LearningThe relevant data and codes of our ISCAS2022 work "Predicting Onset Time of Cascading Failure in Power Systems Using A Neural Network-based Classifier".
STM32xxx / OpenCV Cascade Classifier使用OpenCV的级联分类器识别中国象棋棋子
aliyevorkhan / FRIFRI (Face Recognition and Identification)