Read@CVL
ImageProcessor.cpp File Reference
#include "ImageProcessor.h"
#include "Algorithms.h"
#include "Image.h"
#include "Blobs.h"
#include <QColor>
#include <QDebug>
Include dependency graph for ImageProcessor.cpp:

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)
 

Macro Definition Documentation

#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))