#include <BearExtrCam.h>
Public Member Functions | |
| BearExtrCam () | |
| Default constructor. | |
| BearExtrCam (const BearExtrCamPar &pars) | |
| Constructor with parameters. | |
| ~BearExtrCam () | |
| Default destructor. | |
| void | step (BearExtrCamInput &beci, BearExtrCamOutput &beco) |
| Step function. | |
| void | firstStep (BearExtrCamInput &beci) |
| First step function. It has to be run only once. | |
| void | normalStep (BearExtrCamInput &beci, BearExtrCamOutput &beco) |
| Normal step function. It runs the VISP tracking algorithm and, in addition, searches if there are new robots in the scene. | |
| BearExtrCamPar * | getPar () |
| Get the parameters. | |
| void | setAdjustedParameters (BearExtrCamInput &beci) |
| Set the adjusted parameters. | |
| BearExtrCam::BearExtrCam | ( | ) |
Default constructor.
| BearExtrCam::BearExtrCam | ( | const BearExtrCamPar & | pars | ) |
Constructor with parameters.
| BearExtrCam::~BearExtrCam | ( | ) |
Default destructor.
| void BearExtrCam::step | ( | BearExtrCamInput & | beci, | |
| BearExtrCamOutput & | beco | |||
| ) |
Step function.
| [in] | beci | Input of the algorithm |
| void BearExtrCam::firstStep | ( | BearExtrCamInput & | beci | ) |
First step function. It has to be run only once.
| [in] | beci | Input of the algorithm |
| void BearExtrCam::normalStep | ( | BearExtrCamInput & | beci, | |
| BearExtrCamOutput & | beco | |||
| ) |
Normal step function. It runs the VISP tracking algorithm and, in addition, searches if there are new robots in the scene.
| [in] | beci | Input of the algorithm |
| BearExtrCamPar * BearExtrCam::getPar | ( | ) |
Get the parameters.
| void BearExtrCam::setAdjustedParameters | ( | BearExtrCamInput & | beci | ) |
Set the adjusted parameters.
| [in] | beci | Input of the algorithm |
1.5.6