cv2 and draw contours with own points

前端 未结 0 1796
温柔的废话
温柔的废话 2021-01-31 20:46

I like to draw filled contours on an image. My code is as follows.

def createmask(xmlfile, org_w, org_h, imname):    
    mask = np.zeros((org_h, org_w, 3), np.ui         


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