a-cv2-calculate-difference

Calculates the difference between 2 images


Keywords
OpenCV, cv2, images, pixels, detection, cv, python
License
MIT
Install
pip install a-cv2-calculate-difference==0.10

Documentation

Calculates the difference between 2 images

from a_cv2_calculate_difference import check_before_after
rect = check_before_after(
    "https://github.com/hansalemaos/screenshots/raw/main/colorfind3.png",
    r"https://github.com/hansalemaos/screenshots/raw/main/colorfind1.png",
    show_results=False,
    return_image=True,
    color=(255, 0, 0),
)

print(rect[0])
[(93, 150, 39, 18), (100, 137, 26, 13), (150, 117, 15, 15), (100, 100, 50, 32)]