~paparazzi-uav/paparazzi/v5.0-manual

« back to all changes in this revision

Viewing changes to sw/ext/opencv_bebop/opencv/modules/photo/perf/perf_main.cpp

  • Committer: Paparazzi buildbot
  • Date: 2016-05-18 15:00:29 UTC
  • Revision ID: felix.ruess+docbot@gmail.com-20160518150029-e8lgzi5kvb4p7un9
Manual import commit 4b8bbb730080dac23cf816b98908dacfabe2a8ec from v5.0 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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())