OpenCV 4.11.0
开源计算机视觉
|
#include "img_hash_base.hpp"
类 | |
类 | cv::img_hash::RadialVarianceHash |
基于 Radon 变换的图像哈希。 更多… | |
命名空间 | |
命名空间 | cv |
命名空间 | cv::img_hash |
函数 | |
void | cv::img_hash::radialVarianceHash (cv::InputArray inputArr, cv::OutputArray outputArr, double sigma=1, int numOfAngleLine=180) |
计算输入图像的径向方差哈希。 | |