Skip to main content

Compare two images

Project description

Package Description

Utility function for comparing two images. Inspired by MATLAB’s imshowpair function.

Installation

imshowpair requires matplotlib. To install, download the source and run

python setup.py install

Usage

Sample usage:

import imshowpair
a = .. # load first image
b = .. # load second image
imshowpair.imshowpair(a, b)

Functions to use when comparing images (alpha blending, etc.) are implemented in imshowpair.utils. These may require additional dependencies such as scikit-image:

import imshowpair
import imshowpair.utils as utils
a = .. # load first image
b = .. # load second image
imshowpair.imshowpair(a, b, utils.blend)

Development

The latest source code can be obtained from GitHub.

Authors

See the included AUTHORS.rst file for more information.

License

This software is licensed under the BSD License. See the included LICENSE.rst file for more information.

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

imshowpair-0.1.0.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

imshowpair-0.1.0-py2.py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 2 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