requirements
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
tqdm
|
||||
opencv-contrib-python
|
||||
numpy
|
||||
pandas
|
||||
matplotlib
|
||||
pillow
|
||||
scikit-learn==1.3
|
||||
jupyterlab
|
||||
jupyterlab-language-pack-zh-CN
|
||||
@@ -0,0 +1,4 @@
|
||||
# 对图片分别使用Roberts、Sobel和Prewitt三种边缘检测方式,完成边缘检测并使用matplotlib展示结果
|
||||
|
||||
import cv2 as cv
|
||||
|
||||
Reference in New Issue
Block a user