You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed an error in the function TriangulatePointsBetweenViews line 404 in MultiCameraPnP.cpp
The loop is going from 0 to the number of views and checks if the iterator view_ is different from older_view. Shouldn't it check if view_ is different from working_view ?
It might not matter if matches_matrix doesn't contain a match for points of the same frame but it might skip important views.
Again I might be wrong about all this.
Thank you !
The text was updated successfully, but these errors were encountered:
nezix
changed the title
Error in TriangulatePointsBetweenViews
Error in TriangulatePointsBetweenViews?
Mar 2, 2015
Hello,
I noticed an error in the function TriangulatePointsBetweenViews line 404 in MultiCameraPnP.cpp
The loop is going from 0 to the number of views and checks if the iterator view_ is different from older_view. Shouldn't it check if view_ is different from working_view ?
It might not matter if matches_matrix doesn't contain a match for points of the same frame but it might skip important views.
Again I might be wrong about all this.
Thank you !
The text was updated successfully, but these errors were encountered: