Searched refs:numberList (Results 1 - 3 of 3) sorted by relevance

/external/parameter-framework/upstream/bindings/c/
H A DTest.cpp118 const char *numberList[] = {"1", "2", "3", NULL}; local
120 {"inclusiveCrit", true, letterList}, {"exclusiveCrit", false, numberList},
163 {"duplicated name", true, letterList}, {"duplicated name", false, numberList},
/external/opencv3/modules/features2d/src/
H A Dbrisk.cpp59 explicit BRISK_Impl(const std::vector<float> &radiusList, const std::vector<int> &numberList,
83 const std::vector<int> &numberList, float dMax=5.85f, float dMin=8.2f,
313 const std::vector<int> &numberList,
317 generateKernel(radiusList, numberList, dMax, dMin, indexChange);
324 const std::vector<int> &numberList,
334 CV_Assert(radiusList.size() != 0 && radiusList.size() == numberList.size());
338 points_ += numberList[ring];
365 for (int num = 0; num < numberList[ring]; ++num)
368 alpha = (double(num)) * 2 * CV_PI / double(numberList[ring]);
379 * sin(CV_PI / numberList[rin
312 BRISK_Impl(const std::vector<float> &radiusList, const std::vector<int> &numberList, float dMax, float dMin, const std::vector<int> indexChange) argument
323 generateKernel(const std::vector<float> &radiusList, const std::vector<int> &numberList, float dMax, float dMin, const std::vector<int>& _indexChange) argument
2315 create(const std::vector<float> &radiusList, const std::vector<int> &numberList, float dMax, float dMin, const std::vector<int>& indexChange) argument
[all...]
/external/opencv3/modules/features2d/include/opencv2/
H A Dfeatures2d.hpp236 @param numberList defines the number of sampling points on the sampling circle. Must be the same
243 CV_WRAP static Ptr<BRISK> create(const std::vector<float> &radiusList, const std::vector<int> &numberList,

Completed in 335 milliseconds