OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
matchers.hpp 檔案參考
#include "opencv2/core.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/opencv_modules.hpp"
matchers.hpp 的包含依賴關係圖
此圖顯示了直接或間接包含此檔案的檔案

類  cv::detail::AffineBestOf2NearestMatcher
 特徵匹配器類似於 cv::detail::BestOf2NearestMatcher,它為每個特徵找到兩個最佳匹配,並且僅當描述符距離之間的比率大於閾值 match_conf 時才保留最佳匹配。 更多...
 
類  cv::detail::BestOf2NearestMatcher
 特徵匹配器,它為每個特徵找到兩個最佳匹配,並且僅當描述符距離之間的比率大於閾值 match_conf 時才保留最佳匹配。 更多...
 
類  cv::detail::BestOf2NearestRangeMatcher
 
類  cv::detail::FeaturesMatcher
 特徵匹配器基類。 更多...
 
結構體  cv::detail::ImageFeatures
 包含影像關鍵點和描述符的結構體。 更多...
 
結構體  cv::detail::MatchesInfo
 包含兩個影像之間匹配資訊的結構體。 更多...
 

名稱空間

名稱空間  cv
 
名稱空間  cv::detail
 

函式

void cv::detail::computeImageFeatures (const Ptr< Feature2D > &featuresFinder, InputArray image, ImageFeatures &features, InputArray mask=noArray())
 
void cv::detail::computeImageFeatures (const Ptr< Feature2D > &featuresFinder, InputArrayOfArrays images, std::vector< ImageFeatures > &features, InputArrayOfArrays masks=noArray())