Commit 13f4699bd7af30c64157f602f7bf46d51fea04ab
1 parent
573a28f6
Comment fix
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/imgproc/threshold.cpp
| @@ -9,7 +9,7 @@ namespace br | @@ -9,7 +9,7 @@ namespace br | ||
| 9 | 9 | ||
| 10 | /*! | 10 | /*! |
| 11 | * \ingroup transforms | 11 | * \ingroup transforms |
| 12 | - * \brief Wraps OpenCV's adaptive thresholding. | 12 | + * \brief Wraps OpenCV's thresholding. |
| 13 | * \author Scott Klum \cite sklum | 13 | * \author Scott Klum \cite sklum |
| 14 | */ | 14 | */ |
| 15 | class ThresholdTransform : public UntrainableTransform | 15 | class ThresholdTransform : public UntrainableTransform |