MTF
|
Public Types | |
typedef SSM::ParamType | SSMParams |
Public Member Functions | |
SearchMethod (const SSMParams *ssm_params) | |
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 bool | supportsSPI () |
virtual SSM & | getSSM () |
Protected Attributes | |
SSM | ssm |
const bool * | spi_mask |