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
13f4699bd7af30c64157f602f7bf46d51fea04ab
Authored by
Scott Klum
2015-04-23 10:39:47 -0400
1 parent
573a28f6
Comment fix
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/imgproc/threshold.cpp
openbr/plugins/imgproc/threshold.cpp
View file @
13f4699
...
...
@@ -9,7 +9,7 @@ namespace br
9
9
10
10
/*!
11
11
* \ingroup transforms
12
- * \brief Wraps OpenCV's
adaptive
thresholding.
12
+ * \brief Wraps OpenCV's
thresholding.
13
13
* \author Scott Klum \cite sklum
14
14
*/
15
15
class ThresholdTransform : public UntrainableTransform
...
...