opencv-projects
There are 16 repositories under opencv-projects topic.
shsarv/Machine-Learning-Projects
This repository showcases a selection of machine learning projects undertaken to understand and master various ML concepts. Each project reflects commitment to applying theoretical knowledge to practical scenarios, demonstrating proficiency in machine learning techniques and tools.
Shankar2442/Face-Detection
Face Detection In Python Using OpenCV
Apparky/Real-Time-Face-Blur-using-OpenCV-Python-APPARKY
In this project , we have created a face blur using opencv (python) . Wherever your face is detected it will get blur.
Shankar2442/MovingObjectDetection
Moving Object Detection with python using openCV
AarambhDevHub/multi-cam-face-tracker
Real-time multi-camera face tracking system with PyQt5 interface and alert notifications (including Telegram notifications). Supports webcams, RTSP streams, and provides face recognition with InsightFace models.
yunus-temurlenk/SendVideoToQmlWithQThread
In this project, I am sending video to Qml side by decoding in another thread(QThread) not in the main thread like the previous project. Streaming and doing all opencv stuff in main(gui) thread is not safe.
problemsolvewithridoy/Zoom-Any-Picture-Using-Hand-Gestures-
This project showcases a Python application that allows you to zoom in and out of any picture using hand gestures. It utilizes the OpenCV library along with the cvzone module to detect and track hand gestures, enabling you to control the zoom level of an image effortlessly.
yunus-temurlenk/Tracker-Project-with-OpenCV-Cpp
This project simply shows a tracker example by using optical flow class output. OpenCV library used with C++.
ibrahimcanerdogan/OpenCV-Tutorial
opencv guide and important projects
yusufcinarci/OpenCV-Projects
In this repo, there are (beginner-Advanced) level projects in the field of openCV. I will host these projects that I have done in this field every day in this repo. With the hope that it will be useful to those who are interested in the field of opencv like me and will just start...
ShubhamMohanty680/Hand_Cricket
Play a two-player virtual cricket match using real-time hand gestures captured through webcams. Includes toss, batting, bowling, runs, outs, and automatic winner declaration — all powered by a trained ML model and parallel camera processing.
yunus-temurlenk/Opencv-Circle-Detection-Without-Houghcircle
I tried an algorithm with some math calculations to detect circles.
Asadullah-Dal17/Simple-Computer-vision
simple and short computer vision projects
KorayGokbulut/real-world-ai-projects
A collection of real-world machine learning and AI projects. Explore hands-on implementations of cutting-edge models, practical solutions, and techniques to tackle real-world challenges using AI.
ankitsharma-tech/Face-Detection
Face Detection In Python Using OpenCV
RayanAIX/Road-Lane-Detection-OpenCV
A computer vision project using OpenCV to detect road lane lines in driving videos. It processes video frame-by-frame using edge detection, region masking, Hough transforms, and overlays lane lines to assist self-driving logic.