Re: [hugin-ptx] Re: Providing order of images in Hugin assistant

2024-03-26 Thread Greg 'groggy' Lehey
[Rearranged for clarity] Original post: On Monday, 25 March 2024 at 8:55:19 -0700, Venkat wrote: > > We are trying to use the hugin assistant in code to stitch a panoramic > image. We were wondering is there command line parameter to force the order > of images. Currently the assistant figures

Re: [hugin-ptx] Re: Providing order of images in Hugin assistant

2024-03-26 Thread Venkatramani Sankarlingam
Thanks for the note, we will look into it. Yeah we are using the official repo. On Tue, Mar 26, 2024 at 9:30 AM 'T. Modes' via hugin and other free panoramic software wrote: > Venkat schrieb am Dienstag, 26. März 2024 um 07:48:18 UTC+1: > > From reading the code >

Re: [hugin-ptx] Re: Providing order of images in Hugin assistant

2024-03-26 Thread 'T. Modes' via hugin and other free panoramic software
Venkat schrieb am Dienstag, 26. März 2024 um 07:48:18 UTC+1: >From reading the code https://github.com/ndevenish/Hugin/blob/master/src/hugin1/executor/hugin_executor.cpp looks like there isn't much option to provide "use the predefined order of images''. This is not the official

Re: [hugin-ptx] Re: Providing order of images in Hugin assistant

2024-03-26 Thread Venkatramani Sankarlingam
Thanks for the additional clarification. We are doing the following steps 1. pto_gen -o output.pto *.jpg --sort 2. hugin_executor --assistant output.pto 3. hugin_executor --stitching --prefix=prefix output.pto And the images are numerically numbered starting from 0. And #2 and #3 can be