图片闪烁与关闭阻塞未解决
This commit is contained in:
parent
a6d2f87095
commit
33b32a6c92
@ -24,7 +24,7 @@ namespace HisenceYoloDetection
|
||||
/// <param name="saveDir">存储路径</param>
|
||||
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())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user