Skip to content

ddsachin10/Object_Counting_OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Counting using OpenCV

Description

Computer vision project built using Python and OpenCV to accurately detect and count objects in images through effective color segmentation and contour detection techniques.

Approach

  • Converted images from BGR to HSV color space for robust color detection
  • Applied color masking to isolate target objects
  • Used Gaussian blur and morphological operations to reduce noise
  • Detected contours and filtered them based on area
  • Counted and labeled detected objects on the output image

Tools & Libraries

  • Python
  • OpenCV
  • NumPy
  • Matplotlib

Output

The system successfully detects and counts objects with high accuracy and visually labels each detected object.

About

Computer vision project built using Python and OpenCV to accurately detect and count objects in images through effective color segmentation and contour detection techniques.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors