diff --git a/openbr/plugins/imgproc/split.cpp b/openbr/plugins/imgproc/split.cpp index 936e335..3df2418 100644 --- a/openbr/plugins/imgproc/split.cpp +++ b/openbr/plugins/imgproc/split.cpp @@ -45,7 +45,7 @@ BR_REGISTER(Transform, SplitChannelsTransform) /*! * \ingroup transforms - * \brief Split a multi-channel matrix into several single-channel matrices. + * \brief Split a multi-row matrix into several single-row matrices. * \author Josh Klontz \cite jklontz */ class SplitRowsTransform : public UntrainableTransform