Features Finding and Images Matching#
Detailed Description#
Classes#
Name |
Description |
|---|---|
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. View details |
|
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. View details |
|
Feature matchers base class. View details |
|
|
Structure containing image keypoints and descriptors. View details |
Features matcher that adapts LightGlueMatcher (DescriptorMatcher) to the stitching pipeline’s FeaturesMatcher interface. View details |
|
|
Structure containing information about matches between two images. View details |
Function Documentation#
computeImageFeatures()#
void cv::detail::computeImageFeatures(
const Ptr< Feature2D > & featuresFinder,
InputArray image,
ImageFeatures & features,
InputArray mask = noArray() )
#include <opencv2/stitching/detail/matchers.hpp>
Python:
cv.detail.computeImageFeatures(featuresFinder, images[, masks]) -> features
cv.detail.computeImageFeatures2(featuresFinder, image[, mask]) -> features
Parameters
featuresFinderimagefeaturesmask
computeImageFeatures()#
void cv::detail::computeImageFeatures(
const Ptr< Feature2D > & featuresFinder,
InputArrayOfArrays images,
std::vector< ImageFeatures > & features,
InputArrayOfArrays masks = noArray() )
#include <opencv2/stitching/detail/matchers.hpp>
Python:
cv.detail.computeImageFeatures(featuresFinder, images[, masks]) -> features
cv.detail.computeImageFeatures2(featuresFinder, image[, mask]) -> features
Parameters
featuresFinderimagesfeaturesmasks