OpenCV 4.10.0
开源计算机视觉
|
类 | |
类 | 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()) |