DGtal
1.5.beta
|
#include <DGtal/geometry/curves/estimation/FunctorsLambdaMST.h>
Data Structures | |
struct | Value |
Public Types | |
typedef PointVector< 2, double > | RealVector |
typedef DSS | TDSS |
Public Member Functions | |
Value | operator() (const TDSS &aDSS, const int &indexOfPointInDSS, const int &dssLen) const |
Private Member Functions | |
BOOST_CONCEPT_ASSERT ((concepts::CUnaryFunctor< LambdaFunction, double, double >)) | |
Private Attributes | |
LambdaFunction | lambdaFunctor |
Description of class 'TangentFromDSS2DFunctor' – model of CLMSTTangentFromDSS. Aim: Provide a functor which calculate from digital straight segment its direction and eccentricity around a given point.
DSS | digital straight segment recognition algorithm |
LambdaFunction | model of CLambdaFunctor |
Definition at line 112 of file FunctorsLambdaMST.h.
typedef PointVector<2, double> DGtal::TangentFromDSS2DFunctor< DSS, LambdaFunction >::RealVector |
Definition at line 117 of file FunctorsLambdaMST.h.
typedef DSS DGtal::TangentFromDSS2DFunctor< DSS, LambdaFunction >::TDSS |
Definition at line 118 of file FunctorsLambdaMST.h.
|
private |
|
inline |
Calculate a direction of the 2D DSS and an eccentricity of a given point in this DSS.
aDSS | digital straight segment |
indexOfPointInDSS | index of given point in aDSS |
dssLen | length of aDSS |
Definition at line 143 of file FunctorsLambdaMST.h.
References DGtal::TangentFromDSS2DFunctor< DSS, LambdaFunction >::lambdaFunctor.
|
private |
Definition at line 162 of file FunctorsLambdaMST.h.
Referenced by DGtal::TangentFromDSS2DFunctor< DSS, LambdaFunction >::operator()().