MeVisLab Toolbox Reference
|
Helper namespace for performing smoothing on nodes. More...
Classes | |
struct | WEMSmoothingParameters |
Functions | |
MLWEM_EXPORT void | smoothNodes (WEMPatch *wemPatch, const WEMSmoothingParameters ¶meters, ProgressField *progressFld=nullptr) |
Smooths the nodes by a Laplacian scheme. | |
MLWEM_EXPORT void | smoothNodeNormals (WEMPatch *wemPatch, unsigned int numSmoothingPasses, bool useBorderPreservation, ProgressField *progressFld=nullptr) |
Smooths the nodes' normals. | |
Helper namespace for performing smoothing on nodes.
MLWEM_EXPORT void ml::WEMNodeOp::smoothNodeNormals | ( | WEMPatch * | wemPatch, |
unsigned int | numSmoothingPasses, | ||
bool | useBorderPreservation, | ||
ProgressField * | progressFld = nullptr ) |
MLWEM_EXPORT void ml::WEMNodeOp::smoothNodes | ( | WEMPatch * | wemPatch, |
const WEMSmoothingParameters & | parameters, | ||
ProgressField * | progressFld = nullptr ) |