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

pull/13383/head
Alexey Spizhevoy 14 years ago
parent 4168b75edc
commit 8a3d1937c3
  1. 3
      modules/gpu/test/test_features2d.cpp

@ -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];

Loading…
Cancel
Save