contours-detection

There are 29 repositories under contours-detection topic.

  • Smorodov/ellipseDetector

    OpenCV ellipse detector.

    Language:C++18314
  • harshnamdev98/Hand-Gesture-Scrolling

    This is project based on opencv and python by which we can control our pc by using hand gestures .

    Language:Python13102
  • ZiadSheriif/Sa7a7LY

    A Grades-autoFiller app which converts either a tabular sheet of grades or a bubble sheet to an excel file with corresponding input mapped to answers.

    Language:Jupyter Notebook9203
  • yl-jiang/ContourTracing

    Python Implement of "A linear-time component-labeling algorithm using contour tracing technique"

    Language:Jupyter Notebook6100
  • mactavish10/Colour-Based-Object-Tracking

    A Python Program for Colour Based Object Tracking. Additionally, path of the object is traced.

    Language:Python4201
  • NJACKWinterOfCode/Printed-Text-recognition-and-conversion

    A software for extracting text from scanned images of printed text documents

  • Ztrimus/object-detection-using-opencv-python

    Shape, Size and Color of Objects are detected using contour Detection in OpenCV Python 2

    Language:Python4103
  • Sri-Sai-Charan/Edge-Detection

    Edge detection includes a variety of mathematical methods that aim at identifying edges, curves in a digital image at which the image brightness changes sharply or, more formally, has discontinuities. This program explores various methods to approach edge detection

    Language:Jupyter Notebook3100
  • wookieJ/contour-detection

    C++ application to recognize object's contours using openCV.

    Language:C++3100
  • AhmedHosny2024/Image-Processing-Labs

    ✨ Solution of image processing course labs. They handle many related topics to image processing like smoothing , classification ...etc

    Language:Jupyter Notebook2102
  • akash-rajak/Image-Contours-Co-ordinates

    Python Script to get the Counters co-ordinates in image.

    Language:Python210
  • utkarsh-21st/math-expression-seperator

    This program aims to separate a math expression / equation (or any abstract) into its individual terms using OpenCV.

    Language:Python2100
  • AditiBagora/DynamicGestureRecognition

    The project take video that contains one hand moving gesture and by using Image Processing(Python opencv) and an alogirthm calculates code bit i.e. state of each finger if it is open(1) closed(0) or half open(0.5) calculates the direction of movement of the object of interest i.e. hand and maps it a corresponding word that is defined in a small static dictionary in the program. Sample video is placed in Sentences folder.

  • bharath-acchu/Image-segmentation

    Different methods for image segmentation

    Language:Jupyter Notebook100
  • bk1021/wicking_video_area_detection

    Use opencv-python to detect the water area in each frame of the wicking video

    Language:Python1200
  • breadrock1/dr-detector

    There is my own simpliest implimentation of drone detection by computer vision technologies.

    Language:Python120
  • ddS08/Medical-Image-Processing

    Language:Jupyter Notebook1102
  • jb-0001/object-motion-detection

    A realtime motion detection software written in python using opencv.

    Language:Python1111
  • Prometheussx/Contours-Convex-Hull

    Contours and Convex Hull are crucial concepts in computer vision. Contours outline object boundaries in images, while Convex Hull simplifies shapes for efficient analysis and object recognition.

    Language:Python110
  • Snigdho8869/Image-Segmentation-Projects

    Collection of notebooks for image segmentation tasks.

    Language:Jupyter Notebook1101
  • AntonioPedro07/Detection-Contours

    This repository contains implementations and comparisons of various contour detection techniques using OpenCV. The primary objective is to offer a comprehensive platform to explore, test, and compare the performance of these methods in detecting objects from a camera feed.

    Language:Python0200
  • ashutoshraj/Form-Character-Extraction

    Extracting forms character without messing up the sequence.

    Language:Python0100
  • erolnebioglu/contours-convexHull-convexityDefects

    OpenCV-notes

    Language:Jupyter Notebook0100
  • RhuthuHegde/Document-Scanner-with-Air-Drawing

    This project intends to make a drawing or annotating hands-free by using Hand tracking modules and virtually drawing on a Scanned document and is a major application of Computer Vision. The document is captured in real-time and stored in the system, which is then cropped to remove the unwanted edges and background and saved again. It uses edge detection and Canny detection and does automatic corner detection, image sharpening, and colour thresholding. The hand tracking is module is used to detect the fingertips from the web camera for drawing on the Canvas using the Index finger. Two fingers are used for colour selection and an Index finger is used to annotate on the document making it contact-less and easy

    Language:Python0103
  • vishalvarma07/lexicontour

    A openCV package that can read multiple inputs like pdf's or images to assist in converting digital documents into structured data

    Language:Python0200
  • AditiBagora/StaticGestureRecognition

    The project takes an image that contains one hand static gesture and by using Image Processing(Python opencv) and an alogirthm calculates code bit i.e. state of each finger if it is open(1) closed(0) or half open(0.5) and maps it a corresponding word that is defined in a small static dictionary in the program. it uses the text to speech module to convert the word into speech. Sample images are placed in Images folder.

  • sshaplygin/find-contours

    Simple scripts to find countours with OpenCV

    Language:Python102
  • tanmoy1999/eye_movement_detection

    Iris Movement Detection

    Language:Python201