How to copy an image region for drawContours area instead of rectangle area of using OpenCV in python?

后端 未结 0 808
陌清茗
陌清茗 2021-02-03 12:25

I tried to show region of interest (ROI) based on drawContours area roi2 = clone1[contour[[0]]] cv2.imshow("roi2", roi2) instead of rectangle

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