mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
Fix typo in mat.hpp
This commit is contained in:
parent
5ed354221c
commit
60bcb16ca8
@ -2418,7 +2418,7 @@ public:
|
|||||||
void copyTo( OutputArray m ) const;
|
void copyTo( OutputArray m ) const;
|
||||||
//! copies those matrix elements to "m" that are marked with non-zero mask elements.
|
//! copies those matrix elements to "m" that are marked with non-zero mask elements.
|
||||||
void copyTo( OutputArray m, InputArray mask ) const;
|
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 convertTo( OutputArray m, int rtype, double alpha=1, double beta=0 ) const;
|
||||||
|
|
||||||
void assignTo( UMat& m, int type=-1 ) const;
|
void assignTo( UMat& m, int type=-1 ) const;
|
||||||
|
Loading…
Reference in New Issue
Block a user