opencv2/img_hash/block_mean_hash.hpp#
#include <img_hash_base.hpp>
Include dependency graph for block_mean_hash.hpp:
This graph shows which files directly or indirectly include block_mean_hash.hpp:
Classes#
class cv::img_hash::BlockMeanHash
Image hash based on block mean. More…
Namespaces#
namespace cv
namespace cv::img_hash
Enumerations#
enum cv::img_hash::BlockMeanHashMode { BLOCK_MEAN_HASH_MODE_0 = 0, BLOCK_MEAN_HASH_MODE_1 = 1 }
Functions#
void cv::img_hash::blockMeanHash (cv::InputArray inputArr, cv::OutputArray outputArr, int mode=BLOCK_MEAN_HASH_MODE_0)
Computes block mean hash of the input image.