MeVisLab Toolbox Reference
CSOSmoothing.h File Reference
#include "MLCSOIncludes.h"
#include "CSOBase/CSO.h"

Go to the source code of this file.

Namespaces

 ml
 Main documentation file for ML users and developers.
 
 ml::CSOSmoothing
 

Functions

MLCSO_EXPORT void ml::CSOSmoothing::smooth2DPositions (std::vector< Vector2 > &positions, const unsigned int numPositions, const unsigned int numSmoothingPasses, const float smoothingFactor, const unsigned int smoothRange)
 Smooths the given 2D positions on base of a Laplacian smoothing with a deflation correction. More...
 
MLCSO_EXPORT void ml::CSOSmoothing::smooth3DPositions (std::vector< Vector3 > &positions, const MLssize_t numPositions, bool isOpen, unsigned int numSmoothingPasses, double smoothingFactor, unsigned int smoothRange, bool displacementAdjustment)
 Smooths the given 3D positions on base of a Laplacian smoothing with a deflation correction. More...
 
MLCSO_EXPORT void ml::CSOSmoothing::smooth3DPositions (std::vector< Vector3 > &positions, bool isOpen, unsigned int numSmoothingPasses)
 Smooths the given 3D positions on base of a Laplacian smoothing. More...
 
MLssize_t ml::CSOSmoothing::getClosedCSOIndexLeavingNegative (MLssize_t i, MLssize_t j, MLssize_t numPositions)
 Helper function to compute an index into a closed CSO leaving left. More...
 
MLssize_t ml::CSOSmoothing::getClosedCSOIndexLeavingPositive (MLssize_t i, MLssize_t j, MLssize_t numPositions)
 Helper function to compute an index into a closed CSO leaving right. More...