![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
#include "img_hash_base.hpp"クラス | |
| class | cv::img_hash::RadialVarianceHash |
| Radon 変換に基づく画像ハッシュ。 続きを読む... | |
名前空間 | |
| namespace | cv |
| namespace | cv::img_hash |
関数 | |
| void | cv::img_hash::radialVarianceHash (cv::InputArray inputArr, cv::OutputArray outputArr, double sigma=1, int numOfAngleLine=180) |
| 入力画像の動径分散ハッシュ(radial variance hash)を計算する。 | |