DGtal
0.6.devel
|
#include <SegmentComputerEstimators.h>
Public Member Functions | |
CurvatureFromDSSEstimator () | |
CurvatureFromDSSEstimator (const CurvatureFromDSSEstimator &other) | |
![]() | |
BOOST_CONCEPT_ASSERT ((CUnaryFunctor< detail::CurvatureFromDSSLengthAndWidth, SegmentComputer, Quantity >)) | |
CurvatureFromDSSBaseEstimator () | |
CurvatureFromDSSBaseEstimator (const CurvatureFromDSSBaseEstimator &other) | |
CurvatureFromDSSBaseEstimator & | operator= (const CurvatureFromDSSBaseEstimator &other) |
~CurvatureFromDSSBaseEstimator () | |
bool | isValid () const |
void | init (const double h, const ConstIterator &itb, const ConstIterator &ite) |
Quantity | eval (const ConstIterator &it) |
OutputIterator | eval (const ConstIterator &itb, const ConstIterator &ite, OutputIterator result) |
void | attach (const SegmentComputer &aSC) |
Private Types | |
typedef detail::CurvatureFromDSSBaseEstimator < DSSComputer, detail::CurvatureFromDSSLengthAndWidth > | Super |
Additional Inherited Members | |
![]() | |
typedef DSSComputer | SegmentComputer |
typedef DSSComputer::ConstIterator | ConstIterator |
typedef double | Quantity |
![]() | |
double | myH |
ConstIterator | myBegin |
ConstIterator | myEnd |
const SegmentComputer * | mySCPtr |
detail::CurvatureFromDSSLengthAndWidth | myFunctor |
Description of class 'CurvatureFromDSSLengthEstimator' <p> Aim: estimates the curvature from a DSS recognized by a segment computer. The curvature \form#259 is defined 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 @tparam DSSComputer a model of segment computer devoted the DSS recognition
Definition at line 1598 of file SegmentComputerEstimators.h.
|
private |
Definition at line 1602 of file SegmentComputerEstimators.h.
|
inline |
|
inline |
Copy constructor.
other | the object to clone. |
Definition at line 1613 of file SegmentComputerEstimators.h.