DGtal 1.4.0
|
#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 'CurvatureFromDSSLengthAndWidth'
Aim: computes the curvature \( k \) from the length \( l \) and the width \( w \) of a DSS as follow: \( 1/k = (l*l)/(8*w) + w/2 \)
Definition at line 1261 of file SegmentComputerEstimators.h.
typedef double DGtal::detail::CurvatureFromDSSLengthAndWidth::Value |
Definition at line 1264 of file SegmentComputerEstimators.h.
|
inline |
Definition at line 1267 of file SegmentComputerEstimators.h.