Searched refs:velx (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
573 CvMat stubx, *velx = (CvMat*)velarrx;
579 CV_CALL( velx = cvGetMat( velx,
[all...]
H A Dcvoptflowhs.cpp484 // velx, vely - destination image
500 CvMat stubx, *velx = (CvMat*)velarrx; local
506 CV_CALL( velx = cvGetMat( velx, &stubx ));
512 if( !CV_ARE_TYPES_EQ( velx, vely ))
516 !CV_ARE_SIZES_EQ( velx, vely ) ||
517 !CV_ARE_SIZES_EQ( srcA, velx ))
521 CV_MAT_TYPE( velx->type ) != CV_32FC1 )
525 if( srcA->step != srcB->step || velx->step != vely->step )
530 velx
[all...]
H A Dcvoptflowlk.cpp561 // velx, vely - destination image
576 CvMat stubx, *velx = (CvMat*)velarrx; local
582 CV_CALL( velx = cvGetMat( velx, &stubx ));
588 if( !CV_ARE_TYPES_EQ( velx, vely ))
592 !CV_ARE_SIZES_EQ( velx, vely ) ||
593 !CV_ARE_SIZES_EQ( srcA, velx ))
597 CV_MAT_TYPE( velx->type ) != CV_32FC1 )
601 if( srcA->step != srcB->step || velx->step != vely->step )
606 velx
[all...]
/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 297 milliseconds