Identifying the range of a color in HSV using openCV

前端 未结 4 1831
陌清茗
陌清茗 2021-02-03 13:59

I am working on identifying the color yellow using openCV in python. I have come to this step where I have to define the lower and upper range of the color yellow in HSV.

<
4条回答
  •  无人及你
    2021-02-03 14:50

    If you take pictures from a camera, it will depend on lighting condition. If your aim is to track some objects, you should always update your HSV values. My advise is keep your boundary as narrow as possible in your lighting condition.

提交回复
热议问题