|
iCub-main
|
#include <particleFilter.h>
Inheritance diagram for PARTICLEThread:Classes | |
| struct | histogram |
| struct | particle |
Public Types | |
| typedef struct PARTICLEThread::histogram | histogram |
| typedef struct PARTICLEThread::particle | particle |
Public Member Functions | |
| PARTICLEThread () | |
| ~PARTICLEThread () | |
| bool | threadInit () |
| void | threadRelease () |
| void | run () |
| void | setName (std::string module) |
| void | setTemplate (yarp::sig::ImageOf< yarp::sig::PixelRgb > *tpl) |
| void | pushTarget (yarp::sig::Vector &target, yarp::os::Stamp &stamp) |
| float | getAverage () |
| TemplateStruct | getBestTemplate () |
Public Attributes | |
| float | average |
Definition at line 87 of file particleFilter.h.
| typedef struct PARTICLEThread::histogram PARTICLEThread::histogram |
| typedef struct PARTICLEThread::particle PARTICLEThread::particle |
| PARTICLEThread::PARTICLEThread | ( | ) |
Definition at line 64 of file particleFilter.cpp.
| PARTICLEThread::~PARTICLEThread | ( | ) |
Definition at line 45 of file particleFilter.cpp.
| float PARTICLEThread::getAverage | ( | ) |
Definition at line 308 of file particleFilter.cpp.
| TemplateStruct PARTICLEThread::getBestTemplate | ( | ) |
Definition at line 729 of file particleFilter.cpp.
| void PARTICLEThread::pushTarget | ( | yarp::sig::Vector & | target, |
| yarp::os::Stamp & | stamp | ||
| ) |
Definition at line 299 of file particleFilter.cpp.
| void PARTICLEThread::run | ( | ) |
Definition at line 113 of file particleFilter.cpp.
| void PARTICLEThread::setName | ( | std::string | module | ) |
Definition at line 85 of file particleFilter.cpp.
| void PARTICLEThread::setTemplate | ( | yarp::sig::ImageOf< yarp::sig::PixelRgb > * | tpl | ) |
Definition at line 294 of file particleFilter.cpp.
| bool PARTICLEThread::threadInit | ( | ) |
Definition at line 91 of file particleFilter.cpp.
| void PARTICLEThread::threadRelease | ( | ) |
Definition at line 195 of file particleFilter.cpp.
| float PARTICLEThread::average |
Definition at line 112 of file particleFilter.h.