I have developed some software to do some image manipulation. I am to
the point where I need to output my own PTO file. I have done some
looking around and haven't found a document which clearly states how
to do this (i.e., which parameters are which, required order,
assumptions, etc.). Could someone please point me to such a thing?
For instance, I have multiple images, each with their own sift feature
locations found, the process of finding matched sift features has been
completed, and now I need to output the sift features and found
matches to a PTO file so I can do further processing with Hugin tools.
Thank you for your time and assistance.
Chris
The most up-to-date documentation is here, though this is a bit
terse: http://hugin.sourceforge.net/docs/nona/nona.txt
It is line-oriented, the first character of the line defines the
data type, and a series of key/attributes follows, each separated by
spaces. When image numbers are referenced, counting starts at '0'.
The order of lines is important, but the order of attributes within
the lines is not.
Every project needs one 'p-line' to define some attributes of the
'panorama' as a whole, and an 'i-line' for each input 'image'.
You need 'v-lines' to drive the optimiser and 'c-lines' define a
control point pair each. All other lines are not so interesting.
--
Bruno
--
You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group.
A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugi...@googlegroups.com
To unsubscribe from this group, send email to hugin-ptx+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
Jan Martin schrieb am 11.02.10 22:05:
>Although I don't know the difference between these two options, both
>commands claim to open .pto, .ptp, .pts and .oto:
>Menu File:
> -> Open
> -> Import project
'Import project' is something Thomas added to the current trunk, you
can use it to merge another project with the current project. If
there are duplicate photos then only the control points are merged,
otherwise new photos just added to the list of images.
Maybe it should be called 'Merge', since 'Import' does imply opening
some alien file format.
--
Bruno
And something like 'Merge with project...' is easier to understand than
importing...
Carl
Bruno Postle schrieb am 12.02.10 00:17:
Blender uses "append" for similar action (importing data from other
file to current scene).
> I'll come back with question about lens because I've yet been able
> to understand how hugin is able to have multiple lens number, but
> I don't see those in the pto.
The lens numbers are implicit, Hugin derives them from shared image
parameters.
--
Bruno
--
Almost, the number always refers to an image number. The lens
number system (and the similar stack number in the trunk) is a
higher level abstraction presented by the Hugin GUI.
The optimiser and stitcher tools don't need it to do their job, they
link parameters between photos at the lower level of the '=3'
notation in the .pto files.
So b=3 in an i-line means "b-parameter is the same as image 3". b3
in a v-line tells the optimiser to "optimise b-parameter of image 3"
(and implicitely use the same value for other images that have b=3
in an i-line).
--
Bruno
--
Bruno