fix base image,stitch other image #282
Replies: 2 comments
-
You have to warp somehow. Have you a Scanner? Then use affine. Here are all available options: https://github.com/OpenStitching/stitching/blob/main/stitching/warper.py |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply, I set the camera rotation matrix of base as a identity matrix, and the rotation matrix of other cameras is multiplied by the inverse matrix of base camera(https://github.com/OpenStitching/stitching/blob/main/stitching/camera_wave_corrector.py). The consequences of this can reduce image jitter of the video frames, but this doesn't completely solve jitter. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want set a base image no warp,make other image one by one stitch, can you tell me how to modify what part of the code
Beta Was this translation helpful? Give feedback.
All reactions