34#if defined(BLUELocalLengthEstimator_RECURSES)
35#error Recursive header files inclusion detected in BLUELocalLengthEstimator.h
38#define BLUELocalLengthEstimator_RECURSES
40#if !defined BLUELocalLengthEstimator_h
42#define BLUELocalLengthEstimator_h
47#include "DGtal/base/Common.h"
48#include "DGtal/geometry/curves/estimation/TwoStepLocalLengthEstimator.h"
68 template <
typename TConstIterator>
111 out <<
"[BLUELocalLengthEstimator]";
113 out <<
" initialized";
115 out<<
" not initialized";
127 template <
typename T>
138#undef BLUELocalLengthEstimator_RECURSES
Aim: Best Linear Unbiased Two step length estimator.
TConstIterator ConstIterator
BLUELocalLengthEstimator()
BLUELocalLengthEstimator & operator=(const BLUELocalLengthEstimator &other)=delete
void selfDisplay(std::ostream &out) const
BLUELocalLengthEstimator(const BLUELocalLengthEstimator &other)=delete
Aim: a simple model of CGlobalCurveEstimator that compute the length of a curve using the l_1 metric ...
DGtal is the top-level namespace which contains all DGtal functions and types.
std::ostream & operator<<(std::ostream &out, const ClosedIntegerHalfPlane< TSpace > &object)