Home
last modified time | relevance | path

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

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