OpenCV 4.11.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())