Commit 8a3d1937 authored by Alexey Spizhevoy's avatar Alexey Spizhevoy

fixed BFM GPU test compile-time error on ubuntu x64 in debug mode

parent 4168b75e
...@@ -238,6 +238,9 @@ struct BruteForceMatcher : testing::TestWithParam< std::tr1::tuple<cv::gpu::Devi ...@@ -238,6 +238,9 @@ struct BruteForceMatcher : testing::TestWithParam< std::tr1::tuple<cv::gpu::Devi
} }
}; };
const int BruteForceMatcher::queryDescCount;
const int BruteForceMatcher::countFactor;
TEST_P(BruteForceMatcher, Match) TEST_P(BruteForceMatcher, Match)
{ {
const char* distStr = dists[distType]; const char* distStr = dists[distType];
......
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