1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Perf tests: method ::perf::TestBase::getDataPath made public static; added base CUDA detection into run.py script

This commit is contained in:
Andrey Kamaev
2011-09-08 11:01:45 +00:00
parent ccfb3e6a21
commit 6cb1036e04
4 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
int main(int argc, char **argv)
{
testing::InitGoogleTest(&argc, argv);
cvtest::TS::ptr()->init("gpu");
//cvtest::TS::ptr()->init("gpu");
Regression::Init("gpu");
TestBase::Init(argc, argv);
return RUN_ALL_TESTS();