perf_main.cpp 221 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
#include "perf_precomp.hpp"
#include "opencv2/ts/cuda_perf.hpp"

static const char * impls[] = {
#ifdef HAVE_CUDA
    "cuda",
#endif
    "plain"
};

11
CV_PERF_TEST_MAIN_WITH_IMPLS(xfeatures2d, impls, perf::printCudaInfo())