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!