69 skills found · Page 1 of 3
akshaybahadur21 / Drowsiness DetectionA simple Drowsiness Detection module for humans. 😴 🚫 🚗
Avinash793 / Panoramic Image StitchingCreate panorama image using invariant features from given set of overlapping images.
CT83 / SmoothStreamWebcam, PiCamera streaming over the network with Python made easy.
ashwin-pajankar / Python OpenCV3Initial Publish... Yet to add the code...
thinking-tower / Fourier And ImagesFourier and Images
kevinam99 / Capturing Images From Webcam Using Opencv PythonCapture an image from the webcam of your system and save it to your machine.
Nikhil-Kasukurthi / Counting People VideoCounting the number of people in a video.
KananVyas / PlayerDetectionPlayer detection and ball detection in football matches using image processing(opencv).
dlime / Faster OpenCV 4 Raspberry PiA pre-compiled version of OpenCV 4 for Raspberry Pi optimized for deep learning / computer vision..
soumik12345 / Kinect VisionA computer vision based gesture detection system that automatically detects the number of fingers as a hand gesture and enables you to control simple button pressing games using you hand gestures.
menpo / Conda Opencv3Automated building of OpenCV3 Python bindings
nishagandhi / OpenPose PythonOpenCVA simple code demonstrating real-time Pose Estimation in webcam using OpenPose Python and OpenCV
pageauc / Opencv3 SetupRaspberry Pi whiptail Menu driven Easy Install and Compile of opencv3 python from source files.
noorkhokhar99 / Pothole Detection Pothole Detection Using Python And Deep LearningPothole Detection || Pothole Detection using python and deep learning
a1rb4Ck / Camera FusionMultiple cameras calibration and fusion with OpenCV Python.
riaz / Practical OpenCV3 PythonProjects for Video Series titled "Practical OpenCV3 Image Processing with Python"
sichkar-valentyn / Neural Networks For Computer VisionImplementing Neural Networks for Computer Vision in autonomous vehicles and robotics for classification, pattern recognition, control. Using Python, numpy, tensorflow. From basics to complex project
Seyed-Ali-Ahmadi / Digital Image ProcessingThis is a course depository from K. N. Toosi University of Technology. The course is Digital Image Processing taught by Dr. Yasser Maqsoudi and Seyed Ali Ahmadi in geomatics faculty of K.N.T. University of technology. The course material is currently uploaded in Google Classroom, but we are considering to distribute some of the material here for public usage. You can use the codes and theories of digital image processing freely with no licences; but using the slides and other copyrighted material without making citations is forbidden.
swarnim1212 / Driver Fatigue DetectionThis repo can detect and track user's eyes and mouth and alert when the user is feeling drowsy.
berrouba-med-amine / Simple Python Camera Viewer Opencv3 PyQt5In this example, we demonstrate how to create simple camera viewer using Opencv3 and PyQt5. If you need to change ui_main_window.ui with QtDesigner, don't forget to regenerate ui_main_window.py file using this command: pyuic5 main_window.ui -o main_window.py