Searched refs:kbest (Results 1 – 1 of 1) sorted by relevance
263 Ptr<KeypointBasedMotionEstimator> kbest = makePtr<KeypointBasedMotionEstimator>(est); in VideoStabilizer() local264 kbest->setDetector(GFTTDetector::create(1000, 0.01, 15)); in VideoStabilizer()265 kbest->setOutlierRejector(outlierRejector); in VideoStabilizer()277 ws->setMotionEstimator(kbest); in VideoStabilizer()287 stabilizer_->setMotionEstimator(kbest); in VideoStabilizer()