Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in TriangulatePointsBetweenViews? #23

Open
nezix opened this issue Mar 2, 2015 · 0 comments
Open

Error in TriangulatePointsBetweenViews? #23

nezix opened this issue Mar 2, 2015 · 0 comments

Comments

@nezix
Copy link

nezix commented 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 !

@nezix nezix changed the title Error in TriangulatePointsBetweenViews Error in TriangulatePointsBetweenViews? Mar 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant