mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-11 09:24:58 +00:00
Update ScreenMatching.cs
This commit is contained in:
parent
5062d774b7
commit
e8c69d1489
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user