{ "info": { "author": "Lev E. Givon", "author_email": "lev@columbia.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering", "Topic :: Software Development" ], "description": "Package Description\n-------------------\nUtility function for comparing two images. Inspired by MATLAB's\n`imshowpair `_ \nfunction.\n\n.. .. image:: https://img.shields.io/pypi/v/imshowpair.svg\n.. :target: https://pypi.python.org/pypi/imshowpair\n.. :alt: Latest Version\n\nInstallation\n------------\n`imshowpair` requires `matplotlib `_. To install, \ndownload the source and run ::\n\n python setup.py install\n\nUsage\n-----\nSample usage: ::\n\n import imshowpair\n a = .. # load first image\n b = .. # load second image\n imshowpair.imshowpair(a, b)\n\nFunctions to use when comparing images (alpha blending, etc.) are \nimplemented in `imshowpair.utils`. These may require additional dependencies \nsuch as `scikit-image `_: ::\n\n import imshowpair\n import imshowpair.utils as utils\n a = .. # load first image\n b = .. # load second image\n imshowpair.imshowpair(a, b, utils.blend)\n\nDevelopment\n-----------\nThe latest source code can be obtained from\n`GitHub `_.\n\nAuthors\n-------\nSee the included `AUTHORS.rst \n`_ file for \nmore information.\n\nLicense\n-------\nThis software is licensed under the `BSD License \n`_.\nSee the included `LICENSE.rst \n`_ file for \nmore information.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lebedov/imshowpair", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "imshowpair", "package_url": "https://pypi.org/project/imshowpair/", "platform": "", "project_url": "https://pypi.org/project/imshowpair/", "project_urls": { "Homepage": "https://github.com/lebedov/imshowpair" }, "release_url": "https://pypi.org/project/imshowpair/0.1.0/", "requires_dist": [ "matplotlib (>=2.0.0)", "scikit-image (>=0.14) ; extra == 'extra_funcs'" ], "requires_python": "", "summary": "Compare two images", "version": "0.1.0" }, "last_serial": 4816911, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3a0b5faf5c6cd62bbca398d260be0327", "sha256": "2342cf335321a04d43531c53f3e084097f47e812051d079d6aac72e4584981df" }, "downloads": -1, "filename": "imshowpair-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3a0b5faf5c6cd62bbca398d260be0327", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4316, "upload_time": "2019-02-13T18:22:20", "url": "https://files.pythonhosted.org/packages/ff/7d/bf44717d2faead8fbf53b97ab2b8ecdb70a900e531fc1c190aa549cc69c6/imshowpair-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b219e1e2f225baa3f0cc940b54aa0e09", "sha256": "ae8669678e1005801652a088302fe52bf6cdf5975811e2231a37289539c16866" }, "downloads": -1, "filename": "imshowpair-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b219e1e2f225baa3f0cc940b54aa0e09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4292, "upload_time": "2019-02-13T18:22:23", "url": "https://files.pythonhosted.org/packages/01/48/5c00b3fb793bb9b6ba30aafe0d14861d2bc83117f5f8f86c28e41a423ac6/imshowpair-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3a0b5faf5c6cd62bbca398d260be0327", "sha256": "2342cf335321a04d43531c53f3e084097f47e812051d079d6aac72e4584981df" }, "downloads": -1, "filename": "imshowpair-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3a0b5faf5c6cd62bbca398d260be0327", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4316, "upload_time": "2019-02-13T18:22:20", "url": "https://files.pythonhosted.org/packages/ff/7d/bf44717d2faead8fbf53b97ab2b8ecdb70a900e531fc1c190aa549cc69c6/imshowpair-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b219e1e2f225baa3f0cc940b54aa0e09", "sha256": "ae8669678e1005801652a088302fe52bf6cdf5975811e2231a37289539c16866" }, "downloads": -1, "filename": "imshowpair-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b219e1e2f225baa3f0cc940b54aa0e09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4292, "upload_time": "2019-02-13T18:22:23", "url": "https://files.pythonhosted.org/packages/01/48/5c00b3fb793bb9b6ba30aafe0d14861d2bc83117f5f8f86c28e41a423ac6/imshowpair-0.1.0.tar.gz" } ] }