dbbs-lab / bsb-core

The Brain Scaffold Builder
https://bsb.readthedocs.io
GNU General Public License v3.0
21 stars 16 forks source link

Voxelize line segments instead of points #565

Open Helveg opened 2 years ago

Helveg commented 2 years ago

Currently, when points are sparse in a morphology, voxelizing it, might leave in between voxels empty, depending on dynamically determined grid size: e.g. if we end up with voxels of 10um, and 2 points are 30um apart, 1 10um voxel in between them, will remain empty, while the segment that travels between the 2 points passes through it.

Helveg commented 2 years ago