1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

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

This commit is contained in:
Alexey Spizhevoy
2011-07-09 07:32:14 +00:00
parent 4168b75edc
commit 8a3d1937c3
+3
View File
@@ -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)
{
const char* distStr = dists[distType];