Home | History | Annotate | Download | only in src

Lines Matching defs:stage

223     int stage = CV_START;
323 stage = stage & CV_START ? CV_START + CV_END : CV_END;
324 dx_filter.process( src, Dx, cvRect(0,y,-1,delta), cvPoint(0,0), stage );
326 cvPoint(0,0), stage );
387 stage = stage & CV_START ? CV_START + CV_END : CV_END;
390 cvRect(0,0,-1,stripe_size.height),cvPoint(0,0),stage+CV_ISOLATED_ROI);
406 stage = CV_MIDDLE;
519 int stage = CV_START;
629 stage = stage & CV_START ? CV_START + CV_END : CV_END;
631 dx_filter.process(src,Dx,roi,origin,stage);
632 dy_filter.process(src,Dy,roi,origin,stage);
633 d2x_filter.process(src,D2x,roi,origin,stage);
634 d2y_filter.process(src,D2y,roi,origin,stage);
635 stripe_size.height = dxy_filter.process(src,Dxy,roi,origin,stage);
693 stage = CV_MIDDLE;