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.
License
This software is licensed under the BSD License. See the included LICENSE.rst file for more information.
Release files for imshowpair 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| imshowpair-0.1.0.tar.gz | 4.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| imshowpair-0.1.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 8.6 kB
Release files / imshowpair-0.1.0.tar.gz
| Download URL | imshowpair-0.1.0.tar.gz |
|---|---|
| Size | 4.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ae8669678e1005801652a088302fe52bf6cdf5975811e2231a37289539c16866
|
|
BLAKE2b-256 checksum How to use checksums |
01485c00b3fb793bb9b6ba30aafe0d14861d2bc83117f5f8f86c28e41a423ac6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
|
Release files / imshowpair-0.1.0-py2.py3-none-any.whl
| Download URL | imshowpair-0.1.0-py2.py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
2342cf335321a04d43531c53f3e084097f47e812051d079d6aac72e4584981df
|
|
BLAKE2b-256 checksum How to use checksums |
ff7dbf44717d2faead8fbf53b97ab2b8ecdb70a900e531fc1c190aa549cc69c6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
|