Topic: "contours-detection"
Smorodov/ellipseDetector
OpenCV ellipse detector.
Language: C++ - Size: 1.31 MB - Last synced at: 15 days ago - Pushed at: over 4 years ago - Stars: 18 - Forks: 4

harshnamdev98/Hand-Gesture-Scrolling
This is project based on opencv and python by which we can control our pc by using hand gestures .
Language: Python - Size: 1.48 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 11 - Forks: 2

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 Notebook - Size: 226 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 6 - Forks: 3

mactavish10/Colour-Based-Object-Tracking
A Python Program for Colour Based Object Tracking. Additionally, path of the object is traced.
Language: Python - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 1

NJACKWinterOfCode/Printed-Text-recognition-and-conversion Fork of ishita27/Printed-Text-recognition-and-conversion 📦
A software for extracting text from scanned images of printed text documents
Size: 187 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 13

Ztrimus/object-detection-using-opencv-python
Shape, Size and Color of Objects are detected using contour Detection in OpenCV Python 2
Language: Python - Size: 19.5 KB - Last synced at: 11 days ago - Pushed at: almost 7 years ago - Stars: 4 - Forks: 3

wookieJ/contour-detection
C++ application to recognize object's contours using openCV.
Language: C++ - Size: 6.76 MB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 0

yl-jiang/ContourTracing
Python Implement of "A linear-time component-labeling algorithm using contour tracing technique"
Language: Jupyter Notebook - Size: 9.32 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

akash-rajak/Image-Contours-Co-ordinates
Python Script to get the Counters co-ordinates in image.
Language: Python - Size: 1.27 MB - Last synced at: 30 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

jb-0001/object-motion-detection
A realtime motion detection software written in python using opencv.
Language: Python - Size: 3.09 MB - Last synced at: 6 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 1

bk1021/wicking_video_area_detection
Use opencv-python to detect the water area in each frame of the wicking video
Language: Python - Size: 128 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

Snigdho8869/Image-Segmentation-Projects
Collection of notebooks for image segmentation tasks.
Language: Jupyter Notebook - Size: 4.24 MB - Last synced at: 28 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

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: Python - Size: 6.78 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ddS08/Medical-Image-Processing
Language: Jupyter Notebook - Size: 2.77 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

breadrock1/dr-detector
There is my own simpliest implimentation of drone detection by computer vision technologies.
Language: Python - Size: 14.6 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

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.
Size: 4.35 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

utkarsh-21st/math-expression-seperator
This program aims to separate a math expression / equation (or any abstract) into its individual terms using OpenCV.
Language: Python - Size: 961 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

bharath-acchu/Image-segmentation
Different methods for image segmentation
Language: Jupyter Notebook - Size: 2.89 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

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: Python - Size: 5.86 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

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: Python - Size: 35.4 MB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 3

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.
Size: 1.63 MB - Last synced at: 9 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

tanmoy1999/eye_movement_detection
Iris Movement Detection
Language: Python - Size: 2.31 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 1

sshaplygin/find-contours
Simple scripts to find countours with OpenCV
Language: Python - Size: 41 KB - Last synced at: about 1 month ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 2
