yzx9 / swcgeom

Neuron geometry library for swc format.
Apache License 2.0
6 stars 3 forks source link

Calculate volume size #9

Closed yzx9 closed 6 months ago

yzx9 commented 6 months ago

SWC is a representation of neurons composed of the radius of points and their connectivity, therefore there are various specific ways of representation. A typical method is to consider the nodes as spheres, and the connections between them as truncated cones with different radii at the top and bottom surfaces. We can at least support the volume calculation in this manner.