SplitGraph¶
-
MLModule¶ author MeVis Medical Solutions AGpackage MeVisLab/Standarddll MLGraphEditingdefinition MLGraphEditing.def see also SoVascularSystem,WEMVascularSystem,DtfSkeletonizationkeywords vascular,vessel,skeleton
Purpose¶
The module SplitGraph filters a Graph by removing all edges where the first skeleton’s label is not equal to the provided Label Value.
Details¶
The vessel voxels that were assigned to the removed edges are reassigned to the remaining adjacent edges where appropriate.
Input Fields¶
inGraph¶
-
name:inGraph, type:Graph(MLBase)¶ - For accessing this object via scripting see the Scripting Reference:
MLGraphWrapper.
Output Fields¶
outGraph¶
-
name:outGraph, type:Graph(MLBase)¶ - For accessing this object via scripting see the Scripting Reference:
MLGraphWrapper.