66 skills found · Page 1 of 3
mrnugget / Opencv Haar Classifier TrainingLearn how to train your own OpenCV Haar classifier
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.
sidroopdaska / SelfDrivingRCCarAutonomous RC Car using Neural Networks, Python and Open CV
austinjoyal / Haar Cascade FilesA complete collection of Haar-Cascade files. Every Haar-Cascades here!
kunalgupta777 / OpenCV Face FiltersSnapchat-like Face Filters in OpenCV
ahmetozlu / Human Computer InteractionFist, palm and hand detection & tracking for intelligent human-computer interaction game character movement control with OpenCV on Java (Processing sketchbook).
pddenhar / OpenCV Dashcam Car DetectionOpenCV Haar classifier trained to detect the rear end of cars on the road. Useful for analyzing dashcam footage.
cfizette / Road Sign CascadesCollection of HAAR and LBP cascades designed to recognize various street signs
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
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.
lcosicnus / CMSVehicle detection and tracking and speed estimation using opencv
Wingie / Django Face RecognitionThis is a proof of concept application that allows the Django platform to leverage opencv libraries via python to a web interface. Simple Haar classifiers xml from openCV samples were obtained and face / eyes / edge detection algorithms were triggered to be processed on the "Cloud"! Its not very efficient though.. sending pictures over the internet is a lot of processing in itself.. this was just for fun. and i had to use bash scripts to get some stuff done, so this code only works on a linux LAMP stack.
vinitshahdeo / FaceRecognition:camera: Face Recognition using Haar-Cascade Classifier, OpenCV and Python
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
dan-silver / Haar Classifier GeneratorOpenCV Haar Classifier generator
SubhiH / Face Detection IOSIOS application for object detection using Haar feature-based cascade classifiers in OpenCV
gerardobort / Kitten CvCat detection and classification using OpenCV's Haar classifier and Tensorflow's Inception model.