Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dbrisk.cpp112 struct BriskLongPair{ struct in cv::BRISK_Impl
136 BriskLongPair* longPairs_; // d>_dMin
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()