|
DGtal
0.6.devel
|
#include <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 790 of file SegmentComputerEstimators.h.
| typedef double DGtal::detail::CurvatureFromDCA< isCCW >::Value |
Definition at line 793 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 809 of file SegmentComputerEstimators.h.
1.8.1.1