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

  /external/opencv/cvaux/src/
cvcalibfilter.cpp 71 framesAccepted = 0;
261 if( calibrate && framesAccepted > 0 )
263 int n = framesAccepted;
274 for( i = 0; i < framesAccepted; i++ )
284 cvCalibrateCamera( framesAccepted, counts,
320 icvStereoCalibration( framesAccepted, counts,
341 framesAccepted = 0;
440 int i, newMaxPoints = etalonPointCount*(MAX(framesAccepted,framesTotal) + 1);
468 memcpy( points[i] + framesAccepted*etalonPointCount, pts[i],
477 if( ++framesAccepted >= framesTotal
    [all...]
  /external/opencv/cvaux/include/
cvaux.h     [all...]

Completed in 739 milliseconds