Doubt about GetK
function in Camera
module
#955
Unanswered
satyajitghana
asked this question in
Q&A
Replies: 1 comment
-
it was a very old change, but as far as I remember, the new logic scales differently the principal point, and if you are using an old format the principal point was stored in a different way |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What exactly is the difference between the GetK implementation in current OpenMVS and the old OpenMVS
Old OpenMVS
New OpenMVS
I had some issues recently trying to create a mesh from point cloud, and it turns out there is some problem in the
GetK
method in the new openmvs. I switched to the old implementation and it started to work.What was changed about
GetK
that it behaves so differently?Beta Was this translation helpful? Give feedback.
All reactions