|
DGtal
1.5.beta
|
#include <DGtal/images/bijectiveRotations/CBDRFastSolver.h>
Public Member Functions | |
| CBDRFastSolver (const std::vector< BijectiveReflections > &vecOptimisedReflections, const double rotAngle, const typename TDomain::Point center, const int km) | |
| BijectiveReflections | solve () |
Protected Attributes | |
| std::vector< BijectiveReflections > | my_vecOptimisedReflections |
| double | my_angle |
| TDomain::Point | my_center |
| int | kmax |
Private Types | |
| typedef CBDR_naiverotation< TSpace > | BijectiveReflections |
| typedef Reflection< TSpace > | DigitizedReflection |
Definition at line 43 of file CBDRFastSolver.h.
|
private |
Definition at line 44 of file CBDRFastSolver.h.
|
private |
Definition at line 45 of file CBDRFastSolver.h.
|
inline |
Definition at line 47 of file CBDRFastSolver.h.
|
inline |
Definition at line 51 of file CBDRFastSolver.h.
References DGtal::CBDRFastSolver< TSpace, TDomain >::my_angle, and DGtal::CBDRFastSolver< TSpace, TDomain >::my_vecOptimisedReflections.
Referenced by DGtal::CBDR< TSpace, TInputValue, TOutputValue >::initCBDRVec(), and DGtal::CBDR< TSpace, TInputValue, TOutputValue >::set_angle().
|
protected |
Definition at line 63 of file CBDRFastSolver.h.
|
protected |
Definition at line 61 of file CBDRFastSolver.h.
Referenced by DGtal::CBDRFastSolver< TSpace, TDomain >::solve().
|
protected |
Definition at line 62 of file CBDRFastSolver.h.
|
protected |
Definition at line 60 of file CBDRFastSolver.h.
Referenced by DGtal::CBDRFastSolver< TSpace, TDomain >::solve().