DGtal
1.5.beta
|
Aim: A functor Surfel -> Quantity that returns the second principal absolute curvature (smallest curvature) at given surfel. This class has meaning only in 3D. More...
#include <DGtal/geometry/surfaces/estimation/VCMGeometricFunctors.h>
Public Types | |
typedef TVCMOnDigitalSurface | VCMOnDigitalSurface |
typedef VCMOnDigitalSurface::KSpace | KSpace |
typedef VCMOnDigitalSurface::Surfel | Surfel |
typedef VCMOnDigitalSurface::VectorN | RealVector |
typedef RealVector::Component | Scalar |
typedef Surfel | Argument |
typedef Scalar | Quantity |
Public Member Functions | |
VCMSecondPrincipalAbsoluteCurvatureFunctor (ConstAlias< VCMOnDigitalSurface > aVCMOnDigitalSurface=0) | |
void | attach (ConstAlias< VCMOnDigitalSurface > aVCMOnDigitalSurface) |
Quantity | operator() (const Surfel &s) const |
Private Attributes | |
CountedConstPtrOrConstPtr< VCMOnDigitalSurface > | myVCMOnDigitalSurface |
The shape of interest. More... | |
Aim: A functor Surfel -> Quantity that returns the second principal absolute curvature (smallest curvature) at given surfel. This class has meaning only in 3D.
Description of template class 'VCMSecondPrincipalAbsoluteCurvatureFunctor'
TVCMOnDigitalSurface | any concrete type of VoronoiCovarianceMeasureOnDigitalSurface |
Definition at line 258 of file VCMGeometricFunctors.h.
typedef Surfel DGtal::functors::VCMSecondPrincipalAbsoluteCurvatureFunctor< TVCMOnDigitalSurface >::Argument |
Definition at line 264 of file VCMGeometricFunctors.h.
typedef VCMOnDigitalSurface::KSpace DGtal::functors::VCMSecondPrincipalAbsoluteCurvatureFunctor< TVCMOnDigitalSurface >::KSpace |
Definition at line 260 of file VCMGeometricFunctors.h.
typedef Scalar DGtal::functors::VCMSecondPrincipalAbsoluteCurvatureFunctor< TVCMOnDigitalSurface >::Quantity |
Definition at line 265 of file VCMGeometricFunctors.h.
typedef VCMOnDigitalSurface::VectorN DGtal::functors::VCMSecondPrincipalAbsoluteCurvatureFunctor< TVCMOnDigitalSurface >::RealVector |
Definition at line 262 of file VCMGeometricFunctors.h.
typedef RealVector::Component DGtal::functors::VCMSecondPrincipalAbsoluteCurvatureFunctor< TVCMOnDigitalSurface >::Scalar |
Definition at line 263 of file VCMGeometricFunctors.h.
typedef VCMOnDigitalSurface::Surfel DGtal::functors::VCMSecondPrincipalAbsoluteCurvatureFunctor< TVCMOnDigitalSurface >::Surfel |
Definition at line 261 of file VCMGeometricFunctors.h.
typedef TVCMOnDigitalSurface DGtal::functors::VCMSecondPrincipalAbsoluteCurvatureFunctor< TVCMOnDigitalSurface >::VCMOnDigitalSurface |
Definition at line 259 of file VCMGeometricFunctors.h.
|
inline |
Constructor. A VCM may also be attached at construction.
aVCMOnDigitalSurface | the VCM on surface that stores all the information. The alias can be secured if some counted pointer is handed. |
Definition at line 274 of file VCMGeometricFunctors.h.
|
inline |
Attach a VCM on a digital surface.
aVCMOnDigitalSurface | on surface that stores all the information. The alias can be secured if some counted pointer is handed. |
Definition at line 287 of file VCMGeometricFunctors.h.
References DGtal::functors::VCMSecondPrincipalAbsoluteCurvatureFunctor< TVCMOnDigitalSurface >::myVCMOnDigitalSurface.
|
inline |
Map operator Surfel -> Scalar giving the second principal absolute curvature estimated by the VCM object. Complexity is \( O(log n) \), if n is the number of surfels of the surface.
s | any surfel of the shape. |
Definition at line 299 of file VCMGeometricFunctors.h.
References DGtal::functors::VCMSecondPrincipalAbsoluteCurvatureFunctor< TVCMOnDigitalSurface >::myVCMOnDigitalSurface.
|
private |
The shape of interest.
Definition at line 314 of file VCMGeometricFunctors.h.
Referenced by DGtal::functors::VCMSecondPrincipalAbsoluteCurvatureFunctor< TVCMOnDigitalSurface >::attach(), and DGtal::functors::VCMSecondPrincipalAbsoluteCurvatureFunctor< TVCMOnDigitalSurface >::operator()().