Merge pull request #1435 from terfendail:fastcheck_fix

pull/1233/merge
Alexander Alekhin 7 years ago
commit c521e1d1d5
  1. 2
      modules/xfeatures2d/src/fast.cpp

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

Loading…
Cancel
Save