python opencv trying to find center of contours with moments method

前端 未结 0 375
误落风尘
误落风尘 2021-01-08 01:07

This is my code.

import cv2

#detect all centers of objects
#mark all centers
#return modified image

def markCenter(canny,img):

    #get contours using cv2          


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