Fix for FAST feature detection on specific locations

pull/1435/head
Vitaly Tuzov 7 years ago
parent 39af4822c3
commit f6e72fc24e
  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