WEMLevelSetFilter¶
-
MLModule
¶ author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLOpenVDB
definition MLOpenVDB.def inherits from WEMLevelSetFilterBase
keywords gauss
,mean
,meancurvature
,laplace
,median
,erode
,dilate
,close
,open
Purpose¶
The WEMLevelSetFilter
allows to apply level set filters to a WEM by transforming the mesh to a level set voxel grid, applying a filter and remeshing the result.
It makes use of the OpenVDB (http://www.openvdb.org/) library.
Parameter Fields¶
Field Index¶
Adaptivity : Double |
Grid Cell Size : Double |
Mode : Enum |
Apply : Trigger |
id : Integer |
Offset : Double |
Auto Apply : Bool |
Interpolate per node PVLs : Bool |
Overwrite label and description : Bool |
Build Edges : Bool |
isProcessing : Bool |
progress : Float |
Clear : Trigger |
Iterations : Integer |
shouldComputeNormals : Bool |
Description : String |
Label : String |
triangulationMode : Enum |
elapsedTime : Float |
listenToFinishNotifications : Bool |
Update Mode : Enum |
Enable PVL support : Bool |
listenToRepaintNotifications : Bool |
workDirectlyOnInputWEMs : Bool |
filterChain : String |
listenToSelectionChangedNotifications : Bool |
Visible Fields¶
Mode¶
-
name:
mode
, type:
Enum
, default:
Gauss
¶ The filter that is applied.
Values:
Title | Name | Description |
---|---|---|
Laplace | Laplace | |
Mean Curvature | MeanCurvature | |
Median | Median | |
Mean | Mean | |
Gauss | Gauss | |
Erode | Erode | |
Dilate | Dilate | |
Open | Open | |
Close | Close | |
Filter Chain | FilterChain | If filter chain is enabled, the filter is defined by the filterChain specification. |