Home | History | Annotate | Download | only in perf

Lines Matching defs:orb

9 typedef perf::TestBaseWithParam<std::string> orb;
15 PERF_TEST_P(orb, detect, testing::Values(ORB_IMAGES))
25 Ptr<ORB> detector = ORB::create(1500, 1.3f, 1);
34 PERF_TEST_P(orb, extract, testing::Values(ORB_IMAGES))
45 Ptr<ORB> detector = ORB::create(1500, 1.3f, 1);
57 PERF_TEST_P(orb, full, testing::Values(ORB_IMAGES))
67 Ptr<ORB> detector = ORB::create(1500, 1.3f, 1);