|
DGtal
0.6.devel
|
#include <SegmentComputerEstimators.h>
Public Types | |
| typedef DGtal::PointVector < 2, double > | RealVector |
| typedef RealVector | Value |
Public Member Functions | |
| template<typename DSS > | |
| Value | operator() (const DSS &aDSS) const |
Description of class 'NormalizedTangentVectorFromDSS'
Aim: computes the unit vector of a DSS
Definition at line 719 of file SegmentComputerEstimators.h.
| typedef DGtal::PointVector<2,double> DGtal::detail::NormalizedTangentVectorFromDSS::RealVector |
Definition at line 722 of file SegmentComputerEstimators.h.
Definition at line 723 of file SegmentComputerEstimators.h.
|
inline |
Operator()
| aDSS | an instance of segment computer devoted to the DSS recognition. |
| DSS | a model of segment computer, which must have methods getA() and getB() returning the y- and x-component of the tangent vector. |
Definition at line 738 of file SegmentComputerEstimators.h.
References DGtal::PointVector< dim, TEuclideanRing >::L_2.
1.8.1.1