4 #include "SearchMethod.h" 5 #include "FCLKParams.h" 9 template<
class AM,
class SSM>
14 typedef ParamType::HessType HessType;
25 FCLK(
const ParamType *fclk_params =
nullptr,
28 void initialize(
const cv::Mat &corners)
override;
29 void update()
override;
30 void setRegion(
const cv::Mat& corners)
override;
47 Matrix24d prev_corners;
49 VectorXd state_update, ssm_update, am_update;
50 VectorXd inv_ssm_update, inv_am_update;
52 int state_size, ssm_state_size, am_state_size;
Definition: FCLKParams.h:7
Definition: StateSpaceModel.h:35
Definition: AMParams.h:12
RowVectorXd df_dp
1 x S Jacobian of the appearance model w.r.t. SSM state vector
Definition: FCLK.h:38
Definition: SearchMethod.h:10
MatrixXd d2f_dp2
S x S Hessian of the appearance model w.r.t. SSM state vector.
Definition: FCLK.h:40
MatrixXd d2I0_dpssm2
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: FCLK.h:45
MatrixXd dI0_dpssm
N x S jacobians of the pix values w.r.t the SSM state vector.
Definition: FCLK.h:42