OpenCV 4.12.0
开源计算机视觉
加载中...
搜索中...
无匹配项
color_moment_hash.hpp 文件参考
#include "img_hash_base.hpp"
color_moment_hash.hpp 的包含依赖关系图
此图显示了直接或间接包含此文件的文件

类  cv::img_hash::ColorMomentHash
 基于颜色矩的图像哈希。 更多...
 

命名空间

命名空间  cv
 
命名空间  cv::img_hash
 

函数

void cv::img_hash::colorMomentHash (cv::InputArray inputArr, cv::OutputArray outputArr)
 计算输入的颜色矩哈希,该算法来自论文 "Perceptual Hashing for Color Images Using Invariant Moments"。