Skip to content

Commit c521e1d

Browse files
committed
Merge pull request #1435 from terfendail:fastcheck_fix
2 parents d71f31b + f6e72fc commit c521e1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/xfeatures2d/src/fast.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,6 @@ namespace {
331331
int i, k, pixel[25];
332332
makeOffsets(pixel, (int)img.step, patternSize);
333333

334-
keypoints.clear();
335-
336334
threshold = std::min(std::max(threshold, 0), 255);
337335

338336
uchar threshold_tab[512];

0 commit comments

Comments
 (0)