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

/external/opencv/cvaux/src/
H A Dcvlee.cpp1173 pImgVector:out, pointer to image of vector
1177 void _cvCalcVectorImage(pCvDirection pImgVector,pCvDirection pVector,T* A);
4613 void _cvCalcVectorImage(pCvDirection pImgVector,pCvDirection pVector,T* A) argument
4615 pImgVector->x = A[0]*pVector->x + A[1]*pVector->y;
4616 pImgVector->y = A[3]*pVector->x + A[4]*pVector->y;

Completed in 192 milliseconds