Skip to content

Mkv47/OpenCV_Image_Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Moduler Screen Template Matching Scanner

A Python module for detecting occurrences of a specific image template on your screen using OpenCV and MSS.
Designed for easy integration into other projects, allowing you to scan your screen programmatically with simple function calls.


Features

  • Press s to scan the primary monitor for the template image.
  • Detects and prints coordinates of all matches found.
  • Press q to quit the program gracefully.
  • Uses normalized cross-correlation for template matching.

Requirements


Installation

Install dependencies with pip:

pip install mss opencv-python numpy keyboard

About

Simple Python script for scanning a window

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages