Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dbrisk.cpp137 unsigned int noShortPairs_; // number of shortParis member in cv::BRISK_Impl
398 noShortPairs_ = 0; in generateKernel()
434 CV_Assert(noShortPairs_ < indSize); in generateKernel()
436 BriskShortPair& shortPair = shortPairs_[indexChange[noShortPairs_]]; in generateKernel()
439 ++noShortPairs_; in generateKernel()
445 strings_ = (int) ceil((float(noShortPairs_)) / 128.0) * 4 * 4; in generateKernel()
777 const BriskShortPair* max = shortPairs_ + noShortPairs_; in computeDescriptorsAndOrOrientation()