Searched refs:triPoints (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvtrifocal.cpp | 597 CvMat *triPoints[3] = {0,0,0}; in icvCompute3ProjectMatricesNPointsStatus() local 700 CV_CALL( triPoints[0] = cvCreateMat(2,numTripl,CV_64F) ); in icvCompute3ProjectMatricesNPointsStatus() 701 CV_CALL( triPoints[1] = cvCreateMat(2,numTripl,CV_64F) ); in icvCompute3ProjectMatricesNPointsStatus() 702 CV_CALL( triPoints[2] = cvCreateMat(2,numTripl,CV_64F) ); in icvCompute3ProjectMatricesNPointsStatus() 719 cvmSet(triPoints[currImage],0,currPnt,cvmGet(points[currImage],0,i)); in icvCompute3ProjectMatricesNPointsStatus() 720 cvmSet(triPoints[currImage],1,currPnt,cvmGet(points[currImage],1,i)); in icvCompute3ProjectMatricesNPointsStatus() 727 numProjMatrs = icvComputeProjectMatricesNPoints( triPoints[0],triPoints[1],triPoints[2], in icvCompute3ProjectMatricesNPointsStatus() 778 cvReleaseMat(&triPoints[0]); in icvCompute3ProjectMatricesNPointsStatus() 779 cvReleaseMat(&triPoints[1]); in icvCompute3ProjectMatricesNPointsStatus() 780 cvReleaseMat(&triPoints[2]); in icvCompute3ProjectMatricesNPointsStatus()
|