Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvcorrimages.cpp89 int needNumPoints; in icvCreateFeaturePoints() local
90 needNumPoints = points->cols; in icvCreateFeaturePoints()
91 if( needNumPoints <= 0 ) in icvCreateFeaturePoints()
109 if( status->cols != needNumPoints ) in icvCreateFeaturePoints()
126 CV_CALL( cornerPoints = (CvPoint2D32f*)cvAlloc( sizeof(CvPoint2D32f) * needNumPoints) ); in icvCreateFeaturePoints()
134 foundNum = needNumPoints; in icvCreateFeaturePoints()
155 for( i = foundNum; i < needNumPoints; i++ ) in icvCreateFeaturePoints()