OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
Features Finding and Images Matching
Collaboration diagram for Features Finding and Images Matching:

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...
 
struct  cv::detail::MatchesInfo
 Structure containing information about matches between two images. More...
 

Functions

void cv::detail::computeImageFeatures (const Ptr< Feature2D > &featuresFinder, InputArrayOfArrays images, std::vector< ImageFeatures > &features, InputArrayOfArrays masks=noArray())
 
void cv::detail::computeImageFeatures (const Ptr< Feature2D > &featuresFinder, InputArray image, ImageFeatures &features, InputArray mask=noArray())
 

Detailed Description

Function Documentation

◆ computeImageFeatures() [1/2]

void cv::detail::computeImageFeatures ( const Ptr< Feature2D > &  featuresFinder,
InputArrayOfArrays  images,
std::vector< ImageFeatures > &  features,
InputArrayOfArrays  masks = noArray() 
)

#include <opencv2/stitching/detail/matchers.hpp>

Parameters
featuresFinder
images
features
masks
Examples:
samples/cpp/stitching_detailed.cpp.

Referenced by cv::detail::ImageFeatures::getKeypoints().

Here is the caller graph for this function:

◆ computeImageFeatures() [2/2]

void cv::detail::computeImageFeatures ( const Ptr< Feature2D > &  featuresFinder,
InputArray  image,
ImageFeatures features,
InputArray  mask = noArray() 
)

#include <opencv2/stitching/detail/matchers.hpp>

Parameters
featuresFinder
image
features
mask