composePanorama (cv.Stitcher) - MATLAB File Help |
Compose panorama
pano = obj.composePanorama()
pano = obj.composePanorama(images)
[pano, status] = obj.composePanorama(...)
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.
Access | public |
Sealed | false |
Static | false |