requirements

This commit is contained in:
2024-11-25 01:37:38 +08:00
parent e39ed590b9
commit 8537fb62c1
2 changed files with 13 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
tqdm
opencv-contrib-python
numpy
pandas
matplotlib
pillow
scikit-learn==1.3
jupyterlab
jupyterlab-language-pack-zh-CN
+4
View File
@@ -0,0 +1,4 @@
# 对图片分别使用Roberts、Sobel和Prewitt三种边缘检测方式,完成边缘检测并使用matplotlib展示结果
import cv2 as cv