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())