mirror of
https://github.com/simon987/fastimagehash.git
synced 2025-12-16 07:39:02 +00:00
Initial commit (squashed)
This commit is contained in:
14
fastimagehash.h
Normal file
14
fastimagehash.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef FASTIMAGEHASH_FASTIMAGEHASH_H
|
||||
#define FASTIMAGEHASH_FASTIMAGEHASH_H
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
void ahash(void *buf, size_t buf_len, int hash_size);
|
||||
|
||||
void dhash(void *buf, size_t buf_len, int hash_size);
|
||||
|
||||
void whash(void* buf, size_t buf_len, int hash_size, int img_scale);
|
||||
|
||||
void phash(void* buf, size_t buf_len, int hash_size, int highfreq_factor);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user