Auto choosing Images for panos

Asked by Sergey

I have written some code to read image list from the directory, choose what of them is a panoramic and run hugin for each group of images.
This code idea was tested for a long time and now I can say that it well working almost in all cases.
Idea is in the assumption that every panoramic piece must has similar name, must be created at almost same time and must has same F, AV and size parameters.
So my code just group images by this properties and run hugin for each group. Than user can decide, make panoramic image or remove some pieces from the list.
I have already written the code similar to pto_gen sources and want to commit it into the repository. What must I do for this?

Question information

Language:
English Edit question
Status:
Solved
For:
Hugin Edit question
Assignee:
No assignee Edit question
Solved by:
Sergey
Solved:
Last query:
Last reply:
Revision history for this message
tmodes (tmodes) said :
#1

The normal way is to provide a patch file via the tracker (even when it is call bug tracker, it is also used for patches).

But in this case: what is different to the existing code in PTBatcherGUI which does something similar?

Revision history for this message
Sergey (vsergoog) said :
#2

I did`t know that PTBatcherGUI has this functionality. Thank you!
May be I will provide some improvement for it lately.