Fixed bug (restored omitted triangulateSafe call)

release/4.3a0
dellaert 2015-03-01 13:48:17 +01:00
parent 0ee6e4beb3
commit e15231fb3e
1 changed files with 3 additions and 1 deletions

View File

@ -444,6 +444,8 @@ public:
if (externalPoint)
result_ = TriangulationResult(*externalPoint);
else
result_ = triangulateSafe(cameras);
// if we don't want to manage the exceptions we discard the factor
if (!manageDegeneracy_ && !result_)