234 skills found · Page 1 of 8
ermig1979 / SimdC++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, NEON for ARM.
atulapra / Emotion DetectionReal-time Facial Emotion Detection using deep learning
kmhmubin / Face Recognition Attendance SystemFace Detection | Recognition | Attendance
andrewssobral / Vehicle Detection HaarcascadesVehicle Detection by Haar Cascades with OpenCV
Aditya-Khadilkar / Face Tracking With Anime CharactersHello! I have made a Python project where YURI from the game doki doki literature club accesses the webcam and stares directly into the players soul. Hope you enjoy!
foo123 / HAAR.jsFeature Detection based on Haar Cascades in JavaScript (Viola-Jones-Lienhart et al Algorithm)
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.
msindev / Facial Recognition Using FaceNet Siamese One Shot LearningImplementation of Facial Recognition System Using Facenet based on One Shot Learning Using Siamese Networks
JoakimSoderberg / ImageclipperAn imageclipper intended for using when creating OpenCV haar cascade sample images.
austinjoyal / Haar Cascade FilesA complete collection of Haar-Cascade files. Every Haar-Cascades here!
theAIGuysCode / Colab WebcamNotebook for accessing local webcam within Google Colab on Images and Videos. Basic tutorial running face detection on webcam image and video.
noahlevenson / WasmfaceViola-Jones face detection from scratch in WebAssembly
ankit1khare / Automatic Parking ManagementDetecting empty spaces in car parking using a camera at lamp-post angle. Video explanation: https://www.youtube.com/watch?v=y1M5dNkvCJc&t. Also check my new video in the same series, Easy Street Parking: https://www.youtube.com/watch?v=1aNT6S_VBNc
Anlin-Abishek / RealTime Face Eye IdentifierA Python-based computer vision application using OpenCV and Haar Cascades to detect faces and eyes in real-time with custom user-labeling features.
kunalgupta777 / OpenCV Face FiltersSnapchat-like Face Filters in OpenCV
sunsided / Viola Jones AdaboostTraining a face detection cascade using Adaptive Boosting after Viola and Jones.
amirhossein-hkh / Facial Expression RecognitionFacial Expression Recognition Using CNN and Haar-Cascade
ahmetozlu / Human Computer InteractionFist, palm and hand detection & tracking for intelligent human-computer interaction game character movement control with OpenCV on Java (Processing sketchbook).
igororlov / TrafficLightDetection of traffic lights and driving on red light.