OOF2: The Manual
Name
OOF.SegmentSelection.Select_by_Homogeneity — Select segments with homogeneity less than the given threshold.
Synopsis
OOF.SegmentSelection.Select_by_Homogeneity(skeleton,threshold)
Details
- Parent Menu: OOF.SegmentSelection
-
Callback: function
modifyin moduleooflib.engine.skeletonselectionmod -
Parameters:
skeleton- Type: The path to an existing
Skeletonobject. threshold- The threshold homogeneity. Type: A real number in the range [0, 1].
Description
Select Skeleton Segments that are heterogeneous.
Any Segment whose homogeneity is less than the given
threshold will be selected.





