|
MeVisLab Toolbox Reference
|
#include <WEMNodeOp.h>
Public Member Functions | |
| WEMSmoothingParameters () | |
Public Attributes | |
| unsigned int | numSmoothingPasses |
| float | smoothingFactor |
| bool | useVolumePreservation |
| bool | useBorderPreservation |
Definition at line 27 of file WEMNodeOp.h.
|
inline |
Definition at line 29 of file WEMNodeOp.h.
References numSmoothingPasses, smoothingFactor, useBorderPreservation, and useVolumePreservation.
| unsigned int ml::WEMNodeOp::WEMSmoothingParameters::numSmoothingPasses |
Definition at line 37 of file WEMNodeOp.h.
Referenced by WEMSmoothingParameters().
| float ml::WEMNodeOp::WEMSmoothingParameters::smoothingFactor |
Definition at line 38 of file WEMNodeOp.h.
Referenced by WEMSmoothingParameters().
| bool ml::WEMNodeOp::WEMSmoothingParameters::useBorderPreservation |
Definition at line 40 of file WEMNodeOp.h.
Referenced by WEMSmoothingParameters().
| bool ml::WEMNodeOp::WEMSmoothingParameters::useVolumePreservation |
Definition at line 39 of file WEMNodeOp.h.
Referenced by WEMSmoothingParameters().