Home
last modified time | relevance | path

Searched refs:KeypointIdxCompare (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/ts/src/
Dcuda_perf.cpp269 struct KeypointIdxCompare struct
273 … explicit KeypointIdxCompare(std::vector<cv::KeyPoint>* _keypoints) : keypoints(_keypoints) {} in KeypointIdxCompare() function
295 std::sort(indexies.begin(), indexies.end(), KeypointIdxCompare(&keypoints)); in sortKeyPoints()