Searched refs:PixelLine (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvoptflowlk.cpp116 int PixelLine; local
272 PixelLine = -VerRadius;
276 while( PixelLine < imageHeight )
453 if( PixelLine >= 0 )
459 if( PixelLine < VerRadius )
460 USpace = PixelLine;
464 if( PixelLine >= imageHeight - VerRadius )
465 BSpace = imageHeight - PixelLine - 1;
469 address = ((PixelLine - USpace) % BufferHeight) * BufferWidth;
538 PixelLine
[all...]

Completed in 221 milliseconds