DGtal
0.6.devel
|
#include <SegmentComputerEstimators.h>
Public Types | |
typedef double | Value |
Public Member Functions | |
template<typename DSS > | |
Value | operator() (const DSS &aDSS) const |
Description of class 'TangentAngleFromDSS'
Aim: computes the tangent orientation of a DSS (angle in [-pi,+pi] radians between the tangent and the x-axis).
Definition at line 685 of file SegmentComputerEstimators.h.
typedef double DGtal::detail::TangentAngleFromDSS::Value |
Definition at line 688 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 705 of file SegmentComputerEstimators.h.