mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-11 16:35:13 +00:00
Update ScreenMatching.cs
This commit is contained in:
parent
8df6270287
commit
a5672a16ff
|
@ -86,7 +86,7 @@ public class ScreenMatching
|
|||
Bitmap mainImage = CaptureScreen(screen);
|
||||
|
||||
Bitmap image = templateImages[currentTemplateIndex];
|
||||
parent.Log($"Matching template {image.Tag as string} on the screen {i}...");
|
||||
parent.Log($"Trying match the template {image.Tag as string} on the screen {i}...");
|
||||
|
||||
Point matchLocation = FindTemplate(mainImage, (Bitmap)image.Clone(), out double maxCorrelation);
|
||||
results.Add(new ScreenMatchResult
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user