Home | History | Annotate | Download | only in src

Lines Matching refs:nfeatures

341         ORB_Impl(int nfeatures,
479 ORB_Impl::ORB_Impl(int nFeatures,
489 nFeatures_(nFeatures),
517 n_features_per_level_[nLevels_ - 1] = nFeatures - sum_n_features;
854 Ptr<cv::cuda::ORB> cv::cuda::ORB::create(int nfeatures,
865 return makePtr<ORB_Impl>(nfeatures, scaleFactor, nlevels, edgeThreshold, firstLevel, WTA_K, scoreType, patchSize, fastThreshold, blurForDescriptor);