All Projects â†’ ProvenanceLabs â†’ image-match

ProvenanceLabs / image-match

Licence: other
🎇 Quickly search over billions of images

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to image-match

Image Match
🎇 Quickly search over billions of images
Stars: ✭ 2,662 (-3.59%)
Mutual labels:  image-signatures, image-analysis
OAD
Collection of tools and scripts useful to automate microscopy workflows in ZEN Blue using Python and Open Application Development tools and AI tools.
Stars: ✭ 90 (-96.74%)
Mutual labels:  image-analysis
miplib
A Python software library with a variety of functions for (optical) microscopy image restoration, reconstruction and analysis.
Stars: ✭ 54 (-98.04%)
Mutual labels:  image-analysis
squidpy
Spatial Single Cell Analysis in Python
Stars: ✭ 235 (-91.49%)
Mutual labels:  image-analysis
QuadTreeAndroid
Library that helps to implement the QuadTree in android, by using splitting images
Stars: ✭ 30 (-98.91%)
Mutual labels:  image-analysis
GARI
GARI (Genetic Algorithm for Reproducing Images) reproduces a single image using Genetic Algorithm (GA) by evolving pixel values.
Stars: ✭ 41 (-98.52%)
Mutual labels:  image-analysis
BusterNet
No description or website provided.
Stars: ✭ 49 (-98.23%)
Mutual labels:  image-analysis
cellfinder
Automated 3D cell detection and registration of whole-brain images
Stars: ✭ 122 (-95.58%)
Mutual labels:  image-analysis
ITKSphinxExamples
Cookbook examples for the Insight Toolkit documented with Sphinx
Stars: ✭ 48 (-98.26%)
Mutual labels:  image-analysis
fpzip
Cython bindings for fpzip, a floating point image compression algorithm.
Stars: ✭ 24 (-99.13%)
Mutual labels:  image-analysis
OMETIFF.jl
I/O operations for OME-TIFF files in Julia
Stars: ✭ 18 (-99.35%)
Mutual labels:  image-analysis
Python Computer Vision from Scratch
This repository explores the variety of techniques commonly used to analyze and interpret images. It also describes challenging real-world applications where vision is being successfully used, both for specialized applications such as medical imaging, and for fun, consumer-level tasks such as image editing and stitching, which students can apply…
Stars: ✭ 219 (-92.07%)
Mutual labels:  image-analysis
goexif2
MAINTAINER WANTED -- Decode embedded EXIF meta data from image files written in Pure Golang
Stars: ✭ 35 (-98.73%)
Mutual labels:  image-analysis
ggimg
ggimg: Graphics Layers for Plotting Image Data with ggplot2
Stars: ✭ 51 (-98.15%)
Mutual labels:  image-analysis
pyLattice
A python library for advanced lattice light-sheet image analysis
Stars: ✭ 16 (-99.42%)
Mutual labels:  image-analysis
SyConn
Toolkit for the generation and analysis of volume eletron microscopy based synaptic connectomes of brain tissue.
Stars: ✭ 31 (-98.88%)
Mutual labels:  image-analysis
Texturize
A unified framework for example-based texture synthesis, developed alongside my master's thesis.
Stars: ✭ 15 (-99.46%)
Mutual labels:  image-analysis
awesome-cytodata
A curated list of awesome cytodata resources
Stars: ✭ 40 (-98.55%)
Mutual labels:  image-analysis
LLSpy
Lattice light-sheet post-processing utility.
Stars: ✭ 19 (-99.31%)
Mutual labels:  image-analysis
colocr
An R package for conducting co-localization analysis. Edit
Stars: ✭ 22 (-99.2%)
Mutual labels:  image-analysis

PyPI PyPI Documentation Status codecov

image-match

image-match is a simple (now Python 3!) package for finding approximate image matches from a corpus. It is similar, for instance, to pHash, 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!

PLEASE NOTE: This algorithm is intended to find nearly duplicate images -- think copyright violation detection. It is NOT intended to find images that are conceptually similar. For more explanation, see this issue or this video.

Based on the paper An image signature for any kind of image, Wong et al. There is an existing reference implementation which may be more suited to your needs.

The folks over at Pavlov have released an excellent containerized version of image-match for easy scaling and deployment.

Quick start

Install and setup image-match

Once you're up and running, read these two (short) sections of the documentation to get a feel for what image-match is capable of:

Image signatures

Storing and searching images

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].