berkeleyauv / robosub_ws

All the code used to compete in the Robosub competition
3 stars 1 forks source link

Getting acquainted with OpenCV #44

Closed nLevin13 closed 3 years ago

nLevin13 commented 3 years ago

Tutorials pytorch

Use threasholding for colors to block out certain colors from your webcam feed Get started with: cv.inRange(frame_HSV, (low_H, low_S, low_V), (high_H, high_S, high_V))