Interface for learning new objects from camera images or files. More...
#include <ObjectLearningTab.h>
Public Slots | |
| void | processLearningStatus (std::vector< std::string > filenames, std::string objType) |
Public Member Functions | |
| ObjectLearningTab (ros::NodeHandle *nodeHandle, QWidget *parent=0) | |
| void | updateCameraImage (const unsigned char *image, unsigned width, unsigned height) |
| process incoming messages | |
| ~ObjectLearningTab () | |
Private Attributes | |
| ObjectImagesControl * | m_ImagesControl |
Interface for learning new objects from camera images or files.
Definition at line 33 of file ObjectLearningTab.h.
| ObjectLearningTab::ObjectLearningTab | ( | ros::NodeHandle * | nodeHandle, |
| QWidget * | parent = 0 |
||
| ) |
Constructs all GUI Elements and connects the Signals and Slots.
| ObjectLearningTab::~ObjectLearningTab | ( | ) | [inline] |
Does nothing.
Definition at line 45 of file ObjectLearningTab.h.
| void ObjectLearningTab::processLearningStatus | ( | std::vector< std::string > | filenames, |
| std::string | objType | ||
| ) | [slot] |
| void ObjectLearningTab::updateCameraImage | ( | const unsigned char * | image, |
| unsigned | width, | ||
| unsigned | height | ||
| ) |
process incoming messages
Definition at line 56 of file ObjectLearningTab.h.