圖像梯度-laplacian拉普拉斯算子

函數如下所示: import cv2 a=cv2.imread('image\\lena256.bmp') b=cv2.Laplacian(a,cv2.CV_64F) b=cv2.convertScaleAbs(b) cv2.imshow('a',a) cv2.imshow('Laplacian',b) cv2.waitKey() cv2.destroyAllWindows()
相關文章
相關標籤/搜索