|
| typedef TSegmentation | Segmentation |
| | Tangential cover algorithm.
|
| |
| typedef TSegmentation::SegmentComputer | SegmentComputer |
| | Curve segmentation algorithm.
|
| |
| typedef SegmentComputer::ConstIterator | ConstIterator |
| | Type of iterator, at least readable and forward.
|
| |
| typedef Functor::Value | Value |
| | Type returned by model of CLMSTTangentFrom2DSS.
|
| |
| typedef TSpace::RealVector | RealVector |
| | Type of 3d real vector.
|
| |
| typedef TSpace::Point | Point |
| | Type of 3d real point.
|
| |
| template<typename OutputIterator > |
| void | accumulate (std::vector< Value > &outValues, OutputIterator &result) |
| | Accumulate partial results obtained for each point.
|
| |
template<typename DSSSegmentationComputer, typename LambdaFunction = functors::Lambda64Function>
class DGtal::LambdaMST2D< DSSSegmentationComputer, LambdaFunction >
Aim: Simplify creation of Lambda MST tangent estimator.
- Template Parameters
-
| DSSSegmentationComputer | tangential cover obtained by segmentation of a 2D digital curve by maximal straight segments |
| LambdaFunction | Lambda functor |
- See also
- FunctorsLambdaMST.h
Definition at line 167 of file LambdaMST2D.h.