|
|
#include <VisionX/vision_algorithms/HandLocalizationWithFingertips/HandLocalisationThread.h>
Inheritance diagram for HandLocalisationThread:Public Member Functions | |
| void | GetResult (double *pEstimatedConfig, double &dConfidenceRating) |
| HandLocalisationThread (int nNumParticles, int nNumAnnealingRuns, int nPredictionMode, CStereoCalibration *pCalibration, std::string sHandModelFileName) | |
| bool | HasResult () |
| bool | IsProcessing () |
| void | Localise (const CByteImage *pNewCamImageLeft, const CByteImage *pNewCamImageRight, const double *pSensorConfig) |
| void | Stop () |
| int | ThreadMethod () override |
| ~HandLocalisationThread () override | |
Public Attributes | |
| CHandLocalisation * | m_pHandLocalisation |
Definition at line 47 of file HandLocalisationThread.h.
| HandLocalisationThread | ( | int | nNumParticles, |
| int | nNumAnnealingRuns, | ||
| int | nPredictionMode, | ||
| CStereoCalibration * | pCalibration, | ||
| std::string | sHandModelFileName | ||
| ) |
Definition at line 38 of file HandLocalisationThread.cpp.
|
override |
| void GetResult | ( | double * | pEstimatedConfig, |
| double & | dConfidenceRating | ||
| ) |
Definition at line 84 of file HandLocalisationThread.cpp.
| bool HasResult | ( | ) |
Definition at line 78 of file HandLocalisationThread.cpp.
| bool IsProcessing | ( | ) |
Definition at line 72 of file HandLocalisationThread.cpp.
| void Localise | ( | const CByteImage * | pNewCamImageLeft, |
| const CByteImage * | pNewCamImageRight, | ||
| const double * | pSensorConfig | ||
| ) |
Definition at line 101 of file HandLocalisationThread.cpp.
| void Stop | ( | ) |
Definition at line 65 of file HandLocalisationThread.cpp.
Here is the caller graph for this function:
|
override |
Definition at line 122 of file HandLocalisationThread.cpp.
Here is the call graph for this function:| CHandLocalisation* m_pHandLocalisation |
Definition at line 69 of file HandLocalisationThread.h.