Update ScreenMatching.cs
Some checks failed
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled

This commit is contained in:
Namhyeon Go 2024-08-02 16:53:33 +09:00
parent 8df6270287
commit a5672a16ff
3 changed files with 1 additions and 1 deletions

View File

@ -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.