Searched defs:patternScale (Results 1 – 2 of 2) sorted by relevance
284 BRISK_Impl::BRISK_Impl(int thresh, int octaves_in, float patternScale) in BRISK_Impl()2309 Ptr<BRISK> BRISK::create(int thresh, int octaves, float patternScale) in create()
2532 const tcu::Vec2 patternScale = config.patternSize; in generateConfig() local