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

About the dimension #140

Open
CheungBH opened this issue Jul 22, 2021 · 1 comment
Open

About the dimension #140

CheungBH opened this issue Jul 22, 2021 · 1 comment

Comments

@CheungBH
Copy link

Hello. Thanks for your great job. I am currently reading your paper, but I felt confusion about some details about volumetric method.
You said in your paper while illustrating the cube that
"We discretize the bounding box by a volumetric cube Vcoords ∈ R 64,64,64,3, filling it with the global coordinates of the center of each voxel"
Could you kindly explain the physical meaning of the 4-dimension cube? I know that the (64, 64, 64) means 3 dimensions of (length, width, height). But what's the physical meaning of the forth dimension 3?

@yurymalkov
Copy link

The last dimension are the (x,y,z) coordinates in meters. E.g. Vcoords[0,0,0,0] corresponds to X coordinate of the zero voxel, Vcoords[0,0,0,1] corresponds to Y coordinate of the zero voxel and so on.

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

2 participants