DGtal
1.5.beta
|
#include <DGtal/geometry/curves/estimation/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 681 of file SegmentComputerEstimators.h.
typedef double DGtal::detail::TangentAngleFromDSS::Value |
Definition at line 684 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 a() and b() returning the y- and x-component of the tangent vector. |
Definition at line 701 of file SegmentComputerEstimators.h.