Searched refs:triPoints4D (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvtrifocal.cpp | 599 CvMat *triPoints4D = 0; in icvCompute3ProjectMatricesNPointsStatus() local 705 CV_CALL( triPoints4D = cvCreateMat(4,numTripl,CV_64F) ); in icvCompute3ProjectMatricesNPointsStatus() 732 triPoints4D); in icvCompute3ProjectMatricesNPointsStatus() 749 if( triPoints4D ) in icvCompute3ProjectMatricesNPointsStatus() 760 cvmSet( points4D, 0, i, cvmGet( triPoints4D , 0, currPnt) ); in icvCompute3ProjectMatricesNPointsStatus() 761 cvmSet( points4D, 1, i, cvmGet( triPoints4D , 1, currPnt) ); in icvCompute3ProjectMatricesNPointsStatus() 762 cvmSet( points4D, 2, i, cvmGet( triPoints4D , 2, currPnt) ); in icvCompute3ProjectMatricesNPointsStatus() 763 cvmSet( points4D, 3, i, cvmGet( triPoints4D , 3, currPnt) ); in icvCompute3ProjectMatricesNPointsStatus() 781 cvReleaseMat(&triPoints4D); in icvCompute3ProjectMatricesNPointsStatus()
|