SplitGraph¶
-
MLModule
¶ author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLGraphEditing
definition MLGraphEditing.def see also SoVascularSystem
,WEMVascularSystem
,DtfSkeletonization
keywords 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 set Label Value
.
Details¶
The vessel voxels that were assigned to the removed edges are re-assigned to the remaining adjacent edges where reasonable.
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
.