hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #01100
[Bug 696636] Re: Hugin should write projection info to output
What about the vertical field of view? Is it always possible to
calculate it when the HFoV and the projection are already known (for all
types of projection)? But even if it is possible to do that, it will
still be useful to have that information included just in case the user
wants to see this information when using an ordinary image viewer (as
opposed to a specialized panorama viewer).
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/696636
Title:
Hugin should write projection info to output
Status in Hugin - Panorama Tools GUI:
Triaged
Bug description:
When Hugin creates an output image it discards all the photometric and
geometric information it knows about this image. Hugin ought to write
metadata to the image that would allow Hugin to use the image as input
at some time in the future.
Important information is:
1. Horizontal field of view.
2. Projection and any relevant projection parameters.
3. Cropping information, since otherwise the hfov isn't usable.
4. EV.
5. EMoR parameters since these are effectively transferred from the first photo in the project to the output.
We could create fake sensor and focal length info, but this would only
be credible for rectilinear output. So probably the only way to do
this would be to write to the EXIF notes section much like
qtpfsgui/luminance, e.g. this is typical qtpfsgui output (this is the
actual format):
Qtpfsgui 1.9.3 tonemapping parameters:
Operator: Mantiuk
Parameters:
Contrast Mapping factor: 0.1
Saturation Factor: 2
Detail Factor: 1
------
PreGamma: 0.636
We already require exiftool, this info can be added to the existing
exiftool command in the .pto.mk stitching Makefile
References