Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 632 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 632 Bytes

Contour & Shadow Detection

Description

A Python tool using OpenCV to detect and draw contours and centers of objects in an image. It allows real-time parameter adjustments for kernel size, HSV thresholds, and dilation/erosion iterations through interactive trackbars.

Features

  • Real-time image processing with adjustable parameters
  • Detects and draws contours and their centers
  • Uses HSV color space for better thresholding
  • Applies Gaussian blur and morphological transformations

Before and After

Original Image

Original Image

Processed Image

Processed Image