Lines Matching refs:bestModel
168 Mat err, mask, model, bestModel, ms1, ms2; in run() local
200 if( cb->runKernel(m1, m2, bestModel) <= 0 ) in run()
202 bestModel.copyTo(_model); in run()
235 model_i.copyTo(bestModel); in run()
251 bestModel.copyTo(_model); in run()
282 Mat ms1, ms2, err, errf, model, bestModel, mask, mask0; in run() local
307 if( cb->runKernel(m1, m2, bestModel) <= 0 ) in run()
309 bestModel.copyTo(_model); in run()
355 model_i.copyTo(bestModel); in run()
365 count = findInliers( m1, m2, bestModel, err, mask, sigma ); in run()
373 bestModel.copyTo(_model); in run()