Update ScreenMatching.cs

This commit is contained in:
Namhyeon Go 2024-08-12 21:06:02 +09:00
parent 5062d774b7
commit e8c69d1489

View File

@ -55,7 +55,7 @@ public class ScreenMatching
private List<Bitmap> templateImages;
private string templateDirectoryPath;
private int templateCurrentIndex = 0;
private double threshold = 0.97;
private double threshold = 0.5;
private string captureMode;
public ScreenMatching(ServiceBase parent, string workingDirectory)