ImageSegmentationByPlane¶
-
MLModule
¶ genre Plane
author Jan Klein
package FMEwork/ReleaseMeVis
dll MLPlaneUtils
definition MLPlaneUtils.def see also ImageMirror
keywords image
,segmentation
,mask
,plane
,GVR
,clip
Purpose¶
Module allows for a simple segmentation of the input image into two parts based on a given plane.
Usage¶
Define plane and connect input image, only voxels with larger value than threshold are considered for segmentation.
Parameter Fields¶
Field Index¶
Apply : Trigger |
Threshold : Integer |
Approximation : Bool |
|
Auto apply : Bool |
|
Auto update : Bool |
|
Epsilon : Float |
|
Half Space1 : Integer |
|
Half Space2 : Integer |
|
Plane : Plane |
Visible Fields¶
Threshold¶
-
name:
threshold
, type:
Integer
, default:
0
¶ only voxels with larger value than threshold are considered for segmentation.
Half Space1¶
-
name:
halfSpace1
, type:
Integer
, default:
1024
¶ Voxel values of segmented voxels lying in the 1st half space
Half Space2¶
-
name:
halfSpace2
, type:
Integer
, default:
4096
¶ Voxel values of segmented voxels lying in the 2nd half space
Approximation¶
-
name:
approximation
, type:
Bool
, default:
FALSE
¶ If true, output is only recomputed if at least one component defining the plane is changed by epsilon value
Epsilon¶
-
name:
epsilon
, type:
Float
, default:
0.001
¶ if approximation is true, output is only recomputed if at least one component defining the plane is changed by epsilon value