Skip to main content

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

Denzil Rodrigues

License

MIT

Project details


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.5.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

images_compare-0.5.0-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page