5 lines
144 B
Python
5 lines
144 B
Python
# 对图片分别使用Roberts、Sobel和Prewitt三种边缘检测方式,完成边缘检测并使用matplotlib展示结果
|
|
|
|
import cv2 as cv
|
|
|