1
0
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:
Vadim Pisarevsky
2014-08-11 23:25:30 +04:00
parent 9e5b668480
commit d4a77fc428
39 changed files with 13952 additions and 0 deletions

View 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())