Define a color to extract using opencv

前端 未结 0 476
栀梦
栀梦 2020-12-13 04:20

I have an image and I need to erase all the green elements.

Right now I\'m doing this,

hsv = cv.cvtColor(img,cv.COLOR_BGR2HSV)
lower_green, upper_green         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题