Fixed bug (restored omitted triangulateSafe call)
parent
0ee6e4beb3
commit
e15231fb3e
|
|
@ -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_)
|
||||
|
|
|
|||
Loading…
Reference in New Issue