Read@CVL
|
#include "ImageProcessor.h"
#include "Algorithms.h"
#include "Image.h"
#include "Blobs.h"
#include <QColor>
#include <QDebug>
Namespaces | |
cv | |
rdf | |
Macros | |
#define | _PUSH_FG_LIST(a) (ppFGList[fgListPos++] = (a)) |
#define | _PUSH_FG_LIST_CLR(a) (ppFGList[fgListPos++] = (*a = 0, a)) |
#define | _POP_FG_LIST (ppFGList[cur_fgListPos++]) |
Functions | |
bool | cv::operator== (const cv::KeyPoint &kpl, const cv::KeyPoint &kpr) |
#define _POP_FG_LIST (ppFGList[cur_fgListPos++]) |
#define _PUSH_FG_LIST | ( | a | ) | (ppFGList[fgListPos++] = (a)) |
#define _PUSH_FG_LIST_CLR | ( | a | ) | (ppFGList[fgListPos++] = (*a = 0, a)) |