OpenCV 4.5.3(日本語機械翻訳)
img_hash.hpp
1 // This file is part of OpenCV project.
2 // It is subject to the license terms in the LICENSE file found in the top-level directory
3 // of this distribution and at http://opencv.org/license.html.
4
5 #ifndef OPENCV_IMG_HASH_H
6 #define OPENCV_IMG_HASH_H
7
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"
14
78 #endif // OPENCV_IMG_HASH_H