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

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

Completed in 158 milliseconds