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) | |
| 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, const std::vector< std::vector< int > > &preProcessROIs) |
| Perform color-space conversion. | |
| void | reinit () |
| virtual | ~ColourGMMGPU () |
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.
| 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, | |
| const std::vector< std::vector< int > > & | preProcessROIs | |||
| ) | [virtual] |
Perform color-space conversion.
| image | Input sensor data (e.g. camera image in RGB) | |
| preProcessROIs | Regions of interest (x0,y0,width,height), per target |
Reimplemented from opentl::modalities::Modality.
| void opentl::modalities::ColourGMMGPU::reinit | ( | ) |
1.5.8