24     ZNCC(
const ParamType *ncc_params = 
nullptr, 
const int _n_channels = 1);
    25     void initializePixVals(
const Matrix2Xd& curr_pts) 
override;
    26     void updatePixVals(
const Matrix2Xd& curr_pts) 
override;
    27     double getLikelihood() 
const override;
 double It_mean
mean, variance and standard deviation of the current pixel values 
Definition: ZNCC.h:34
 
ZNCCParams(const AMParams *am_params, bool _debug_mode)
value constructor 
 
Definition: AMParams.h:12
 
bool debug_mode
decides whether logging data will be printed for debugging purposes; only matters if logging is enabl...
Definition: ZNCC.h:11
 
double I0_mean
mean, variance and standard deviation of the initial pixel values 
Definition: ZNCC.h:32