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 'CurvatureFromDSSLengthAndWidth' <p> Aim: computes the curvature \form#259 from the length \form#4 and the width \form#261 of a DSS as follow:
\( 1/k = (l*l)/(8*w) + w/2 \)
@note Adaption from Coeurjolly, D. and Miguet, S. and Tougne, L. "Discrete Curvature Based on Osculating Circle Estimation", Proc. IWVF, LNCS, vol 2059, pp.303-312, 2001
Definition at line 1270 of file SegmentComputerEstimators.h.
typedef double DGtal::detail::CurvatureFromDSSLengthAndWidth::Value |
Definition at line 1273 of file SegmentComputerEstimators.h.
|
inline |
Definition at line 1276 of file SegmentComputerEstimators.h.