Searched refs:numTripl (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvtrifocal.cpp | 689 int numTripl; in icvCompute3ProjectMatricesNPointsStatus() local 690 numTripl = 0; in icvCompute3ProjectMatricesNPointsStatus() 694 numTripl += comStat[i]; in icvCompute3ProjectMatricesNPointsStatus() 697 if( numTripl > 0 ) in icvCompute3ProjectMatricesNPointsStatus() 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() 705 CV_CALL( triPoints4D = cvCreateMat(4,numTripl,CV_64F) ); in icvCompute3ProjectMatricesNPointsStatus() 709 CV_CALL( status = cvCreateMat(1,numTripl,CV_64F) ); in icvCompute3ProjectMatricesNPointsStatus()
|