Creates a Stitcher configured in one of the stitching modes
obj = cv.Stitcher()
obj = cv.Stitcher('OptionName',optionValue, ...)
Options
- Mode Scenario for stitcher operation. This is usually
determined by source of images to stitch and their
transformation. Default parameters will be chosen for
operation in given scenario. Default 'Panorama'. One of:
- Panorama Mode for creating photo panoramas. Expects
images under perspective transformation and projects
resulting pano to sphere. See also
BestOf2NearestMatcher
,
SphericalWarper
.
- Scans Mode for composing scans. Expects images under
affine transformation does not compensate exposure by
default. See also
AffineBestOf2NearestMatcher
,
AffineWarper
- TryUseGPU Flag indicating whether GPU should be used
whenever it's possible. default false