DGtal
1.5.beta
|
Aim: Simplify creation of Lambda MST tangent estimator. More...
#include <DGtal/geometry/curves/estimation/LambdaMST2D.h>
Public Member Functions | |
LambdaMST2D () | |
Public Member Functions inherited from DGtal::LambdaMST2DEstimator< Z2i::Space, DSSSegmentationComputer, TangentFromDSS2DFunctor< DSSSegmentationComputer::SegmentComputer, functors::Lambda64Function > > | |
LambdaMST2DEstimator () | |
Default constructor. More... | |
void | init (ConstIterator itb, ConstIterator ite) |
void | attach (Alias< DSSSegmentationComputer > SegmentComputer) |
RealVector | eval (const Point &p) |
OutputIterator | eval (ConstIterator itb, ConstIterator ite, OutputIterator result) |
bool | isValid () const |
Private Types | |
typedef LambdaMST2DEstimator< Z2i::Space, DSSSegmentationComputer, TangentFromDSS2DFunctor< typename DSSSegmentationComputer::SegmentComputer, LambdaFunction > > | Super |
Additional Inherited Members | |
Public Types inherited from DGtal::LambdaMST2DEstimator< Z2i::Space, DSSSegmentationComputer, TangentFromDSS2DFunctor< DSSSegmentationComputer::SegmentComputer, functors::Lambda64Function > > | |
typedef DSSSegmentationComputer | Segmentation |
Tangential cover algorithm. More... | |
typedef TSegmentation::SegmentComputer | SegmentComputer |
Curve segmentation algorithm. More... | |
typedef SegmentComputer::ConstIterator | ConstIterator |
Type of iterator, at least readable and forward. More... | |
typedef Functor::Value | Value |
Type returned by model of CLMSTTangentFrom2DSS. More... | |
typedef TSpace::RealVector | RealVector |
Type of 3d real vector. More... | |
typedef TSpace::Point | Point |
Type of 3d real point. More... | |
Protected Member Functions inherited from DGtal::LambdaMST2DEstimator< Z2i::Space, DSSSegmentationComputer, TangentFromDSS2DFunctor< DSSSegmentationComputer::SegmentComputer, functors::Lambda64Function > > | |
void | accumulate (std::vector< Value > &outValues, OutputIterator &result) |
Accumulate partial results obtained for each point. More... | |
Aim: Simplify creation of Lambda MST tangent estimator.
DSSSegmentationComputer | tangential cover obtained by segmentation of a 2D digital curve by maximal straight segments |
LambdaFunction | Lambda functor |
Definition at line 167 of file LambdaMST2D.h.
|
private |
Definition at line 172 of file LambdaMST2D.h.
|
inline |
Default Constructor.
Definition at line 178 of file LambdaMST2D.h.