Computer vision projects. Most of the algorithms are programmed from scratch.
-
- Sequential Connected Component Labeling
- Size/Noise Filter
-
- Dilation
- Erosion
- Opening
- Closing
- Boundary
-
- Improve contrast and brightness
-
(mp4) Histogram-based Skin Color Detection
- Training a 2D histogram in HSV color space for Skin Color Detection
-
- Hough Transform algorithm for straight line detection
-
(mp7) Template-matching based Target/Motion tracking
- SSD (Sum of Squared Difference)
- CC (Cross-Correlation)
- NCC (Normalized Cross-Correlation)