Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dbrisk.cpp54 class BRISK_Impl : public BRISK class
57 explicit BRISK_Impl(int thresh=30, int octaves=3, float patternScale=1.0f);
59 explicit BRISK_Impl(const std::vector<float> &radiusList, const std::vector<int> &numberList,
62 virtual ~BRISK_Impl();
275 const float BRISK_Impl::basicSize_ = 12.0f;
276 const unsigned int BRISK_Impl::scales_ = 64;
277 const float BRISK_Impl::scalerange_ = 30.f; // 40->4 Octaves - else, this needs to be adjusted...
278 const unsigned int BRISK_Impl::n_rot_ = 1024; // discretization of the rotation look-up
284 BRISK_Impl::BRISK_Impl(int thresh, int octaves_in, float patternScale) in BRISK_Impl() function in cv::BRISK_Impl
312 BRISK_Impl::BRISK_Impl(const std::vector<float> &radiusList, in BRISK_Impl() function in cv::BRISK_Impl
[all …]