Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvcalibfilter.cpp71 framesAccepted = 0; in CvCalibFilter()
261 if( calibrate && framesAccepted > 0 ) in Stop()
263 int n = framesAccepted; in Stop()
274 for( i = 0; i < framesAccepted; i++ ) in Stop()
284 cvCalibrateCamera( framesAccepted, counts, in Stop()
320 icvStereoCalibration( framesAccepted, counts, in Stop()
341 framesAccepted = 0; in Stop()
440 int i, newMaxPoints = etalonPointCount*(MAX(framesAccepted,framesTotal) + 1); in Push()
468 memcpy( points[i] + framesAccepted*etalonPointCount, pts[i], in Push()
477 if( ++framesAccepted >= framesTotal ) in Push()
[all …]
/external/opencv/cvaux/include/
Dcvaux.h1563 int framesAccepted; variable