HomeSort by relevance Sort by last modified time
    Searched full:kbest (Results 1 - 1 of 1) sorted by null

  /external/libxcam/plugins/smart/dvs/libdvs/
stabilizer.cpp 263 Ptr<KeypointBasedMotionEstimator> kbest = makePtr<KeypointBasedMotionEstimator>(est); local
264 kbest->setDetector(GFTTDetector::create(1000, 0.01, 15));
265 kbest->setOutlierRejector(outlierRejector);
277 ws->setMotionEstimator(kbest);
287 stabilizer_->setMotionEstimator(kbest);

Completed in 158 milliseconds