DGtal
1.5.beta
|
#include <DGtal/geometry/curves/estimation/SegmentComputerEstimators.h>
Public Types | |
typedef PointVector< 2, double > | Value |
Public Member Functions | |
template<typename DCA > | |
Value | operator() (const typename DCA::ConstIterator &it, const DCA &aDCA) const |
Description of class 'TangentVectorFromDCA'
Aim: estimates the tangent at a given position from a geometricDCA.
Definition at line 890 of file SegmentComputerEstimators.h.
typedef PointVector<2,double> DGtal::detail::TangentVectorFromDCA::Value |
Definition at line 893 of file SegmentComputerEstimators.h.
|
inline |
Operator()
it | position where the estimation has to be done |
aDCA | an instance of segment computer devoted to the DCA recognition. |
DCA | a model of segment computer devoted to the DCA recognition, basically geometricDCA. |
Definition at line 911 of file SegmentComputerEstimators.h.