Home
last modified time | relevance | path

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

/external/opencv3/modules/ts/src/
Dcuda_test.cpp459 struct KeyPointLess : std::binary_function<cv::KeyPoint, cv::KeyPoint, bool> struct
461 bool operator()(const cv::KeyPoint& kp1, const cv::KeyPoint& kp2) const in operator ()()