Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dbrisk.cpp136 BriskLongPair* longPairs_; // d>_dMin member in cv::BRISK_Impl
397 longPairs_ = new BriskLongPair[points_ * (points_ - 1) / 2]; in generateKernel()
424 BriskLongPair& longPair = longPairs_[noLongPairs_]; in generateKernel()
721 const BriskLongPair* max = longPairs_ + noLongPairs_; in computeDescriptorsAndOrOrientation()
722 for (BriskLongPair* iter = longPairs_; iter < max; ++iter) in computeDescriptorsAndOrOrientation()
808 delete[] longPairs_; in ~BRISK_Impl()