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

Compose panorama

pano = obj.composePanorama()
pano = obj.composePanorama(images)
[pano, status] = obj.composePanorama(...)

Input

Output

This function tries to compose the given images (or images stored internally from the other function calls) into the final pano under the assumption that the image transformations were estimated before.

Note: Use the function only if you're aware of the stitching pipeline, otherwise use cv.Stitcher.stitch.

See also
Method Details
Access public
Sealed false
Static false