DGtal
1.5.beta
|
#include <DGtal/geometry/curves/estimation/SegmentComputerEstimators.h>
Public Types | |
typedef double | Value |
Public Member Functions | |
template<typename DCA > | |
Value | operator() (const DCA &aDCA, const double &aH=1.0) const |
Description of class 'CurvatureFromDCA'
Aim: computes the curvature from a geometricDCA at a given grid step.
isCCW | boolean equal to 'true' for a scanning in a counter-clockwise (CCW) orientation, 'false' otherwise. For instance, the estimated curvature of a digital circle, scanned in a CCW (resp. CW) orientation, is positive (resp. negative). |
Definition at line 783 of file SegmentComputerEstimators.h.
typedef double DGtal::detail::CurvatureFromDCA< isCCW >::Value |
Definition at line 786 of file SegmentComputerEstimators.h.
|
inline |
Operator()
aDCA | an instance of segment computer devoted to the DCA recognition. |
aH | grid step |
DCA | a model of segment computer devoted to the DCA recognition, basically geometricDCA. |
Definition at line 802 of file SegmentComputerEstimators.h.