HomeSort by relevance Sort by last modified time
    Searched refs:assertKeyPointsEquals (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/ts/include/opencv2/ts/
cuda_test.hpp 330 CV_EXPORTS testing::AssertionResult assertKeyPointsEquals(const char* gold_expr, const char* actual_expr, std::vector<cv::KeyPoint>& gold, std::vector<cv::KeyPoint>& actual);
332 #define ASSERT_KEYPOINTS_EQ(gold, actual) EXPECT_PRED_FORMAT2(assertKeyPointsEquals, gold, actual)
  /external/opencv3/modules/ts/src/
cuda_test.cpp 468 testing::AssertionResult assertKeyPointsEquals(const char* gold_expr, const char* actual_expr, std::vector<cv::KeyPoint>& gold, std::vector<cv::KeyPoint>& actual)

Completed in 613 milliseconds