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 checked the code in MapMaker. The v3Normal_NC is always initialized with(0, 0, -1). My question is why v3OneRightFromCenter_NC, v3Normal_NC, v3OneDownFromCenter_NC are not orthogonal to each other? Then the dot product calculated above are zeros.
The transform is performed in MapPoint::RefreshPixelVector()
https://github.com/Oxford-PTAM/PTAM-GPL/blob/master/Src/MapPoint.cc
I checked the code in MapMaker. The v3Normal_NC is always initialized with(0, 0, -1). My question is why v3OneRightFromCenter_NC, v3Normal_NC, v3OneDownFromCenter_NC are not orthogonal to each other? Then the dot product calculated above are zeros.
Is there an picture to explain how this transform is done?
Best regards,
Tyler
The text was updated successfully, but these errors were encountered: