From df0cb5b4524b4025baa40bf44f4f613bcb75411c Mon Sep 17 00:00:00 2001 From: suo-xuanran <1621577291@qq.com> Date: Tue, 10 May 2022 11:13:48 +0800 Subject: [PATCH] Changes --- src/shapedetect/Picture.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shapedetect/Picture.py b/src/shapedetect/Picture.py index 00f2cb9..28b5932 100644 --- a/src/shapedetect/Picture.py +++ b/src/shapedetect/Picture.py @@ -149,3 +149,4 @@ class Picture: # 针对图片的操作 # show the output image # cv2.imshow("Image", self.resized) # cv2.waitKey(0) + # test -- Gitee