Searched refs:KeyPointLess (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/ts/src/ |
D | cuda_test.cpp | 459 struct KeyPointLess : std::binary_function<cv::KeyPoint, cv::KeyPoint, bool> struct 477 std::sort(actual.begin(), actual.end(), KeyPointLess()); in assertKeyPointsEquals() 478 std::sort(gold.begin(), gold.end(), KeyPointLess()); in assertKeyPointsEquals() 503 std::sort(actual.begin(), actual.end(), KeyPointLess()); in getMatchedPointsCount() 504 std::sort(gold.begin(), gold.end(), KeyPointLess()); in getMatchedPointsCount()
|