Home
last modified time | relevance | path

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

/external/opencv3/modules/cudafeatures2d/src/
Dorb.cpp410 Ptr<cv::cuda::FastFeatureDetector> fastDetector_; member in __anon67be78520111::ORB_Impl
503 fastDetector_ = cuda::FastFeatureDetector::create(fastThreshold_); in ORB_Impl()
686 fastDetector_->setThreshold(fastThreshold_); in computeKeyPointsPyramid()
690 fastDetector_->setMaxNumPoints(0.05 * imagePyr_[level].size().area()); in computeKeyPointsPyramid()
693fastDetector_->detectAsync(imagePyr_[level], fastKpRange, maskPyr_[level], Stream::Null()); in computeKeyPointsPyramid()