opencv2/stitching/detail/matchers.hpp#
#include <opencv2/core.hpp>
#include <opencv2/features.hpp>
#include <opencv2/opencv_modules.hpp>
Include dependency graph for matchers.hpp:
This graph shows which files directly or indirectly include matchers.hpp:
Classes#
class cv::detail::AffineBestOf2NearestMatcher
Features matcher similar to cv::detail::BestOf2NearestMatcher which finds two best matches for each feature and leaves the best one only if the ratio between descriptor distances is greater than the threshold match_conf. More…
class cv::detail::BestOf2NearestMatcher
Features matcher which finds two best matches for each feature and leaves the best one only if the ratio between descriptor distances is greater than the threshold match_conf. More…
class cv::detail::BestOf2NearestRangeMatcher
class cv::detail::FeaturesMatcher
Feature matchers base class. More…
struct cv::detail::ImageFeatures
Structure containing image keypoints and descriptors. More…
class cv::detail::LightGlueFeaturesMatcher
Features matcher that adapts LightGlueMatcher (DescriptorMatcher) to the stitching pipeline’s FeaturesMatcher interface. More…
struct cv::detail::MatchesInfo
Structure containing information about matches between two images. More…
Namespaces#
namespace cv
namespace cv::detail
Functions#
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())