Searched defs:velStep (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvoptflowhs.cpp68 // velStep - width of single row of velocity frames in bytes
93 int velStep,
148 if( (velStep & 3) != 0 )
151 velStep /= 4;
331 vx += velStep;
332 vy += velStep;
340 LastLine = velStep * (imageHeight - 1);
350 Line2 = -velStep;
359 Line2 += velStep;
360 Line1 = Line2 - ((Line2 == 0) ? 0 : velStep);
86 icvCalcOpticalFlowHS_8u32fR( uchar* imgA, uchar* imgB, int imgStep, CvSize imgSize, int usePrevious, float* velocityX, float* velocityY, int velStep, float lambda, CvTermCriteria criteria ) argument
[all...]

Completed in 82 milliseconds