Home
last modified time | relevance | path

Searched defs:KeyPoint_LessThan (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/src/
Dkeypoint.cpp165 struct KeyPoint_LessThan struct
167 KeyPoint_LessThan(const std::vector<KeyPoint>& _kp) : kp(&_kp) {} in KeyPoint_LessThan() argument
168 bool operator()(int i, int j) const in operator ()()
189 const std::vector<KeyPoint>* kp;