Skip to content

Latest commit

 

History

History
executable file
·
11 lines (7 loc) · 353 Bytes

File metadata and controls

executable file
·
11 lines (7 loc) · 353 Bytes

ImageProcessing

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!