Commit 8ed25ad7 authored by StevenPuttemans's avatar StevenPuttemans

adding extra explanation for mask parameter

parent 3558da9a
...@@ -1346,7 +1346,7 @@ Copies the matrix to another one. ...@@ -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 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 :: The method copies the matrix data to another matrix. Before copying the data, the method invokes ::
......
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