Home | History | Annotate | Download | only in test

Lines Matching defs:numPoints

324     int             numPoints;
393 numPoints = etalonSize.width * etalonSize.height;
406 imagePoints = (CvPoint2D64f*)cvAlloc( numPoints *
409 objectPoints = (CvPoint3D64f*)cvAlloc( numPoints *
412 reprojectPoints = (CvPoint2D64f*)cvAlloc( numPoints *
435 for( currPoint = 0; currPoint < numPoints; currPoint++ )
452 for( currPoint = 0; currPoint < numPoints; currPoint++ )