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"。