Commit 7d9bf450c3467c8bbea0431e487f4121e9588115
1 parent
60939e7a
Cleanup
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/imgproc/slidingwindow.cpp
| @@ -124,7 +124,7 @@ class SlidingWindowTransform : public MetaTransform | @@ -124,7 +124,7 @@ class SlidingWindowTransform : public MetaTransform | ||
| 124 | confidences.push_back(confidence); | 124 | confidences.push_back(confidence); |
| 125 | } | 125 | } |
| 126 | 126 | ||
| 127 | - // TODO: Add ROC mode | 127 | + // TODO: Add non ROC mode |
| 128 | 128 | ||
| 129 | if (result == 0) | 129 | if (result == 0) |
| 130 | x += step; | 130 | x += step; |