How to find the best fitting line of a blob which goes through the centroid in python

前端 未结 0 1477
再見小時候
再見小時候 2021-01-19 08:48

This is what I have tried:

import cv2
import numpy as np

img = cv2.imread(\'images/skin5.jpg\')
imgcopy = img.copy()

kernel = np.ones((5,5),np.uint8)
img2 =         


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