setFeaturesMatcher (cv.Stitcher) - MATLAB File Help
cv.Stitcher/setFeaturesMatcher

Set the features matcher

obj.setFeaturesMatcher(matcherType)
obj.setFeaturesMatcher(matcherType, 'OptionName',optionValue, ...)

Input

Options

The following are options accepted by all matchers:

The following are options for the various algorithms:

BestOf2NearestRangeMatcher

AffineBestOf2NearestMatcher

The class uses BestOf2NearestMatcher by default.

See also
Method Details
Access public
Sealed false
Static false