color detection using opencv python

前端 未结 3 882
误落风尘
误落风尘 2021-02-07 20:39

I am trying to run a script written using opencv in python which uses webcam to track colored objects (here the object is blue colored), which is also mentioned in opencv\'s doc

3条回答
  •  生来不讨喜
    2021-02-07 21:23

    In order to detect the object based on color in OpenCV-python, I think this repo will help you check out this GitHub repo:

    https://github.com/shashiben/Opencv/blob/master/Object%20Detection/object_detect_with_hsv.py

    I did track the object based on HSV color using trackbar

提交回复
热议问题