#include "Image/OpenCVUtil.H"
#include <opencv/cxtypes.h>
#include <opencv/cvaux.h>
#include "Channels/SingleChannel.H"
#include "Image/LevelSpec.H"
Go to the source code of this file.
Classes | |
class | ForegroundDetectionChannel |
A channel for separating foreground from background. More... | |
Defines | |
#define | MAX(a, b) ((a) < (b) ? (b) : (a)) |
object detection channel using opecv cascade detector
Definition in file ForegroundDetectionChannel.H.