DGtal
1.5.beta
|
#include <DGtal/geometry/curves/estimation/SegmentComputerEstimators.h>
Public Member Functions | |
TangentVectorFromDSSEstimator () | |
TangentVectorFromDSSEstimator (const TangentVectorFromDSSEstimator &other) | |
Public Member Functions inherited from DGtal::detail::PosIndepScaleIndepSCEstimator< DSSComputer, detail::TangentVectorFromDSS< DSSComputer > > | |
bool | isValid () const |
PosIndepScaleIndepSCEstimator () | |
void | init (const double, const ConstIterator &itb, const ConstIterator &ite) |
void | attach (const SegmentComputer &aSC) |
Quantity | eval (const ConstIterator &) const |
OutputIterator | eval (const ConstIterator &itb, const ConstIterator &ite, OutputIterator result) const |
Private Types | |
typedef detail::PosIndepScaleIndepSCEstimator< DSSComputer, detail::TangentVectorFromDSS< DSSComputer > > | Super |
Additional Inherited Members | |
Public Types inherited from DGtal::detail::PosIndepScaleIndepSCEstimator< DSSComputer, detail::TangentVectorFromDSS< DSSComputer > > | |
typedef DSSComputer | SegmentComputer |
typedef SegmentComputer::ConstIterator | ConstIterator |
typedef typename Functor::Value | Quantity |
Data Fields inherited from DGtal::detail::PosIndepScaleIndepSCEstimator< DSSComputer, detail::TangentVectorFromDSS< DSSComputer > > | |
ConstIterator | myBegin |
ConstIterator | myEnd |
const SegmentComputer * | mySCPtr |
detail::TangentVectorFromDSS< DSSComputer > | myFunctor |
Description of class 'TangentVectorFromDSSEstimator'
Aim: estimates the (not normalized) tangent vector from the slope parameters of a DSS recognized by a segment computer.
DSSComputer | a model of segment computer devoted the DSS recognition |
Definition at line 1038 of file SegmentComputerEstimators.h.
|
private |
Definition at line 1043 of file SegmentComputerEstimators.h.
|
inline |
Default Constructor.
Definition at line 1049 of file SegmentComputerEstimators.h.
|
inline |
Copy constructor.
other | the object to clone. |
Definition at line 1054 of file SegmentComputerEstimators.h.