DGtal
0.6.devel
|
#include <SegmentComputerEstimators.h>
Public Types | |
typedef DSS::Vector | Value |
Public Member Functions | |
Value | operator() (const DSS &aDSS) const |
Description of class 'TangentVectorFromDSS'
Aim: computes the tangent vector of a DSS
Definition at line 755 of file SegmentComputerEstimators.h.
typedef DSS::Vector DGtal::detail::TangentVectorFromDSS< DSS >::Value |
Definition at line 758 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 772 of file SegmentComputerEstimators.h.