5月30 :圖像梯度和邊緣檢測

一:圖像梯度 1:sobel算子 https://blog.csdn.net/wzyaiwl/article/details/81274930 import cv2 as cv import numpy as np img1=cv.imread(「D:/OPen CV/pie.png」) sobelx=cv.Sobel(img1,cv.CV_64F,1,0,ksize=5) cv.imshow(「
相關文章
相關標籤/搜索