Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
7d9bf450c3467c8bbea0431e487f4121e9588115
Authored by
Scott Klum
2015-05-26 13:42:42 -0400
1 parent
60939e7a
Cleanup
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/imgproc/slidingwindow.cpp
openbr/plugins/imgproc/slidingwindow.cpp
View file @
7d9bf45
...
...
@@ -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;
...
...