Definition at line 53 of file testLambdaMST2D.cpp.
◆ ConstIterator
◆ Range
◆ Segmentation
◆ SegmentComputer
◆ testLambdaMST2D()
testLambdaMST2D::testLambdaMST2D |
( |
| ) |
|
|
inline |
◆ lambda64()
bool testLambdaMST2D::lambda64 |
( |
| ) |
|
|
inline |
Definition at line 82 of file testLambdaMST2D.cpp.
83 {
85 LambdaMST2D < Segmentation > lmst64;
86 lmst64.
attach ( segmenter );
88 std::vector < RealVector > tangent;
89 lmst64.
eval < back_insert_iterator< vector < RealVector > > > (
curve.begin(),
curve.end(), back_inserter ( tangent ) );
90 return true;
91 }
RealVector eval(const Point &p)
void init(ConstIterator itb, ConstIterator ite)
void attach(Alias< TSegmentation > SegmentComputer)
SaturatedSegmentation< SegmentComputer > Segmentation
ArithmeticalDSSComputer< ConstIterator, int, 8 > SegmentComputer
References DGtal::LambdaMST2DEstimator< TSpace, TSegmentation, Functor >::attach(), curve, DGtal::LambdaMST2DEstimator< TSpace, TSegmentation, Functor >::eval(), and DGtal::LambdaMST2DEstimator< TSpace, TSegmentation, Functor >::init().
Referenced by main().
◆ lambda64ByPoint()
bool testLambdaMST2D::lambda64ByPoint |
( |
| ) |
|
|
inline |
◆ curve
Range testLambdaMST2D::curve |
|
private |
The documentation for this class was generated from the following file: