Hallöchen!

Terry Duell writes:

> [...]
>
> OK, now I understand. I have just tried that with a build of the
> current tip (2014.1.0) and can reproduce it, except here the
> points are connected with a white line, but the alignment mode is
> "horizontal line" so I think a line connecting the points is to be
> expected, and desirable.

I found out to switch it off by changing the source code.  To anyone
who finds this through Google, it is in
hugin/src/hugin1/hugin/CPImageCtrl.cpp, at
DisplayedControlPoint::Draw.  You have to comment out the following
line:

    if(m_line)
    {
//        DrawLine(dc);    <----
        DrawCross(dc, p, l);
        DrawCross(dc, p2, l);
    }

I'm working according to
http://hugin.sourceforge.net/tutorials/calibration/en.shtml (hey, it
was written by you), and for this, the lines are very cumbersome.
But I understand that my use case is exotic.  Still, Hugin's
settings dialog is not crowded, so maybe there's room for another
checkbox ...  ;-)

Tschö,
Torsten.

-- 
Torsten Bronger    Jabber ID: torsten.bron...@jabber.rwth-aachen.de
                                  or http://bronger-jmp.appspot.com

-- 
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 hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/8738gkbueh.fsf%40physik.rwth-aachen.de.
For more options, visit https://groups.google.com/d/optout.

Reply via email to