estimateTransform (cv.Stitcher) - MATLAB File Help |
Estimate transformation
obj.estimateTransform(images)
obj.estimateTransform(images, rois)
status = obj.estimateTransform(...)
{{[x,y,w,h], ...}, ...}
or {[x,y,w,h; ...], ...}
.This function tries to match the given images and to estimate rotations of each camera.
Note: Use the function only if you're aware of the stitching pipeline, otherwise use cv.Stitcher.stitch.
Access | public |
Sealed | false |
Static | false |