diff --git a/openbr/plugins/imgproc/threshold.cpp b/openbr/plugins/imgproc/threshold.cpp index 1e4f53f..5709b57 100644 --- a/openbr/plugins/imgproc/threshold.cpp +++ b/openbr/plugins/imgproc/threshold.cpp @@ -9,7 +9,7 @@ namespace br /*! * \ingroup transforms - * \brief Wraps OpenCV's adaptive thresholding. + * \brief Wraps OpenCV's thresholding. * \author Scott Klum \cite sklum */ class ThresholdTransform : public UntrainableTransform