Getting matrices via Stitch class
Hello,
I reviewed this post: https://answers.opencv.org/question/2...
Wondering how to get a rigidtransformation matrix for each image I pass into the stitcher. I've looked at this estimateRigidTransform() function but not sure how to integrate it / if this is the right thing (https://docs.opencv.org/2.4/modules/v...)
Thanks!
you should use camera Param and study stitching_detailed sample Please don't use obsolete 2.4 doc today it is 4.1.2 or 3.4.8
Thank you @LBerger. I was able to successfully use stitching_detailed, however, I am still having trouble getting the pose for each image. After more research, I found that the solvePnP function would compute pose, but I am not sure how to modify stitching_detailed in order to get the right parameters to pass into that func.