![]() |
OpenCV 4.12.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()) |