warnings, renamed Marina's GPU_PERF_TEST_P

This commit is contained in:
Anatoly Baksheev
2012-12-25 21:57:10 +04:00
parent be22891f71
commit 389ecbe96d
5 changed files with 17 additions and 16 deletions

View File

@@ -81,8 +81,8 @@ GPU_PERF_TEST_P(Image, HoughLinesP, testing::Values(std::string("im1_1280x800.jp
std::string fileName = GetParam();
const double rho = 1.0;
const double theta = 1.0;
const float rho = 1.f;
const float theta = 1.f;
const int threshold = 40;
const int minLineLenght = 20;
const int maxLineGap = 5;