Hello!
I'm trying to understand some code, but I'm not clear on how certain transformations and frame are precisely defined, so I wanted to ask a few questions.
Camera frame
Generally, camera frame is defined as optical axis-> z-axis, image height axis -> y-axis, image width axis -> x-axis.
But in the medical registration problem, it may not. Is there any clear definition of camera frame?
flip_xz
When you use ljubljana dataset, you define these transformations.
Hello! I'm trying to understand some code, but I'm not clear on how certain transformations and frame are precisely defined, so I wanted to ask a few questions.
Camera frame Generally, camera frame is defined as optical axis-> z-axis, image height axis -> y-axis, image width axis -> x-axis. But in the medical registration problem, it may not. Is there any clear definition of camera frame?
flip_xz When you use ljubljana dataset, you define these transformations.
and when you calculate the camera frame, you implemented as follows
Why these transformations are needed?
Maybe there are general concept, but I could not find these definitions.