You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Alex 'AdUser' Z 4bc73d0d75 * add README and some docs/ 7 years ago
docs * add README and some docs/ 7 years ago
src * rename variable 7 years ago
tests * update tests 7 years ago
.gitignore + gitignore 10 years ago
CMakeLists.txt * rename variable 7 years ago
Doxyfile + Doxyfile 7 years ago
LICENSE * update license terms 7 years ago
README.md * add README and some docs/ 7 years ago
requirements.txt + image_from_file 10 years ago

README.md

Overview

This library provides fast and reliably way to find visually similar images.

Requirements

Runtime:

  • libimagemagick / libgraphicsmagick (optional, may be disabled if no new samples needed)

Compile-time:

  • headers for library above
  • C compiler with -std=c99 support
  • cmake >= 2.6

See also