MeVisLab Toolbox Reference
|
#include "WEMBase/WEM.h"
#include "WEMDataStructure/WEMHeap.h"
#include "WEMTools/WEMToolsIncludes.h"
Go to the source code of this file.
Classes | |
struct | ml::WEMNodeOp::WEMSmoothingParameters |
Namespaces | |
namespace | ml |
Main documentation file for ML users and developers. | |
namespace | ml::WEMNodeOp |
Helper namespace for performing smoothing on nodes. | |
Functions | |
MLWEM_EXPORT void | ml::WEMNodeOp::smoothNodes (WEMPatch *wemPatch, const WEMSmoothingParameters ¶meters, ProgressField *progressFld=nullptr) |
Smooths the nodes by a Laplacian scheme. | |
MLWEM_EXPORT void | ml::WEMNodeOp::smoothNodeNormals (WEMPatch *wemPatch, unsigned int numSmoothingPasses, bool useBorderPreservation, ProgressField *progressFld=nullptr) |
Smooths the nodes' normals. | |