DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Private Types
DGtal::CurvatureFromDCAEstimator< DCAComputer, isCCW > Class Template Reference

#include <SegmentComputerEstimators.h>

Inheritance diagram for DGtal::CurvatureFromDCAEstimator< DCAComputer, isCCW >:
Inheritance graph
[legend]
Collaboration diagram for DGtal::CurvatureFromDCAEstimator< DCAComputer, isCCW >:
Collaboration graph
[legend]

Public Member Functions

 CurvatureFromDCAEstimator ()
 CurvatureFromDCAEstimator (const CurvatureFromDCAEstimator &other)
- Public Member Functions inherited from DGtal::detail::PosIndepScaleDepSCEstimator< DCAComputer, detail::CurvatureFromDCA< isCCW > >
 PosIndepScaleDepSCEstimator ()
 PosIndepScaleDepSCEstimator (const PosIndepScaleDepSCEstimator &other)
PosIndepScaleDepSCEstimatoroperator= (const PosIndepScaleDepSCEstimator &other)
 ~PosIndepScaleDepSCEstimator ()
bool isValid () const
void init (const double h, 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::PosIndepScaleDepSCEstimator
< DCAComputer,
detail::CurvatureFromDCA
< isCCW > > 
Super

Additional Inherited Members

- Public Types inherited from DGtal::detail::PosIndepScaleDepSCEstimator< DCAComputer, detail::CurvatureFromDCA< isCCW > >
typedef DCAComputer SegmentComputer
typedef
SegmentComputer::ConstIterator 
ConstIterator
typedef typename
detail::CurvatureFromDCA
< isCCW >::Value 
Quantity
- Data Fields inherited from DGtal::detail::PosIndepScaleDepSCEstimator< DCAComputer, detail::CurvatureFromDCA< isCCW > >
double myH
ConstIterator myBegin
ConstIterator myEnd
const SegmentComputermySCPtr
detail::CurvatureFromDCA< isCCW > myFunctor

Detailed Description

template<typename DCAComputer, bool isCCW = true>
class DGtal::CurvatureFromDCAEstimator< DCAComputer, isCCW >

Description of class 'CurvatureFromDCAEstimator'

Aim: estimates the curvature from a DCA recognized by a segment computer, basically geometricDCA.

Template Parameters:
DCAComputera model of segment computer devoted the DCA recognition
isCCWboolean equal to 'true' (default) for a scanning in a counter-clockwise (CCW) orientation, 'false' otherwise, i.e in a clockwise (CW) orientation. For instance, the estimated curvature of a digital circle, scanned in a CCW (resp. CW) orientation, is positive (resp. negative).

Definition at line 1115 of file SegmentComputerEstimators.h.


Member Typedef Documentation

template<typename DCAComputer, bool isCCW = true>
typedef detail::PosIndepScaleDepSCEstimator<DCAComputer, detail::CurvatureFromDCA<isCCW> > DGtal::CurvatureFromDCAEstimator< DCAComputer, isCCW >::Super
private

Definition at line 1121 of file SegmentComputerEstimators.h.


Constructor & Destructor Documentation

template<typename DCAComputer, bool isCCW = true>
DGtal::CurvatureFromDCAEstimator< DCAComputer, isCCW >::CurvatureFromDCAEstimator ( )
inline

Default Constructor.

Definition at line 1127 of file SegmentComputerEstimators.h.

: Super() {};
template<typename DCAComputer, bool isCCW = true>
DGtal::CurvatureFromDCAEstimator< DCAComputer, isCCW >::CurvatureFromDCAEstimator ( const CurvatureFromDCAEstimator< DCAComputer, isCCW > &  other)
inline

Copy constructor.

Parameters:
otherthe object to clone.

Definition at line 1132 of file SegmentComputerEstimators.h.

: Super(other) {};

The documentation for this class was generated from the following file: