MTF
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
FALK< AM, SSM > Class Template Reference
Inheritance diagram for FALK< AM, SSM >:
SearchMethod< AM, SSM >

Public Types

typedef FALKParams ParamType
 
typedef ParamType::HessType HessType
 
- Public Types inherited from SearchMethod< AM, SSM >
typedef AM::ParamType AMParams
 
typedef SSM::ParamType SSMParams
 

Public Member Functions

 FALK (const ParamType *falk_params=nullptr, const AMParams *am_params=nullptr, const SSMParams *ssm_params=nullptr)
 
void initialize (const cv::Mat &corners) override
 
void update () override
 
- Public Member Functions inherited from SearchMethod< AM, SSM >
 SearchMethod (const AMParams *am_params, const SSMParams *ssm_params)
 
void setImage (const cv::Mat &img) override
 
const cv::Mat & getRegion () override
 
void setRegion (const cv::Mat &corners) override
 
virtual void setSPIMask (const bool *_spi_mask)
 
virtual void clearSPIMask ()
 
virtual const bool * getSPIMask ()
 
virtual void setInitStatus ()
 
virtual void clearInitStatus ()
 
virtual bool supportsSPI ()
 
virtual int inputType () const override
 
virtual AM & getAM ()
 direct access to the underlying AM and SSM
 
virtual SSM & getSSM ()
 

Protected Member Functions

 init_profiling ()
 

Protected Attributes

ParamType params
 
RowVectorXd jacobian
 1 x S Jacobian of the AM similarity function w.r.t. SSM state vector
 
MatrixXd init_self_hessian
 S x S Hessian of the AM similarity function w.r.t. SSM state vector.
 
MatrixXd hessian
 
MatrixXd init_pix_jacobian
 N x S jacobians of the pixel values w.r.t the SSM state vector.
 
MatrixXd curr_pix_jacobian
 
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.
 
MatrixXd curr_pix_hessian
 
Matrix24d prev_corners
 
VectorXd ssm_update
 
int frame_id
 
char * log_fname
 
char * time_fname
 
- Protected Attributes inherited from SearchMethod< AM, SSM >
AM am
 
SSM ssm
 
const bool * spi_mask
 

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