#include <ros/ros.h>
#include <QObject>
#include <QWidget>
#include <QRadioButton>
#include "Widgets/GLImageWidget/GLImageWidget.h"
#include "Workers/Puma2/ColorImageRGB8.h"
#include "Workers/Puma2/GrayLevelImage8.h"
#include "Workers/Puma2/ColorToGrayOperator.h"
#include "Workers/Puma2/ColorImageYUV8.h"
#include "Workers/ImageSources/ImageSources.h"
#include "Workers/Math/Point2D.h"
Go to the source code of this file.
Classes | |
class | ObjectLearningControl |
Implements a widget to control the creation of new templates for object recognition. More... |