mirror of
https://github.com/opencv/opencv.git
synced 2025-01-19 06:53:50 +08:00
Merge pull request #1191 from jet47:gpu-perf4au-fix
This commit is contained in:
commit
d945b20db9
@ -55,16 +55,12 @@
|
|||||||
#include "opencv2/video/video.hpp"
|
#include "opencv2/video/video.hpp"
|
||||||
#include "opencv2/legacy/legacy.hpp"
|
#include "opencv2/legacy/legacy.hpp"
|
||||||
|
|
||||||
int main(int argc, char* argv[])
|
static const char * impls[] = {
|
||||||
{
|
"cuda",
|
||||||
perf::printCudaInfo();
|
"plain"
|
||||||
|
};
|
||||||
|
|
||||||
perf::Regression::Init("gpu_perf4au");
|
CV_PERF_TEST_MAIN_WITH_IMPLS(gpu_perf4au, impls, perf::printCudaInfo())
|
||||||
perf::TestBase::Init(argc, argv);
|
|
||||||
testing::InitGoogleTest(&argc, argv);
|
|
||||||
|
|
||||||
return RUN_ALL_TESTS();
|
|
||||||
}
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////
|
||||||
// HoughLinesP
|
// HoughLinesP
|
||||||
|
Loading…
Reference in New Issue
Block a user