Commit d945b20d authored by Roman Donchenko's avatar Roman Donchenko Committed by OpenCV Buildbot

Merge pull request #1191 from jet47:gpu-perf4au-fix

parents be8b3687 dfd29578
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment