Public Types | |
Public Member Functions | |
| virtual modalities::Modality * | clone () const |
| Clone this class and all potential childs RECURSIVELY!! (deep copy). | |
| ColourGMMGPU (const ColourGMMGPU &c) | |
| ColourGMMGPU (opentl::modelprojection::Warp *warp, int camIdx, opentl::modelprojection::GLScene *scene, opentl::core::cvdata::ColorGMM *gmm) | |
| void | display () |
| virtual void | init () |
| Needed init() method for parameter handling. | |
| virtual int | matchPixLevel (const TargetPtrVector &targets, T_MEAS_PIXPtrVector &outputMeas, std::size_t partitionIdx) |
Match.
| |
| virtual int | preProcess (const opentl::core::cvdata::Image &image) |
| pre process the raw sensordata (it can return a set of feature, or a pixel map). preProcess() is a model-independent processing operation | |
| void | reinit () |
| virtual | ~ColourGMMGPU () |
Common flags to all modalities: they specify which field will be filled in the output measurement, inside the matchXLevel() function. Default values = all true.
Reimplemented from opentl::modalities::Modality.
Reimplemented from opentl::modalities::Modality.
| opentl::modalities::ColourGMMGPU::ColourGMMGPU | ( | opentl::modelprojection::Warp * | warp, | |
| int | camIdx, | |||
| opentl::modelprojection::GLScene * | scene, | |||
| opentl::core::cvdata::ColorGMM * | gmm | |||
| ) |
| opentl::modalities::ColourGMMGPU::ColourGMMGPU | ( | const ColourGMMGPU & | c | ) |
| virtual opentl::modalities::ColourGMMGPU::~ColourGMMGPU | ( | ) | [virtual] |
| virtual modalities::Modality* opentl::modalities::ColourGMMGPU::clone | ( | ) | const [virtual] |
Clone this class and all potential childs RECURSIVELY!! (deep copy).
Implements opentl::modalities::Modality.
| void opentl::modalities::ColourGMMGPU::display | ( | ) |
| virtual void opentl::modalities::ColourGMMGPU::init | ( | ) | [virtual] |
| virtual int opentl::modalities::ColourGMMGPU::matchPixLevel | ( | const TargetPtrVector & | targets, | |
| T_MEAS_PIXPtrVector & | outputMeas, | |||
| std::size_t | partitionIdx | |||
| ) | [virtual] |
Match.
Reimplemented from opentl::modalities::Modality.
| virtual int opentl::modalities::ColourGMMGPU::preProcess | ( | const opentl::core::cvdata::Image & | image | ) | [virtual] |
pre process the raw sensordata (it can return a set of feature, or a pixel map). preProcess() is a model-independent processing operation
| void opentl::modalities::ColourGMMGPU::reinit | ( | ) |
1.5.8