DGtal
1.5.beta
|
Aim: Best Linear Unbiased Two step length estimator. More...
#include <DGtal/geometry/curves/estimation/BLUELocalLengthEstimator.h>
Public Types | |
typedef TConstIterator | ConstIterator |
typedef double | Quantity |
Public Types inherited from DGtal::TwoStepLocalLengthEstimator< TConstIterator > | |
typedef TConstIterator | ConstIterator |
typedef double | Quantity |
Public Member Functions | |
BLUELocalLengthEstimator () | |
BLUELocalLengthEstimator (const BLUELocalLengthEstimator &other)=delete | |
BLUELocalLengthEstimator & | operator= (const BLUELocalLengthEstimator &other)=delete |
void | selfDisplay (std::ostream &out) const |
Public Member Functions inherited from DGtal::TwoStepLocalLengthEstimator< TConstIterator > | |
TwoStepLocalLengthEstimator ()=delete | |
TwoStepLocalLengthEstimator (const double wdirect, const double wdiag) | |
~TwoStepLocalLengthEstimator ()=default | |
TwoStepLocalLengthEstimator (const TwoStepLocalLengthEstimator &other)=delete | |
TwoStepLocalLengthEstimator & | operator= (const TwoStepLocalLengthEstimator &other)=delete |
Quantity | eval (const ConstIterator &itb, const ConstIterator &ite, const double h=1.) const |
void | selfDisplay (std::ostream &out) const |
bool | isValid () const |
Aim: Best Linear Unbiased Two step length estimator.
Description of template class 'BLUELocalLengthEstimator'
Model of CGlobalCurveGeometricEstimator
TConstIterator | a model of CConstIteratorOnArrows. |
Definition at line 69 of file BLUELocalLengthEstimator.h.
typedef TConstIterator DGtal::BLUELocalLengthEstimator< TConstIterator >::ConstIterator |
Definition at line 76 of file BLUELocalLengthEstimator.h.
typedef double DGtal::BLUELocalLengthEstimator< TConstIterator >::Quantity |
Definition at line 77 of file BLUELocalLengthEstimator.h.
|
inline |
Default Constructor.
Definition at line 83 of file BLUELocalLengthEstimator.h.
|
delete |
Copy constructor.
other | the object to clone. Forbidden by default. |
|
delete |
Assignment.
other | the object to copy. |
|
inline |
Writes/Displays the object on an output stream.
out | the output stream where the object is written. |
Definition at line 109 of file BLUELocalLengthEstimator.h.
References DGtal::TwoStepLocalLengthEstimator< TConstIterator >::isValid().