fixed bug in ms segmentation

This commit is contained in:
Alexey Spizhevoy
2010-11-30 13:02:24 +00:00
parent 32a9b63d2f
commit d0dfae5143
2 changed files with 1 additions and 2 deletions

View File

@@ -692,7 +692,6 @@ struct CV_GpuCornerMinEigenValTest: CvTest
if (depth == CV_32F)
rng.fill(src, RNG::UNIFORM, cv::Scalar(0), cv::Scalar(1));
double k = 0.1;
int borderType = BORDER_DEFAULT;
cv::Mat dst_gold;