morphoclass.transforms.augmentors.add_section_middle_points module¶
Implementation of the AddSectionMiddlePoints transform.
-
class
morphoclass.transforms.augmentors.add_section_middle_points.AddSectionMiddlePoints(n_points_to_add)¶ Bases:
objectTransform that splits apical sections into two by adding a middle point.
- Parameters
n_points_to_add (int) – The number of sections to split into two by adding middle points.