This Python package allows for image comparison between two provided images using a specified threshold
Project description
Images Compare 🖼️
This Python package allows for image comparison between two provided images using a specified threshold.
Installation
Install images-compare with pip
pip install images-compare
Demo
Copy the below code snippet for a quick start
from images_compare import verify_images
res = verify_images("img_1.png", "img_2.png", 0.0001)
print(res)
Usage
The function verify_images
is designed to take three parameters: the first two parameters are the images to be compared, and the third parameter represents the threshold difference. The default value for the threshold is set to 0.0001.
Authors
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
images-compare-0.6.0.tar.gz
(2.8 kB
view hashes)
Built Distribution
Close
Hashes for images_compare-0.6.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7fe9ac8378736226b68f3bb2903c5e939ddb6e776f1a2c4bb6c39f71c5446f5 |
|
MD5 | 0a056e6415bc7ae3f11c84b4fa322c11 |
|
BLAKE2b-256 | d1df4bfce7de3615a57c69aa650b0b301f3601578002aa99d3d9c03edd26d366 |