libfastimagehash

CodeFactor GitHub license

WIP: Not ready for production use!

libfastimagehash is a imagehash replacement for C/C++.

*benchmarks

Example usage

#include "fastimagehash.h"

int main() {
    // TODO
}

Build from source

// TODO

Built with

Disclaimer: The methods used to compute the image hashes are identical to the imagehash python library, however, due to some slight differences in the way OpenCV vs Pillow images are resized, the final image hashes are not always exactly the same.

Languages
C++ 61.7%
C 18.3%
CMake 10.2%
Python 9.8%