Home
last modified time | relevance | path

Searched refs:_pA (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cv/src/
Dcvlkpyramid.cpp1270 CvMat _pA, _pB; in cvEstimateRigidTransform() local
1274 _pA = cvMat( A->rows, A->cols, CV_32FC2, pA ); in cvEstimateRigidTransform()
1276 cvConvert( A, &_pA ); in cvEstimateRigidTransform()