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

Set the features finder

obj.setFeaturesFinder(finderType)
obj.setFeaturesFinder(finderType, 'OptionName',optionValue, ...)

Input

Options

The following are options for the various finders:

OrbFeaturesFinder

AKAZEFeaturesFinder

SurfFeaturesFinder

The class uses OrbFeaturesFinder by default or SurfFeaturesFinder if xfeatures2d module is available.

See also
Method Details
Access public
Sealed false
Static false