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

/external/opencv/cvaux/src/
H A Dcvtrifocal.cpp805 CvMat* recPoints4D = 0; local
880 CV_CALL( recPoints4D = cvCreateMat(4,numPoints,CV_64F) );
943 recPoints4D);
946 icvProject4DPoints(recPoints4D,&proj6[0],tmpProjPoints[0]);
947 icvProject4DPoints(recPoints4D,&proj6[1],tmpProjPoints[1]);
948 icvProject4DPoints(recPoints4D,&proj6[2],tmpProjPoints[2]);
1325 cvReleaseMat(&recPoints4D);

Completed in 56 milliseconds