24 #include <fvfilters/compare.h>
25 #include <fvutils/color/yuv.h>
29 namespace firevision {
95 unsigned char *lbyp = byp;
96 unsigned char *lfyp = fyp;
97 unsigned char *lfup = fup;
98 unsigned char *lfvp = fvp;
99 unsigned char *ldyp = dyp;
100 unsigned char *ldup = dup;
101 unsigned char *ldvp = dvp;
static const unsigned int BACKGROUND
Background image.
FilterCompare()
Constructor.
virtual void apply()
Apply the filter.
static const unsigned int FOREGROUND
Foreground image.
ROI ** src_roi
Source ROIs, dynamically allocated by Filter ctor.
unsigned char ** src
Source buffers, dynamically allocated by Filter ctor.
unsigned char * dst
Destination buffer.
ROI * dst_roi
Destination ROI.
unsigned int height
ROI height.
fawkes::upoint_t start
ROI start.
unsigned int line_step
line step
unsigned int width
ROI width.
unsigned int image_width
width of image that contains this ROI
unsigned int pixel_step
pixel step
unsigned int image_height
height of image that contains this ROI
unsigned int x
x coordinate
unsigned int y
y coordinate