Searched refs:nFeatures (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/modules/cudafeatures2d/perf/ |
D | perf_features2d.cpp | 108 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/ |
D | HaarStructs.h | 57 int nFeatures; member
|
D | cascadedetect.cpp | 1469 hf.nFeatures = (int) heval.optfeatures->size(); in setHaarVars()
|
/external/opencv3/modules/cudafeatures2d/src/ |
D | orb.cpp | 479 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/ |
D | test_features2d.cpp | 130 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/ |
D | innerloop.cpp | 41 for( int i = 0; i < hf.nFeatures; i++ ) in initInnerLoop()
|
/external/opencv3/doc/py_tutorials/py_feature2d/py_orb/ |
D | py_orb.markdown | 56 interface. It has a number of optional parameters. Most useful ones are nFeatures which denotes
|