fixed gpu_perf4au perf test (added cuda impl)

pull/1191/head
Vladislav Vinogradov 12 years ago
parent be8b3687f4
commit dfd2957841
  1. 14
      modules/gpu/perf4au/main.cpp

@ -55,16 +55,12 @@
#include "opencv2/video/video.hpp"
#include "opencv2/legacy/legacy.hpp"
int main(int argc, char* argv[])
{
perf::printCudaInfo();
perf::Regression::Init("gpu_perf4au");
perf::TestBase::Init(argc, argv);
testing::InitGoogleTest(&argc, argv);
static const char * impls[] = {
"cuda",
"plain"
};
return RUN_ALL_TESTS();
}
CV_PERF_TEST_MAIN_WITH_IMPLS(gpu_perf4au, impls, perf::printCudaInfo())
//////////////////////////////////////////////////////////
// HoughLinesP

Loading…
Cancel
Save