fixed BFM GPU test compile-time error on ubuntu x64 in debug mode
This commit is contained in:
parent
4168b75edc
commit
8a3d1937c3
@ -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];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user