4 #include "SearchMethod.h" 5 #include "FALKParams.h" 9 template<
class AM,
class SSM>
14 typedef ParamType::HessType HessType;
25 FALK(
const ParamType *falk_params =
nullptr,
28 void initialize(
const cv::Mat &corners)
override;
29 void update()
override;
45 Matrix24d prev_corners;
Definition: FALKParams.h:8
Definition: StateSpaceModel.h:35
RowVectorXd jacobian
1 x S Jacobian of the AM similarity function w.r.t. SSM state vector
Definition: FALK.h:37
Definition: AMParams.h:12
Definition: SearchMethod.h:10
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: FALK.h:43
MatrixXd init_pix_jacobian
N x S jacobians of the pixel values w.r.t the SSM state vector.
Definition: FALK.h:41
MatrixXd init_self_hessian
S x S Hessian of the AM similarity function w.r.t. SSM state vector.
Definition: FALK.h:39