Color detection of object in Image

后端 未结 2 1715
予麋鹿
予麋鹿 2021-02-11 03:19

I am using opencv and python .

I need to detect color of object in image for example given below image , the color of shirt is red.

2条回答
  •  [愿得一人]
    2021-02-11 04:09

    1. Load the frame
    2. Convert BGR to HSV
    3. Range the value of pixel

    also check out this link Color detection in opencv

提交回复
热议问题