We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d30a0c6 + 60bcb16 commit 2808beaCopy full SHA for 2808bea
modules/core/include/opencv2/core/mat.hpp
@@ -2418,7 +2418,7 @@ class CV_EXPORTS UMat
2418
void copyTo( OutputArray m ) const;
2419
//! copies those matrix elements to "m" that are marked with non-zero mask elements.
2420
void copyTo( OutputArray m, InputArray mask ) const;
2421
- //! converts matrix to another datatype with optional scalng. See cvConvertScale.
+ //! converts matrix to another datatype with optional scaling. See cvConvertScale.
2422
void convertTo( OutputArray m, int rtype, double alpha=1, double beta=0 ) const;
2423
2424
void assignTo( UMat& m, int type=-1 ) const;
0 commit comments