Panorama-OpticalFlow icon indicating copy to clipboard operation
Panorama-OpticalFlow copied to clipboard

First stage of the algorithm

Open leohsmedeiros opened this issue 4 years ago • 2 comments

It's not an issue, but do you have an implementation for the first stage of the algorithm?

leohsmedeiros avatar Aug 19 '21 20:08 leohsmedeiros

Please, I don't know how to do the first step, can anyone help me? I'm trying to stitch images taken from mobile phone, but I saw that has to prepare the images before to execute the code, how can I do that?

leohsmedeiros avatar Aug 24 '21 18:08 leohsmedeiros

Sorry, I don't preserve the code for the first stage. You can just try Hugin for preprocessing. Please refer to http://hugin.sourceforge.net/

Let me offer a simple guideline to use Hugin here: (1) Download the Hugin for your system. (2) Open Hugin and load all your photos. (3) Click “Align” (4) Save the project as a .pto file (5) Open this .pto file with TextEdit and remove “r:CROP” in the third line (6) Open the .pto file again with Hugin, and then click “create panorama” (7) Click “keep intermediate images”, and then click “OK”

Finally, you can get intermediate images of coarse registration. The intermediate images can be used in the second stage of my algorithm to perform fine-tuning registration.

MungoMeng avatar Aug 25 '21 02:08 MungoMeng