H A D | cvfloodfill.cpp | 144 int k, YC, PL, PR, dir; local 145 ICV_POP( YC, L, R, PL, PR, dir ); 160 if( YMax < YC ) YMax = YC; 161 if( YMin > YC ) YMin = YC; 164 for( k = 0/*(unsigned)(YC - dir) >= (unsigned)roi.height*/; k < 3; k++ ) 167 img = pImage + (YC + dir) * step; 171 if( (unsigned)(YC + dir) >= (unsigned)roi.height ) 187 ICV_PUSH( YC 276 int k, YC, PL, PR, dir; local 453 int k, YC, PL, PR, dir, curstep; local 759 int k, YC, PL, PR, dir, curstep; local [all...] |