MTF
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
ICLKParams Struct Reference

Public Types

enum  HessType { InitialSelf, CurrentSelf, Std }
 

Public Member Functions

 ICLKParams (int _max_iters, double _epsilon, HessType _hess_type, bool _sec_ord_hess, bool _update_ssm, bool _chained_warp, bool _leven_marq, double _lm_delta_init, double _lm_delta_update, bool _enable_learning, bool _debug_mode)
 decides whether logging data will be printed for debugging purposes; More...
 
 ICLKParams (const ICLKParams *params=nullptr)
 

Static Public Member Functions

static const char * toString (HessType hess_type)
 

Public Attributes

int max_iters
 
double epsilon
 maximum iterations of the ICLK algorithm to run for each frame
 
HessType hess_type
 maximum L2 norm of the state update vector at which to stop the iterations
 
bool sec_ord_hess
 
bool update_ssm
 
bool chained_warp
 
bool leven_marq
 
double lm_delta_init
 
double lm_delta_update
 
bool enable_learning
 
bool debug_mode
 

Constructor & Destructor Documentation

ICLKParams::ICLKParams ( int  _max_iters,
double  _epsilon,
HessType  _hess_type,
bool  _sec_ord_hess,
bool  _update_ssm,
bool  _chained_warp,
bool  _leven_marq,
double  _lm_delta_init,
double  _lm_delta_update,
bool  _enable_learning,
bool  _debug_mode 
)

decides whether logging data will be printed for debugging purposes;

only matters if logging is enabled at compile time


The documentation for this struct was generated from the following file: