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 'CurvatureFromDSSLength'
Aim: Computes the curvature \( k \) from the discrete length \( l \) of a DSS as follow: \( 1/k = l*l/8 + 1/2 \)
Definition at line 1233 of file SegmentComputerEstimators.h.
typedef double DGtal::detail::CurvatureFromDSSLength::Value |
Definition at line 1236 of file SegmentComputerEstimators.h.
|
inline |
Definition at line 1239 of file SegmentComputerEstimators.h.