mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-19 02:16:34 +08:00
added xfeatures2d (made of opencv/nonfree and a part of opencv/features2d)
This commit is contained in:
11
modules/xfeatures2d/perf/perf_main.cpp
Normal file
11
modules/xfeatures2d/perf/perf_main.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "perf_precomp.hpp"
|
||||
#include "opencv2/ts/cuda_perf.hpp"
|
||||
|
||||
static const char * impls[] = {
|
||||
#ifdef HAVE_CUDA
|
||||
"cuda",
|
||||
#endif
|
||||
"plain"
|
||||
};
|
||||
|
||||
CV_PERF_TEST_MAIN_WITH_IMPLS(nonfree, impls, perf::printCudaInfo())
|
Reference in New Issue
Block a user