Metadata-Version: 2.1
Name: image-match3
Version: 1.1.2
Summary: image_match is a simple package for finding approximate image matches from a corpus.
Home-page: https://github.com/ascribe/image-match/
Author: Ryan Henderson
Author-email: ryan@bigchaindb.com
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: Software Development
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Multimedia :: Graphics
Requires-Dist: scikit-image (>=0.14)
Requires-Dist: elasticsearch (<8.0.0,>=7.0.0)
Requires-Dist: six (>=1.11.0)
Provides-Extra: dev
Requires-Dist: ipdb ; extra == 'dev'
Requires-Dist: ipython ; extra == 'dev'
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: pep8 ; extra == 'dev'
Requires-Dist: pyflakes ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pytest-xdist ; extra == 'dev'
Requires-Dist: recommonmark (>=0.4.0) ; extra == 'dev'
Requires-Dist: Sphinx (>=1.3.5) ; extra == 'dev'
Requires-Dist: sphinxcontrib-napoleon (>=0.4.4) ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme (>=0.1.9) ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: recommonmark (>=0.4.0) ; extra == 'docs'
Requires-Dist: Sphinx (>=1.3.5) ; extra == 'docs'
Requires-Dist: sphinxcontrib-napoleon (>=0.4.4) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (>=0.1.9) ; extra == 'docs'
Provides-Extra: extra
Requires-Dist: cairosvg (<2,>1) ; extra == 'extra'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: pep8 ; extra == 'test'
Requires-Dist: pyflakes ; extra == 'test'
Requires-Dist: pylint ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-xdist ; extra == 'test'


image_match is a simple package for finding approximate image matches from a
corpus. It is similar, for instance, to pHash <http://www.phash.org/>, but
includes a database backend that easily scales to billions of images and
supports sustained high rates of image insertion: up to 10,000 images/s on our
cluster!

Based on the paper An image signature for any kind of image, Goldberg et
al <http://www.cs.cmu.edu/~hcwong/Pdfs/icip02.ps>.


