Searched defs:KeyPointLess (Results 1 – 1 of 1) sorted by relevance
459 struct KeyPointLess : std::binary_function<cv::KeyPoint, cv::KeyPoint, bool> struct461 bool operator()(const cv::KeyPoint& kp1, const cv::KeyPoint& kp2) const in operator ()()