@Sean : Many thanks, I'll try it asap . Would be great to be a display option in expert mode; how can I ask for it? @Gunter : Cool to discover that someone else need it ; I would increase it to work with hundredth of degrees : the farthest the objects are in my panoramas the accuratest I have to be.
On Thu, Nov 9, 2017 at 5:23 AM, Gunter Königsmann < [email protected]> wrote: > Actually (perhaps because panoramas tend to be quite big, not sure) the > arrows that change the angle by a full degree at a time always are a little > bit too coarse to be useless => one Democratic vote from me, too, to > display another digit and to make the arrows change the angles only by a > tenth of a degree at a time. > > Am 08.11.2017 20:40 schrieb "Sean Greenslade" <[email protected]>: > >> On Wed, Nov 08, 2017 at 10:44:12AM +0100, Fabrice Kerzerho wrote: >> > Hi, >> > >> > No, I mean displaying decimal angular values for the whole panorama, not >> > for each photos; I work in expert mode with a French interface - I may >> have >> > done a bad translation. I need accurate angular values to conform a >> > topographic grid on a panorama, I have to work with decimal values. >> >> OK, I think you're referring to the Stitcher tab. Indeed, it does seem >> to force a rounding to the nearest 0.1 degree. However in my tests, it's >> purely a display thing. The actual values internally are full precision >> doubles, so if you type 65.623 into the box, it will use that exact >> number. >> >> If you want to change the display behavior, you'll have to recompule >> Hugin. The relevant lines are in src/hugin1/hugin/PanoPanel.cpp, in the >> PanoPanel::UpdateDisplay function: >> >> > ... >> > val = hugin_utils::doubleToString(opt.getHFOV(),1); >> > m_HFOVText->ChangeValue(wxString(val.c_str(), wxConvLocal)); >> > val = hugin_utils::doubleToString(opt.getVFOV(), 1); >> > m_VFOVText->ChangeValue(wxString(val.c_str(), wxConvLocal)); >> > ... >> >> The second argument in doubleToString is how many decimals to show in >> the text box. Increasing that should cause the UI to show more decimal >> points. >> >> --Sean >> >> -- >> A list of frequently asked questions is available at: >> http://wiki.panotools.org/Hugin_FAQ >> --- >> You received this message because you are subscribed to the Google Groups >> "hugin and other free panoramic software" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit https://groups.google.com/d/ms >> gid/hugin-ptx/20171108194040.GA8642%40coach. >> For more options, visit https://groups.google.com/d/optout. >> > -- > A list of frequently asked questions is available at: > http://wiki.panotools.org/Hugin_FAQ > --- > You received this message because you are subscribed to a topic in the > Google Groups "hugin and other free panoramic software" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/hugin-ptx/BqR416EmpVc/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/hugin-ptx/CAMcFxV1L3oko5rb9JEQgYLDi%3DMwEnfXW3zWTrrbEAU4VXKzpPA% > 40mail.gmail.com > <https://groups.google.com/d/msgid/hugin-ptx/CAMcFxV1L3oko5rb9JEQgYLDi%3DMwEnfXW3zWTrrbEAU4VXKzpPA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/CAGoXyC%3Dq0ECqWRYE3MH4rtComx9GUROvr9GnVcBcojWYKReaMg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
