Commit e1f199dc17c909fec68cc7552c92897411bf5cb9
1 parent
546b3b47
Changed comment language
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/imgproc/split.cpp
| ... | ... | @@ -45,7 +45,7 @@ BR_REGISTER(Transform, SplitChannelsTransform) |
| 45 | 45 | |
| 46 | 46 | /*! |
| 47 | 47 | * \ingroup transforms |
| 48 | - * \brief Split a multi-channel matrix into several single-channel matrices. | |
| 48 | + * \brief Split a multi-row matrix into several single-row matrices. | |
| 49 | 49 | * \author Josh Klontz \cite jklontz |
| 50 | 50 | */ |
| 51 | 51 | class SplitRowsTransform : public UntrainableTransform | ... | ... |