base class for all composite search methods
More...
#include <CompositeSM.h>
|
| | CompositeSM (const vector< SM * > _trackers) |
| |
|
void | setImage (const cv::Mat &img) override |
| |
|
int | inputType () const override |
| |
|
void | setRegion (const cv::Mat &corners) override |
| |
|
virtual void | setSPIMask (const bool *_spi_mask) |
| |
|
virtual void | clearSPIMask () |
| |
|
virtual void | setInitStatus () |
| |
|
virtual void | clearInitStatus () |
| |
|
virtual bool | supportsSPI () |
| |
|
virtual AM & | getAM () |
| |
|
virtual SSM & | getSSM () |
| |
|
|
const vector< SM * > | trackers |
| |
|
int | n_trackers |
| |
|
int | input_type |
| |
template<class AM, class SSM>
class CompositeSM< AM, SSM >
base class for all composite search methods
template<class AM, class SSM>
since all SMs have the same AM, we can assume that they also have the same input type
The documentation for this class was generated from the following file: