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