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

  /external/opencv3/modules/features2d/perf/opencl/
perf_orb.cpp 11 #define ORB_IMAGES OCL_PERF_ENUM("cv/detectors_descriptors_evaluation/images_datasets/leuven/img1.png", "stitching/a3.png")
13 OCL_PERF_TEST_P(ORBFixture, ORB_Detect, ORB_IMAGES)
34 OCL_PERF_TEST_P(ORBFixture, ORB_Extract, ORB_IMAGES)
59 OCL_PERF_TEST_P(ORBFixture, ORB_Full, ORB_IMAGES)
  /external/opencv3/modules/features2d/perf/
perf_orb.cpp 11 #define ORB_IMAGES \
15 PERF_TEST_P(orb, detect, testing::Values(ORB_IMAGES))
34 PERF_TEST_P(orb, extract, testing::Values(ORB_IMAGES))
57 PERF_TEST_P(orb, full, testing::Values(ORB_IMAGES))

Completed in 5229 milliseconds