1 #include "perf_precomp.hpp"
2 #include "opencv2/ts/cuda_perf.hpp"
3 
4 static const char * impls[] = {
5 #ifdef HAVE_CUDA
6     "cuda",
7 #endif
8     "plain"
9 };
10 
11 CV_PERF_TEST_MAIN_WITH_IMPLS(photo, impls, perf::printCudaInfo())
12