Using findContours loop extract multiple objects by given a specific width and height

前端 未结 0 447
你的背包
你的背包 2021-01-24 05:47

I try to get a specific object like (rectangle) by given width and height.

I get find countours like this :

cnts = cv2.findContours(dilate, cv2.RETR_EXTERN         


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