Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dbrisk.cpp138 unsigned int noLongPairs_; // number of longParis member in cv::BRISK_Impl
399 noLongPairs_ = 0; in generateKernel()
424 BriskLongPair& longPair = longPairs_[noLongPairs_]; in generateKernel()
429 ++noLongPairs_; in generateKernel()
721 const BriskLongPair* max = longPairs_ + noLongPairs_; in computeDescriptorsAndOrOrientation()