Home
last modified time | relevance | path

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

/external/opencv3/samples/cpp/
Dvideostab.cpp230 kbest->setDetector(GFTTDetector::create(argi(prefix + "nkps"))); in build()
271 kbest->setDetector(GFTTDetector::create(argi(prefix + "nkps"))); in build()
/external/opencv3/modules/videostab/include/opencv2/videostab/
Dglobal_motion.hpp229 void setDetector(Ptr<FeatureDetector> val) { detector_ = val; } in setDetector() function in cv::videostab::KeypointBasedMotionEstimator
/external/opencv3/modules/videostab/src/
Dglobal_motion.cpp702 setDetector(GFTTDetector::create()); in KeypointBasedMotionEstimator()