From 33b32a6c92d034ed60724f49e33430213cf930b9 Mon Sep 17 00:00:00 2001 From: YZJ Date: Mon, 1 Jul 2024 11:33:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E9=97=AA=E7=83=81=E4=B8=8E?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E9=98=BB=E5=A1=9E=E6=9C=AA=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HisenceYoloDetection/CheckDiffSciHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HisenceYoloDetection/CheckDiffSciHelper.cs b/HisenceYoloDetection/CheckDiffSciHelper.cs index 38cfc5e..4811e43 100644 --- a/HisenceYoloDetection/CheckDiffSciHelper.cs +++ b/HisenceYoloDetection/CheckDiffSciHelper.cs @@ -24,7 +24,7 @@ namespace HisenceYoloDetection /// 存储路径 public static bool CheckDiffSci(string path1, Mat MatDet, Rect sqlrect, Rect detrect, bool IfWhiteWord, string saveDir) { - // 读取和处理第一张图片 + // 读取和处理第一张图片。。 Mat img1 = Cv2.ImRead(path1, ImreadModes.Color); if (img1.Empty()) {