MTF
|
Public Types | |
enum | { GaussNewton, Newton, InitialNewton, CurrentNewton, ConvergedNewton } |
typedef HACLKParams | ParamType |
![]() | |
typedef AM::ParamType | AMParams |
typedef SSM::ParamType | SSMParams |
Public Member Functions | |
HACLK (const ParamType *haclk_params=nullptr, const AMParams *am_params=nullptr, const SSMParams *ssm_params=nullptr) | |
void | initialize (const cv::Mat &corners) override |
void | update () override |
![]() | |
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 () |
Additional Inherited Members | |
![]() | |
AM | am |
SSM | ssm |
const bool * | spi_mask |