Commit 13f4699bd7af30c64157f602f7bf46d51fea04ab

Authored by Scott Klum
1 parent 573a28f6

Comment fix

openbr/plugins/imgproc/threshold.cpp
... ... @@ -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
... ...