toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Toon-members] bug in ransac_estimators.h ?


From: jventura
Subject: [Toon-members] bug in ransac_estimators.h ?
Date: Wed, 28 Jan 2009 23:06:36 -0800

Hello,

Thanks for the great libraries.  I may have caught a small bug, unless I am
not understanding correctly.  In tag/ransac_estimators.h, line 26:

TooN::Vector<2> dm = m.b-e;

Should this be:

TooN::Vector<2> dm = second_point(m)-e;

?  (And similarly elsewhere in that function.)

Best,
Jonathan Ventura
Department of Computer Science
University of California
Santa Barbara, CA 93106-5110





reply via email to

[Prev in Thread] Current Thread [Next in Thread]