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

/external/opencv/cvaux/src/
H A Dcvcorrimages.cpp344 int totalCorns = 0; local
357 totalCorns++;
363 resNumCorrPoints = totalCorns;
370 if( totalCorns > 7 )
373 CV_CALL( tmpPoints1 = cvCreateMat(2,totalCorns,CV_64F) );
374 CV_CALL( tmpPoints2 = cvCreateMat(2,totalCorns,CV_64F) );
397 CV_CALL( pStatus = cvCreateMat(1,totalCorns,CV_32F) );

Completed in 155 milliseconds