Read@CVL
|
#include <vector>
#include <QColor>
#include <QPen>
#include <opencv2/core.hpp>
Go to the source code of this file.
Namespaces | |
cv | |
rdf | |
rdf::Drawer | |
rdf::ColorManager | |
Macros | |
#define | DllCoreExport Q_DECL_IMPORT |
Functions | |
DllCoreExport void | rdf::Drawer::drawPoints (QPainter &p, const std::vector< cv::Point > &pts) |
DllCoreExport void | rdf::Drawer::drawPoints (QPainter &p, const QVector< QPointF > &pts) |
DllCoreExport void | rdf::Drawer::drawRects (QPainter &p, const QVector< QRectF > &rects) |
DllCoreExport QColor | rdf::ColorManager::randColor (double alpha=1.0) |
Returns a pleasent color. More... | |
DllCoreExport QColor | rdf::ColorManager::getColor (int idx, double alpha=1.0) |
Returns a pleasent color. More... | |
DllCoreExport QVector< QColor > | rdf::ColorManager::colors () |
Returns our color palette. More... | |
DllCoreExport QColor | rdf::ColorManager::lightGray (double alpha=1.0) |
Returns a light gray. More... | |
DllCoreExport QColor | rdf::ColorManager::darkGray (double alpha=1.0) |
Returns a dark gray. More... | |
DllCoreExport QColor | rdf::ColorManager::red (double alpha=1.0) |
Returns a dark red. More... | |
DllCoreExport QColor | rdf::ColorManager::green (double alpha=1.0) |
Returns a light green. More... | |
DllCoreExport QColor | rdf::ColorManager::blue (double alpha=1.0) |
Returns the TU Wien blue. More... | |
DllCoreExport QColor | rdf::ColorManager::pink (double alpha=1.0) |
Returns a pink color - not the artist. More... | |
DllCoreExport QColor | rdf::ColorManager::white (double alpha=1.0) |
Returns white - yes it's #fff. More... | |
#define DllCoreExport Q_DECL_IMPORT |