Commit c521e1d1 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #1435 from terfendail:fastcheck_fix

parents d71f31b9 f6e72fc2
......@@ -331,8 +331,6 @@ namespace {
int i, k, pixel[25];
makeOffsets(pixel, (int)img.step, patternSize);
keypoints.clear();
threshold = std::min(std::max(threshold, 0), 255);
uchar threshold_tab[512];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment