Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
test first pass pLS cleaning with 2 hits
Browse files Browse the repository at this point in the history
  • Loading branch information
slava77 authored Jan 25, 2024
1 parent 50d8a25 commit 6ada162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL/Kernels.h
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ namespace SDL {
break;
}
}
if (npMatched >= 3) {
if (npMatched >= 2) {
rmPixelSegmentFromMemory(segmentsInGPU, idxToRemove, secondpass);
}
if (secondpass) {
Expand Down

0 comments on commit 6ada162

Please sign in to comment.