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

OpenCV 3 constants disambiguation. More robust triangulation with cv2… #106

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from

Conversation

royshil
Copy link

@royshil royshil commented Mar 31, 2017

….undistortPoints. bugfix in settings.

This presumably has more accurate results from using OpenCV's undistortPoints which also takes into account the distortion of the camera lens into the 3D reconstruction.

I also fixed the issue with OpenCV3 where the constant names have changed.
It is now compatible with OpenCV python binding.

Great project!

@royshil
Copy link
Author

royshil commented Mar 31, 2017

This now is rebased on top of release/2.0 which seems to be the active thread of development.
Let me know if I should undo this, Thanks!

@bubnikv
Copy link

bubnikv commented Apr 14, 2017

@royshil Is there any distortion calibration in the released Horus? Or did you add a camera distortion calibration through this pull request? How much does it improve the scanning quality? Do you have any idea whether your work will be merged and when? Thanks.

@royshil
Copy link
Author

royshil commented Apr 14, 2017

@bubnikv the current calibration (in the "advanced mode") does calculate the dist coeffs but they are not used anywhere in the triangulation and reconstruction.
i havn't noticed a very big difference just by eyeballing it.
but it should anyway be included if accurate results are expected.

i've no idea if this will ever be merged. I suspect the project is dormant.

@bubnikv
Copy link

bubnikv commented Apr 14, 2017 via email

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

Successfully merging this pull request may close these issues.

3 participants