Commit 4e7a1435 authored by Maksim Shabunin's avatar Maksim Shabunin

Merge pull request #5499 from StevenPuttemans:fix_mask_notice_copyTo

parents 490b327b 0a708e40
......@@ -1073,6 +1073,7 @@ public:
@param m Destination matrix. If it does not have a proper size or type before the operation, it is
reallocated.
@param mask Operation mask. Its non-zero elements indicate which matrix elements need to be copied.
The mask has to be of type CV_8U and can have 1 or multiple channels.
*/
void copyTo( OutputArray m, InputArray mask ) const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment