Skip to content

Commit 60bcb16

Browse files
authored
Fix typo in mat.hpp
1 parent 5ed3542 commit 60bcb16

File tree

1 file changed

+1
-1
lines changed
  • modules/core/include/opencv2/core

1 file changed

+1
-1
lines changed

modules/core/include/opencv2/core/mat.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2418,7 +2418,7 @@ class CV_EXPORTS UMat
24182418
void copyTo( OutputArray m ) const;
24192419
//! copies those matrix elements to "m" that are marked with non-zero mask elements.
24202420
void copyTo( OutputArray m, InputArray mask ) const;
2421-
//! converts matrix to another datatype with optional scalng. See cvConvertScale.
2421+
//! converts matrix to another datatype with optional scaling. See cvConvertScale.
24222422
void convertTo( OutputArray m, int rtype, double alpha=1, double beta=0 ) const;
24232423

24242424
void assignTo( UMat& m, int type=-1 ) const;

0 commit comments

Comments
 (0)