Home
last modified time | relevance | path

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

/external/opencv3/modules/cudafeatures2d/perf/
Dperf_features2d.cpp108 const int nFeatures = GET_PARAM(1); variable
112 cv::Ptr<cv::cuda::ORB> d_orb = cv::cuda::ORB::create(nFeatures);
134 cv::Ptr<cv::ORB> orb = cv::ORB::create(nFeatures);
/external/opencv3/modules/objdetect/src/
DHaarStructs.h57 int nFeatures; member
Dcascadedetect.cpp1469 hf.nFeatures = (int) heval.optfeatures->size(); in setHaarVars()
/external/opencv3/modules/cudafeatures2d/src/
Dorb.cpp479 ORB_Impl::ORB_Impl(int nFeatures, in ORB_Impl() argument
489 nFeatures_(nFeatures), in ORB_Impl()
517 n_features_per_level_[nLevels_ - 1] = nFeatures - sum_n_features; in ORB_Impl()
/external/opencv3/modules/cudafeatures2d/test/
Dtest_features2d.cpp130 int nFeatures; in CV_ENUM() local
143 nFeatures = GET_PARAM(1); in CV_ENUM()
166 cv::cuda::ORB::create(nFeatures, scaleFactor, nLevels, edgeThreshold, firstLevel, in CUDA_TEST_P()
188 …cv::Ptr<cv::ORB> orb_gold = cv::ORB::create(nFeatures, scaleFactor, nLevels, edgeThreshold, firstL… in CUDA_TEST_P()
/external/opencv3/modules/rsobjdetect/src/
Dinnerloop.cpp41 for( int i = 0; i < hf.nFeatures; i++ ) in initInnerLoop()
/external/opencv3/doc/py_tutorials/py_feature2d/py_orb/
Dpy_orb.markdown56 interface. It has a number of optional parameters. Most useful ones are nFeatures which denotes