Image Position Checker is a Python script that checks a collection of images in a specified folder to see if they contain specific positions with predefined colors. If an image matches the criteria, it will be moved to another designated folder.
To get started with this script, follow these instructions:
Before running the script, make sure you have the following prerequisites installed:
- Python 3.x
- OpenCV (cv2) library
You can install OpenCV using pip:
pip install opencv-python