tum-vision / lsd_slam

LSD-SLAM
GNU General Public License v3.0
2.59k stars 1.23k forks source link

How is the coordinate system oriented? #158

Open v0n0 opened 8 years ago

v0n0 commented 8 years ago

Is it a right handed coordinate system? When I do projections on the image to augment it, I get the wrong positions. I do it like this:

It seems if I invert the sign of the y value of the principal point it does a better projection. Is the Y axis pointing down?

Please help.

jscatena88 commented 8 years ago

I don't quite understand your equations but in general if looking at image from the camera x is pointing right, y is pointing down and z(or depth) is pointing into the image