DGtal
1.5.beta
|
#include <DGtal/geometry/curves/estimation/SegmentComputerEstimators.h>
Public Member Functions | |
NormalFromDCAEstimator () | |
NormalFromDCAEstimator (const NormalFromDCAEstimator &other) | |
Public Member Functions inherited from DGtal::detail::PosDepScaleIndepSCEstimator< DCAComputer, detail::NormalVectorFromDCA > | |
bool | isValid () const |
PosDepScaleIndepSCEstimator () | |
void | init (const double, const ConstIterator &itb, const ConstIterator &ite) |
void | attach (const SegmentComputer &aSC) |
Quantity | eval (const ConstIterator &it) const |
OutputIterator | eval (const ConstIterator &itb, const ConstIterator &ite, OutputIterator result) const |
Private Types | |
typedef detail::PosDepScaleIndepSCEstimator< DCAComputer, detail::NormalVectorFromDCA > | Super |
Additional Inherited Members | |
Public Types inherited from DGtal::detail::PosDepScaleIndepSCEstimator< DCAComputer, detail::NormalVectorFromDCA > | |
typedef DCAComputer | SegmentComputer |
typedef SegmentComputer::ConstIterator | ConstIterator |
typedef typename Functor::Value | Quantity |
Data Fields inherited from DGtal::detail::PosDepScaleIndepSCEstimator< DCAComputer, detail::NormalVectorFromDCA > | |
ConstIterator | myBegin |
ConstIterator | myEnd |
const SegmentComputer * | mySCPtr |
detail::NormalVectorFromDCA | myFunctor |
Description of class 'NormalFromDCAEstimator'
Aim: estimates the (normalized) normal vector at some position from a DCA recognized by a segment computer, basically geometricDCA.
DCAComputer | a model of segment computer devoted the DCA recognition |
Definition at line 1136 of file SegmentComputerEstimators.h.
|
private |
Definition at line 1142 of file SegmentComputerEstimators.h.
|
inline |
Default Constructor.
Definition at line 1148 of file SegmentComputerEstimators.h.
|
inline |
Copy constructor.
other | the object to clone. |
Definition at line 1153 of file SegmentComputerEstimators.h.