![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
#include <aims/registration/scale_control.h>
Public Member Functions | |
ScaleControl () | |
~ScaleControl () | |
template<class T > | |
void | init (const AimsData< T > &ref, int level_start, int level_stop, double cutVar, double stopVar, double seuilCorrel, const Point3d &tailleBloc=Point3d(4, 4, 4)) |
bool | minReached () |
int | getN () |
int | getDelta1 () |
int | getDelta2 () |
int | getScale () |
int | getlevel_stop () |
void | nextScale () |
void | setcutVar (double cV) |
double | getcutVar () |
double | getstopVar () |
double | getSeuilCorrel () |
Point3d | getTailleBloc () |
bool | goOn () |
Definition at line 16 of file scale_control.h.
|
inline |
Definition at line 19 of file scale_control.h.
|
inline |
Definition at line 20 of file scale_control.h.
References init(), minReached(), and ref().
|
inline |
Definition at line 34 of file scale_control.h.
Referenced by BlockMatching< T >::doit(), and DisplacementField< T >::init().
|
inline |
Definition at line 28 of file scale_control.h.
|
inline |
Definition at line 29 of file scale_control.h.
|
inline |
Definition at line 31 of file scale_control.h.
References nextScale().
Referenced by BlockMatching< T >::doit().
|
inline |
Definition at line 27 of file scale_control.h.
|
inline |
Definition at line 30 of file scale_control.h.
Referenced by BlockMatching< T >::doit(), and DisplacementField< T >::init().
|
inline |
Definition at line 36 of file scale_control.h.
Referenced by DisplacementField< T >::init().
|
inline |
Definition at line 35 of file scale_control.h.
Referenced by BlockMatching< T >::doit().
|
inline |
Definition at line 37 of file scale_control.h.
Referenced by DisplacementField< T >::init().
|
inline |
Definition at line 38 of file scale_control.h.
Referenced by BlockMatching< T >::doit().
void ScaleControl::init | ( | const AimsData< T > & | ref, |
int | level_start, | ||
int | level_stop, | ||
double | cutVar, | ||
double | stopVar, | ||
double | seuilCorrel, | ||
const Point3d & | tailleBloc = Point3d(4, 4, 4) |
||
) |
Definition at line 21 of file scale_control_d.h.
References AimsData< T >::dimX(), AimsData< T >::dimY(), and AimsData< T >::dimZ().
Referenced by BlockMatching< T >::doit(), and ~ScaleControl().
bool ScaleControl::minReached | ( | ) |
Referenced by ~ScaleControl().
void ScaleControl::nextScale | ( | ) |
Referenced by BlockMatching< T >::doit(), and getlevel_stop().
|
inline |
Definition at line 33 of file scale_control.h.