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