HomeSort by relevance Sort by last modified time
    Searched refs:etalonPoints (Results 1 - 2 of 2) sorted by null

  /external/opencv/cvaux/src/
cvcalibfilter.cpp 58 etalonPoints = 0;
87 cvFree( &etalonPoints );
147 arrSize = pointCount * sizeof(etalonPoints[0]);
151 cvFree( &etalonPoints );
153 etalonPoints = (CvPoint2D32f*)cvAlloc( arrSize );
171 etalonPoints[k++] = cvPoint2D32f( (etalonWidth - 1 - x)*params[2],
179 memcpy( etalonPoints, points, arrSize );
205 *points = etalonPoints;
278 buffer[i * etalonPointCount + j] = cvPoint3D32f( etalonPoints[j].x,
279 etalonPoints[j].y, 0 )
    [all...]
  /external/opencv/cvaux/include/
cvaux.h     [all...]

Completed in 89 milliseconds