Searched defs:KeyPoint_LessThan (Results 1 – 1 of 1) sorted by relevance
165 struct KeyPoint_LessThan struct167 KeyPoint_LessThan(const std::vector<KeyPoint>& _kp) : kp(&_kp) {} in KeyPoint_LessThan() argument168 bool operator()(int i, int j) const in operator ()()189 const std::vector<KeyPoint>* kp;