Home
last modified time | relevance | path

Searched refs:nmodels (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/calib3d/src/
Dptsetreg.cpp209 int i, goodCount, nmodels; in run() local
221 nmodels = cb->runKernel( ms1, ms2, model ); in run()
222 if( nmodels <= 0 ) in run()
224 CV_Assert( model.rows % nmodels == 0 ); in run()
225 Size modelSize(model.cols, model.rows/nmodels); in run()
227 for( i = 0; i < nmodels; i++ ) in run()
319 int i, nmodels; in run() local
331 nmodels = cb->runKernel( ms1, ms2, model ); in run()
332 if( nmodels <= 0 ) in run()
335 CV_Assert( model.rows % nmodels == 0 ); in run()
[all …]
/external/opencv3/samples/cpp/
Dpoints_classifier.cpp244 int i, j, nmodels = (int)classColors.size(); in find_decision_boundary_EM() local
245 vector<Ptr<EM> > em_models(nmodels); in find_decision_boundary_EM()
248 for( i = 0; i < nmodels; i++ ) in find_decision_boundary_EM()
273 Mat logLikelihoods(1, nmodels, CV_64FC1, Scalar(-DBL_MAX)); in find_decision_boundary_EM()
282 for( i = 0; i < nmodels; i++ ) in find_decision_boundary_EM()
/external/opencv/cv/src/
Dcvfundam.cpp200 int i, goodCount, nmodels; in runRANSAC() local
212 nmodels = runKernel( ms1, ms2, models ); in runRANSAC()
213 if( nmodels <= 0 ) in runRANSAC()
215 for( i = 0; i < nmodels; i++ ) in runRANSAC()
299 int i, nmodels; in CV_IMPLEMENT_QSORT() local
311 nmodels = runKernel( ms1, ms2, models ); in CV_IMPLEMENT_QSORT()
312 if( nmodels <= 0 ) in CV_IMPLEMENT_QSORT()
314 for( i = 0; i < nmodels; i++ ) in CV_IMPLEMENT_QSORT()