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

/external/opencv/cvaux/src/
H A Dcvcalibfilter.cpp57 etalonPointCount = 0;
149 if( etalonPointCount != pointCount )
152 etalonPointCount = pointCount;
202 *pointCount = etalonPointCount;
265 (CvPoint3D32f*)cvAlloc( n * etalonPointCount * sizeof(buffer[0]));
276 counts[i] = etalonPointCount;
277 for( j = 0; j < etalonPointCount; j++ )
278 buffer[i * etalonPointCount + j] = cvPoint3D32f( etalonPoints[j].x,
355 if( !mats || etalonPointCount == 0 )
363 int i, tempPointCount0 = etalonPointCount*
[all...]
/external/opencv/cvaux/include/
H A Dcvaux.h1540 int etalonPointCount; member in class:CvCalibFilter

Completed in 50 milliseconds