OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
marr_hildreth_hash.hpp 檔案參考
#include "img_hash_base.hpp"
marr_hildreth_hash.hpp 的包含依賴圖
此圖顯示了哪些檔案直接或間接包含了此檔案

類  cv::img_hash::MarrHildrethHash
 基於 Marr-Hildreth 運算元的雜湊,速度最慢但區分度更高。 更多...
 

名稱空間

名稱空間  cv
 
名稱空間  cv::img_hash
 

函式

void cv::img_hash::marrHildrethHash (cv::InputArray inputArr, cv::OutputArray outputArr, float alpha=2.0f, float scale=1.0f)
 計算輸入影像的平均雜湊值。