neurom.analysis.morphmathΒΆ

Mathematical and geometrical functions used to compute morphometrics

Functions

angle_3points compute the angle in radians between three 3D points
average_points_dist Computes the average distance between a list of points and a given point p0.
path_distance Compute the path distance from given set of points
point_dist compute the euclidian distance between two 3D points
point_dist2 compute the square of the euclidian distance between two 3D points
polygon_diameter Compute the maximun euclidian distance between any two points
section_length Compute the path distance from given set of points
segment_area Compute the surface area of a segment.
segment_length Return the length of a segment.
segment_radial_dist Return the radial distance of a tree segment to a given point
segment_radius Return the mean radius of a segment
segment_taper_rate Compute the taper rate of a segment
segment_volume Compute the volume of a segment.
taper_rate Compute the taper rate between points p0 and p1
vector compute vector between two 3D points