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.

    Language:Jupyter Notebook1.1k71404
  • Shankar2442/Face-Detection

    Face Detection In Python Using OpenCV

    Language:Python331116
  • 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.

    Language:Python13101
  • Shankar2442/MovingObjectDetection

    Moving Object Detection with python using openCV

    Language:Python12105
  • 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.

    Language:Python113
  • 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.

    Language:C++11205
  • 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.

    Language:Python7100
  • 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++.

    Language:C++6102
  • ibrahimcanerdogan/OpenCV-Tutorial

    opencv guide and important projects

    Language:Jupyter Notebook5101
  • 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...

    Language:Jupyter Notebook5102
  • 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.

    Language:Python4
  • yunus-temurlenk/Opencv-Circle-Detection-Without-Houghcircle

    I tried an algorithm with some math calculations to detect circles.

    Language:C++3200
  • Asadullah-Dal17/Simple-Computer-vision

    simple and short computer vision projects

    Language:Python2101
  • 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

    Language:Python
  • 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.

    Language:Python