37 #pragma warning(push, 0)    // no warnings from includes    41 #include <opencv2/core.hpp>    45 #ifdef DLL_CORE_EXPORT    46 #define DllCoreExport Q_DECL_EXPORT    48 #define DllCoreExport Q_DECL_IMPORT    77 namespace ColorManager {
 DllCoreExport QColor lightGray(double alpha=1.0)
Returns a light gray. 
Definition: Drawer.cpp:137
 
DllCoreExport QColor randColor(double alpha=1.0)
Returns a pleasent color. 
Definition: Drawer.cpp:79
 
DllCoreExport QColor red(double alpha=1.0)
Returns a dark red. 
Definition: Drawer.cpp:155
 
DllCoreExport QVector< QColor > colors()
Returns our color palette. 
Definition: Drawer.cpp:118
 
DllCoreExport QColor darkGray(double alpha=1.0)
Returns a dark gray. 
Definition: Drawer.cpp:146
 
DllCoreExport QColor blue(double alpha=1.0)
Returns the TU Wien blue. 
Definition: Drawer.cpp:174
 
DllCoreExport QColor getColor(int idx, double alpha=1.0)
Returns a pleasent color. 
Definition: Drawer.cpp:94
 
DllCoreExport void drawRects(QPainter &p, const QVector< QRectF > &rects)
Definition: Drawer.cpp:66
 
Definition: Algorithms.cpp:45
 
DllCoreExport QColor pink(double alpha=1.0)
Returns a pink color - not the artist. 
Definition: Drawer.cpp:183
 
DllCoreExport QColor white(double alpha=1.0)
Returns white - yes it's #fff. 
Definition: Drawer.cpp:192
 
#define DllCoreExport
Definition: Drawer.h:48
 
DllCoreExport QColor green(double alpha=1.0)
Returns a light green. 
Definition: Drawer.cpp:164
 
DllCoreExport void drawPoints(QPainter &p, const QVector< QPointF > &pts)
Definition: Drawer.cpp:60