MarkersToSurface¶
-
MLModule
¶ author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLOpenVDB
definition MLOpenVDB.def inherits from WEMGenerator
keywords particles
,WEM
Purpose¶
The MarkersToSurface
module allows for generating a surface from a list of markers by rasterizing the markers as spheres.
The rasterization is somewhat coarse, but the resulting surface can be smoothed and modified using level set filters provided by OpenVDB.
This module can be used, for example, to perform surface reconstruction of particles represented as markers.
Parameter Fields¶
Field Index¶
Adaptivity : Double |
isProcessing : Bool |
Update Mode : Enum |
Apply : Trigger |
Label : String |
|
Auto Apply : Bool |
Overwrite label and description : Bool |
|
Clear : Trigger |
progress : Float |
|
Description : String |
Radius : Double |
|
elapsedTime : Float |
Radius Mode : Enum |
|
Grid Cell Size : Double |
Radius Scale : Double |
|
id : Integer |
shouldComputeNormals : Bool |
Visible Fields¶
Grid Cell Size¶
-
name:
gridCellSize
, type:
Double
, default:
1
¶ Sets the grid size of the cells.
Markers with a radius smaller than the grid size will not be accurately represented.
Adaptivity¶
-
name:
adaptivity
, type:
Double
, default:
0.2
¶ Sets the adaptivity of the mesh generator.