Reputation: 359
Say there is a 3D geometry in a box with N^3 elements or voxels. How to estimate the memory size of the voxelized geometry given that the elements are binary (1 or 0)? Is it simply N^3 bits or is there a lower size version such that the data is compressed?
Upvotes: 0
Views: 15