Searched refs:setDetector (Results 1 – 3 of 3) sorted by relevance
230 kbest->setDetector(GFTTDetector::create(argi(prefix + "nkps"))); in build()271 kbest->setDetector(GFTTDetector::create(argi(prefix + "nkps"))); in build()
229 void setDetector(Ptr<FeatureDetector> val) { detector_ = val; } in setDetector() function in cv::videostab::KeypointBasedMotionEstimator
702 setDetector(GFTTDetector::create()); in KeypointBasedMotionEstimator()