![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
#include "img_hash_base.hpp"クラス | |
| class | cv::img_hash::MarrHildrethHash |
| Marr-Hildreth 演算子ベースのハッシュ。最も低速だが、より識別力が高い。 続き... | |
名前空間 | |
| namespace | cv |
| namespace | cv::img_hash |
関数 | |
| void | cv::img_hash::marrHildrethHash (cv::InputArray inputArr, cv::OutputArray outputArr, float alpha=2.0f, float scale=1.0f) |
| 入力画像の平均ハッシュ値を計算する。 | |