Digital Image Processing
Digital Image Processing
PROCESSING
Introduction
created an object detection and object tracking using HSV color spacing.
two parts and 1 application
In the first part , object detection and object tracking is implemented using HSV color
spacing on images
In the second part , object detection and object tracking is implemented using HSV color
spacing in live video
For application ,I implemented simple hsv color spacing in game using python.
Goal
Use of HSV
Reason we choose HSV
Background
There are more than 150 color space conversion methods in OpenCV
Object detection and tracking on images using HSV color space
image which is called img . Png
Continue..