|
DGtal
1.5.beta
|
#include <DGtal/images/bijectiveRotations/ErrorBijectiveRotation.h>
Public Types | |
| typedef functors::ForwardRigidTransformation2D< TSpace, TInputValue, typename TSpace::RealPoint, functors::Identity > | RealRotation |
| typedef std::vector< std::vector< typename TSpace::RealPoint > > | VectorField |
| typedef functors::ForwardRigidTransformation2D< TSpace, TInputValue, typename TSpace::RealPoint, functors::Identity > | RealRotation |
| typedef std::vector< std::vector< typename TSpace::RealPoint > > | VectorField |
Public Member Functions | |
| ErrorVectorField (const TBijectiveReflections &reflections, const double theta, const typename TSpace::Point center) | |
| VectorField | getOutputVectorFieldFromContour (const TDomain &set2dContour, bool continuityVecField=false) |
| ErrorVectorField (const TBijectiveReflections &reflections, const double theta, const typename TSpace::Point center) | |
| VectorField | getOutputVectorFieldFromContour (const TDomain &set2dContour, bool continuityVecField=false) |
Protected Attributes | |
| TBijectiveReflections | normalVectors |
| TSpace::Point | my_center |
| RealRotation | targetRotation |
| RealRotation | originCenteredRotation |
Definition at line 44 of file ErrorBijectiveRotation.h.
| typedef functors::ForwardRigidTransformation2D<TSpace,TInputValue,typename TSpace::RealPoint,functors::Identity> DGtal::ErrorVectorField< TSpace, TDomain, TBijectiveReflections, TInputValue, TOutputValue >::RealRotation |
Definition at line 46 of file ErrorBijectiveRotation.h.
| typedef functors::ForwardRigidTransformation2D<TSpace,TInputValue,typename TSpace::RealPoint,functors::Identity> DGtal::ErrorVectorField< TSpace, TDomain, TBijectiveReflections, TInputValue, TOutputValue >::RealRotation |
Definition at line 46 of file ErrorVectorField.h.
| typedef std::vector<std::vector<typename TSpace::RealPoint> > DGtal::ErrorVectorField< TSpace, TDomain, TBijectiveReflections, TInputValue, TOutputValue >::VectorField |
Definition at line 47 of file ErrorBijectiveRotation.h.
| typedef std::vector<std::vector<typename TSpace::RealPoint> > DGtal::ErrorVectorField< TSpace, TDomain, TBijectiveReflections, TInputValue, TOutputValue >::VectorField |
Definition at line 47 of file ErrorVectorField.h.
|
inline |
Definition at line 56 of file ErrorBijectiveRotation.h.
|
inline |
Definition at line 56 of file ErrorVectorField.h.
|
inline |
compute vector of errors for each pixel between either
Definition at line 62 of file ErrorBijectiveRotation.h.
References DGtal::ErrorVectorField< TSpace, TDomain, TBijectiveReflections, TInputValue, TOutputValue >::my_center, DGtal::ErrorVectorField< TSpace, TDomain, TBijectiveReflections, TInputValue, TOutputValue >::normalVectors, DGtal::ErrorVectorField< TSpace, TDomain, TBijectiveReflections, TInputValue, TOutputValue >::originCenteredRotation, and DGtal::ErrorVectorField< TSpace, TDomain, TBijectiveReflections, TInputValue, TOutputValue >::targetRotation.
Referenced by DGtal::LinfPolicy< TSpace, TDomain, TBijectiveRotation >::evaluate(), DGtal::L2< TSpace, TDomain, TBijectiveRotation >::evaluate(), and DGtal::LcontinuityPolicy< TSpace, TDomain, TBijectiveRotation >::evaluate().
|
inline |
compute vector of errors for each pixel between either
Definition at line 62 of file ErrorVectorField.h.
References DGtal::ErrorVectorField< TSpace, TDomain, TBijectiveReflections, TInputValue, TOutputValue >::my_center, DGtal::ErrorVectorField< TSpace, TDomain, TBijectiveReflections, TInputValue, TOutputValue >::normalVectors, DGtal::ErrorVectorField< TSpace, TDomain, TBijectiveReflections, TInputValue, TOutputValue >::originCenteredRotation, and DGtal::ErrorVectorField< TSpace, TDomain, TBijectiveReflections, TInputValue, TOutputValue >::targetRotation.
|
protected |
Definition at line 51 of file ErrorBijectiveRotation.h.
Referenced by DGtal::ErrorVectorField< TSpace, TDomain, TBijectiveReflections, TInputValue, TOutputValue >::getOutputVectorFieldFromContour().
|
protected |
Definition at line 50 of file ErrorBijectiveRotation.h.
Referenced by DGtal::ErrorVectorField< TSpace, TDomain, TBijectiveReflections, TInputValue, TOutputValue >::getOutputVectorFieldFromContour().
|
protected |
Definition at line 53 of file ErrorBijectiveRotation.h.
Referenced by DGtal::ErrorVectorField< TSpace, TDomain, TBijectiveReflections, TInputValue, TOutputValue >::getOutputVectorFieldFromContour().
|
protected |
Definition at line 52 of file ErrorBijectiveRotation.h.
Referenced by DGtal::ErrorVectorField< TSpace, TDomain, TBijectiveReflections, TInputValue, TOutputValue >::getOutputVectorFieldFromContour().