mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 22:00:25 +08:00
936236e4b1
Now it allows choosing between arbitrary implementation variants.
5 lines
144 B
C++
5 lines
144 B
C++
#include "perf_precomp.hpp"
|
|
#include "opencv2/ts/gpu_perf.hpp"
|
|
|
|
CV_PERF_TEST_MAIN_WITH_IMPLS(nonfree, ("cuda", "plain"), perf::printCudaInfo())
|