Plotting of the gradient in Canny edge detector, showing unsupported data type error in python

前端 未结 0 1878
清酒与你
清酒与你 2020-12-31 12:47

My code for gradient calculation is as follows :

from  skimage.feature import canny
import numpy as np


def Canny_detector(img):
     import cv2
     from sc         


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