|
DGtal
1.5.beta
|
vec since the parameters are the vectors of digitized reflections More...
#include <DGtal/images/bijectiveRotations/CBDR_naiverotation.h>
Public Types | |
| typedef Reflection< TSpace, TInputValue > | DigitizedReflection |
Public Member Functions | |
| CBDR_naiverotation (const std::vector< DigitizedReflection > &bijectiveReflections={}) | |
| CBDR_naiverotation (const std::vector< GAVector< TSpace >> &bijectiveGAvec) | |
| TOutputValue | operator() (const TInputValue &aInput) const |
| template<typename TImage > | |
| TImage | rotateImage (TImage img) const |
Data Fields | |
| std::vector< DigitizedReflection > | bijectiveNormalVectors |
vec since the parameters are the vectors of digitized reflections
Definition at line 45 of file CBDR_naiverotation.h.
| typedef Reflection<TSpace,TInputValue> DGtal::CBDR_naiverotation< TSpace, TInputValue, TOutputValue >::DigitizedReflection |
Definition at line 46 of file CBDR_naiverotation.h.
|
inline |
Definition at line 50 of file CBDR_naiverotation.h.
|
inlineexplicit |
Definition at line 52 of file CBDR_naiverotation.h.
References DGtal::CBDR_naiverotation< TSpace, TInputValue, TOutputValue >::bijectiveNormalVectors.
|
inline |
Operator
Definition at line 62 of file CBDR_naiverotation.h.
References DGtal::CBDR_naiverotation< TSpace, TInputValue, TOutputValue >::bijectiveNormalVectors.
|
inline |
Definition at line 81 of file CBDR_naiverotation.h.
| std::vector<DigitizedReflection> DGtal::CBDR_naiverotation< TSpace, TInputValue, TOutputValue >::bijectiveNormalVectors |
Definition at line 48 of file CBDR_naiverotation.h.
Referenced by DGtal::CBDR_naiverotation< TSpace, TInputValue, TOutputValue >::CBDR_naiverotation(), and DGtal::CBDR_naiverotation< TSpace, TInputValue, TOutputValue >::operator()().