imagej-ops icon indicating copy to clipboard operation
imagej-ops copied to clipboard

Add voxelization test and improve voxelization implementation

Open kephale opened this issue 2 years ago • 0 comments

The previous version of voxelization could introduce holes in locations where triangles were axis aligned. This PR aims to resolve that and introduce a long needed voxelization test.

The idea here is that the previous version just tested if triangles intersect the center of any given voxel, now we test the corners of the voxel.

This was motivated by this Zulip thread.

kephale avatar Sep 14 '23 20:09 kephale