OpenCV
3.4.2
Open Source Computer Vision
|
#include "img_hash_base.hpp"
Classes | |
class | cv::img_hash::BlockMeanHash |
Image hash based on block mean. More... | |
Namespaces | |
cv | |
cv::img_hash | |
Enumerations | |
enum | cv::img_hash::BlockMeanHashMode { cv::img_hash::BLOCK_MEAN_HASH_MODE_0 = 0, cv::img_hash::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. More... | |