From e1f199dc17c909fec68cc7552c92897411bf5cb9 Mon Sep 17 00:00:00 2001 From: bklare Date: Thu, 9 Jul 2015 15:59:41 -0400 Subject: [PATCH] Changed comment language --- openbr/plugins/imgproc/split.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- libgit2 0.21.4