5
#ifndef OPENCV_IMG_HASH_H
6
#define OPENCV_IMG_HASH_H
8
#include "opencv2/img_hash/average_hash.hpp"
9
#include "opencv2/img_hash/block_mean_hash.hpp"
10
#include "opencv2/img_hash/color_moment_hash.hpp"
11
#include "opencv2/img_hash/marr_hildreth_hash.hpp"
12
#include "opencv2/img_hash/phash.hpp"
13
#include "opencv2/img_hash/radial_variance_hash.hpp"