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

/external/opencv/cv/src/
H A Dcvoptflowbm.cpp333 int* velx = (int*)velocityX, *vely = (int*)velocityY; local
336 velx += velStep, vely += velStep )
341 velx[j] = vx; vely[j] = vy;
530 int* velx = (int*)velocityX, *vely = (int*)velocityY;
533 velx += velStep, vely += velStep )
537 float vx = (float)velx[j]*back, vy = (float)vely[j]*back;
556 // velx, vely - destination image
574 CvMat stuby, *vely = (CvMat*)velarry;
580 CV_CALL( vely = cvGetMat( vely,
[all...]
H A Dcvoptflowhs.cpp484 // 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,
H A Dcvoptflowlk.cpp561 // 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 ));
/external/opencv/cv/include/
H A Dcv.h465 CvSize win_size, CvArr* velx, CvArr* vely );
471 CvArr* velx, CvArr* vely );
475 int use_previous, CvArr* velx, CvArr* vely,

Completed in 89 milliseconds