HomeSort by relevance Sort by last modified time
    Searched defs:vely (Results 1 - 3 of 3) sorted by null

  /external/opencv/cv/src/
cvoptflowbm.cpp 333 int* velx = (int*)velocityX, *vely = (int*)velocityY; local
336 velx += velStep, vely += velStep )
341 velx[j] = vx; vely[j] = vy;
424 int VelY = 0;
476 VelY = ss[k].y;
483 VelY = ss[k].y;
489 VelY += ss[k].y;
495 VelX = VelY = 0;
503 VelocityY = VelY * temp;
508 VelocityY = VelY << 16
    [all...]
cvoptflowhs.cpp 484 // velx, vely - destination image
501 CvMat stuby, *vely = (CvMat*)velarry; local
507 CV_CALL( vely = cvGetMat( vely, &stuby ));
512 if( !CV_ARE_TYPES_EQ( velx, vely ))
516 !CV_ARE_SIZES_EQ( velx, vely ) ||
525 if( srcA->step != srcB->step || velx->step != vely->step )
530 velx->data.fl, vely->data.fl,
cvoptflowlk.cpp 561 // velx, vely - destination image
577 CvMat stuby, *vely = (CvMat*)velarry; local
583 CV_CALL( vely = cvGetMat( vely, &stuby ));
588 if( !CV_ARE_TYPES_EQ( velx, vely ))
592 !CV_ARE_SIZES_EQ( velx, vely ) ||
601 if( srcA->step != srcB->step || velx->step != vely->step )
606 velx->data.fl, vely->data.fl, velx->step ));

Completed in 46 milliseconds