4 #include "SearchMethod.h" 5 #include "IALKParams.h" 9 template<
class AM,
class SSM>
14 typedef typename ParamType::HessType HessType;
26 IALK(
const ParamType *ialk_params =
nullptr,
29 void initialize(
const cv::Mat &corners)
override;
30 void update()
override;
49 Matrix24d prev_corners;
MatrixXd init_pix_hessian
N x S x S hessians of the pixel values w.r.t the SSM state vector stored as a (S*S) x N 2D matrix...
Definition: IALK.h:47
Definition: StateSpaceModel.h:35
Definition: IALKParams.h:8
Definition: AMParams.h:12
Definition: SearchMethod.h:10
MatrixXd init_self_hessian
S x S Hessian of the AM error norm w.r.t. SSM state vector.
Definition: IALK.h:41
RowVectorXd jacobian
1 x S Jacobian of the AM error norm w.r.t. SSM state vector
Definition: IALK.h:39
MatrixXd init_pix_jacobian
N x S jacobians of the pix values w.r.t the SSM state vector where N = resx * resy is the no...
Definition: IALK.h:45