-
Notifications
You must be signed in to change notification settings - Fork 134
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
camera intrinsic matrix #44
Comments
This issue should due to my limited knowledge of openGL. I managed to extract the intrinsics from the openGL following this tutorial. |
Hi! Great question.
|
Hi! Thank you for the instructions. I think I can handle the intrinsics now. Just another question, can the pixel size of the image also be documented? I think it would be helpful to provide them since the current |
I don't know what you mean exactly. I agree that the The FOV is known for each every image, and the image dimensions in pixels are also known. So you can set the focal length in meters to be whatever you want, and then just solve for the image size in meters that preserves the FOV. |
I mean the physical width and height of each pixel. For example, for a full-frame camera, the sensor board size is And yes, the pixel size can also be calculated if we have the focal length in meters (say a 35mm lens for example), and the focal length in pixel unit (the one calculated from FOV, I have found that in the |
Ah, got it. According to this documentation, the |
I see. Thank you! |
Hi! Thank you for this awesome dataset. I am trying to re-project the RGBD images to point clouds (in camera coordinate) and I have already converted the ray-optical-center distance map to depth as suggested here . But I cannot well-understand how to find the camera intrinsic described here.
I have found that the
metadata_camera_parameters.csv
contains a key calledcamera_physical_focal_length
. But it seems to be in millimeter unit and we need pixel size to convert to it pixel unit. Also, may I know how should I determine the principle points?Thank you in advance!
The text was updated successfully, but these errors were encountered: