Skip to content
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

Support for correcting radial and tangential distortion #19

Open
noorvir opened this issue Dec 11, 2018 · 0 comments
Open

Support for correcting radial and tangential distortion #19

noorvir opened this issue Dec 11, 2018 · 0 comments

Comments

@noorvir
Copy link

noorvir commented Dec 11, 2018

Is there something in the works for radial and tangential distortion correction? Since the Integrate function loops over the voxel grid, am I right in saying that implementing something like this would involve computing a mesh-grid of the image dimensions (640 x 480 for instance) and use that to compute the radial distance from the camera optical axis? You then only consider the point [pt_cam_x, pt_cam_y, pt_cam_z] if it is within the camera dimensions?

for (int pt_grid_x = 0; pt_grid_x < voxel_grid_dim_x; ++pt_grid_x) {

Thanks

@noorvir noorvir changed the title Correcting radial and tangential distortion Support for correcting radial and tangential distortion Dec 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant