Skip to content

Commit

Permalink
Merge pull request opencv#5500 from StevenPuttemans:fix_mask_notice_c…
Browse files Browse the repository at this point in the history
…opyTo_2.4
  • Loading branch information
mshabunin committed Oct 22, 2015
2 parents 4dc2313 + 8ed25ad commit 1cb0dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/doc/basic_structures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ Copies the matrix to another one.
: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.
:param mask: Operation mask. Its non-zero elements indicate which matrix elements need to be copied. Keep in mind that the mask needs to be of type CV_8U and can have 1 or multiple channels.

The method copies the matrix data to another matrix. Before copying the data, the method invokes ::

Expand Down

0 comments on commit 1cb0dfa

Please sign in to comment.