ViennaLS
Loading...
Searching...
No Matches
lsDetectFeatures.hpp File Reference
#include <hrleCartesianPlaneIterator.hpp>
#include <hrleSparseBoxIterator.hpp>
#include <hrleSparseStarIterator.hpp>
#include <lsCalculateNormalVectors.hpp>
#include <lsCurvatureFormulas.hpp>
#include <lsDomain.hpp>
#include <vcSmartPointer.hpp>
#include <vcVectorUtil.hpp>

Go to the source code of this file.

Classes

class  viennals::DetectFeatures< T, D >
 This class detects features of the level set function. This class offers two methods to determine features of the surface: based on the mean curvature, and based on the angle between surface normals. The curvature-based algorithm is the default as it leads to more accurate results and should be preferred in general. More...
 

Namespaces

namespace  viennals
 

Enumerations

enum struct  viennals::FeatureDetectionEnum : unsigned { viennals::CURVATURE = 0 , viennals::NORMALS_ANGLE = 1 }