Read@CVL
|
#include <QSharedPointer>
#include <QSettings>
#include <QTime>
#include <opencv2/core.hpp>
Go to the source code of this file.
Classes | |
class | rdf::Utils |
class | rdf::Converter |
class | rdf::Timer |
class | rdf::Flags< EnumType, Underlying > |
Flags turns enums into typesave flags It is strongly related (copied) from Useage: enum mDrawFlags { draw_none = 0x00, draw_ellipse = 0x01, draw_stats = 0x02, draw_center = 0x04, }; typedef Flags<mDrawFlags> DrawFlags; More... | |
Namespaces | |
rdf | |
Macros | |
#define | DllCoreExport Q_DECL_IMPORT |
#define | DK_DEG2RAD 0.017453292519943 |
#define | DK_RAD2DEG 57.295779513082323 |
#define | RDF_VERSION(major, minor, revision) (major << 16 | minor << 8 | revision) |
#define | RDF_OPENCV_VERSION RDF_VERSION(CV_MAJOR_VERSION, CV_MINOR_VERSION, CV_VERSION_REVISION) |
#define | WHO_IS_CUTE "Anna" |
#define DK_DEG2RAD 0.017453292519943 |
#define DK_RAD2DEG 57.295779513082323 |
#define DllCoreExport Q_DECL_IMPORT |
#define RDF_OPENCV_VERSION RDF_VERSION(CV_MAJOR_VERSION, CV_MINOR_VERSION, CV_VERSION_REVISION) |
#define RDF_VERSION | ( | major, | |
minor, | |||
revision | |||
) | (major << 16 | minor << 8 | revision) |
#define WHO_IS_CUTE "Anna" |