Commit 7d9bf450c3467c8bbea0431e487f4121e9588115

Authored by Scott Klum
1 parent 60939e7a

Cleanup

openbr/plugins/imgproc/slidingwindow.cpp
... ... @@ -124,7 +124,7 @@ class SlidingWindowTransform : public MetaTransform
124 124 confidences.push_back(confidence);
125 125 }
126 126  
127   - // TODO: Add ROC mode
  127 + // TODO: Add non ROC mode
128 128  
129 129 if (result == 0)
130 130 x += step;
... ...