Skip to content

Latest commit

 

History

History
executable file
·
11 lines (8 loc) · 404 Bytes

File metadata and controls

executable file
·
11 lines (8 loc) · 404 Bytes

ImageProcessing

Image Processing projects With OpenCV Python.

This Program can control mouse cursor with a moving object.It detects the onject by its color. Use "HSV Color filter.py" to filter the object. Then Edit "Mouse.py" and change the following lines with values HSV values

lower_hsv = np.array([lowH, lowS,lowV])
higher_hsv = np.array([highH, highS, highV])

Save it and RUN!