OpenStitching / stitching

A Python package for fast and robust Image Stitching
Apache License 2.0
2.03k stars 158 forks source link

Change homography plane to avoid miniaturization effect #145

Closed nndei closed 1 year ago

nndei commented 1 year ago

Hello,

I'm curious if there's a swift method for selecting a reference image to use for warping the others to its plane in the stitching process. In my current project, stitching multiple images of an ArUco board is causing a miniaturization effect, as illustrated in the attached image. Hence, I'm exploring the possibility of minimizing this effect by adjusting the projection plane to match that of the central image within the array of stitched images.

MiniaturizationEffect

Best regards