Image Processing projects With OpenCV Python
Run "HSV Color filter.py" and filter the object color you want to detect. Then edit "object detect by color.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!