27 #include <fvfilters/segment_scanline.h>
28 #include <fvmodels/color/colormodel.h>
29 #include <fvmodels/scanlines/scanlinemodel.h>
30 #include <fvutils/color/yuv.h>
34 namespace firevision {
51 : Filter(
"FilterScanlineSegmentation")
60 unsigned int x = 0, y = 0;
61 unsigned char py = 0, pu = 0, pv = 0;
62 unsigned char *dyp, *dup, *dvp;
66 while (!slm->finished()) {
71 YUV422_PLANAR_YUV(
src[0],
src_roi[0]->image_width,
src_roi[0]->image_height, x, y, py, pu, pv);