Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dbrisk.cpp646 std::vector<int> kscales; // remember the scale per keypoint in computeDescriptorsAndOrOrientation() local
647 kscales.resize(ksize); in computeDescriptorsAndOrOrientation()
651 std::vector<int>::iterator beginningkscales = kscales.begin(); in computeDescriptorsAndOrOrientation()
660 kscales[k] = scale; in computeDescriptorsAndOrOrientation()
667 kscales.erase(beginningkscales + k); in computeDescriptorsAndOrOrientation()
671 beginningkscales = kscales.begin(); in computeDescriptorsAndOrOrientation()
705 const int& scale = kscales[k]; in computeDescriptorsAndOrOrientation()