Merge pull request #9857 from americast:mat_fix

This commit is contained in:
Vadim Pisarevsky 2017-10-16 10:43:37 +00:00
commit 2808bea7fa

View File

@ -2418,7 +2418,7 @@ public:
void copyTo( OutputArray m ) const;
//! copies those matrix elements to "m" that are marked with non-zero mask elements.
void copyTo( OutputArray m, InputArray mask ) const;
//! converts matrix to another datatype with optional scalng. See cvConvertScale.
//! converts matrix to another datatype with optional scaling. See cvConvertScale.
void convertTo( OutputArray m, int rtype, double alpha=1, double beta=0 ) const;
void assignTo( UMat& m, int type=-1 ) const;