You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java program that detects and tracks a specific object on your screen using OpenCV template matching. Captures the screen or a region, finds a template image, highlights it, optionally moves the mouse to it, and can monitor the area for changes. Useful for UI automation, testing, or visual tracking.