OpenCV 4.11.0
开源计算机视觉
|
#include "img_hash_base.hpp"
类 | |
类 | cv::img_hash::ColorMomentHash |
基于颜色矩的图像哈希。 更多… | |
命名空间 | |
命名空间 | cv |
命名空间 | cv::img_hash |
函数 | |
void | cv::img_hash::colorMomentHash (cv::InputArray inputArr, cv::OutputArray outputArr) |
计算输入的颜色矩哈希,该算法来自论文“使用不变矩的颜色图像感知哈希”。 | |