adding extra explanation for mask parameter
authorStevenPuttemans <steven.puttemans@kuleuven.be>
Tue, 13 Oct 2015 12:26:03 +0000 (14:26 +0200)
committerStevenPuttemans <steven.puttemans@kuleuven.be>
Tue, 13 Oct 2015 13:21:35 +0000 (15:21 +0200)
modules/core/doc/basic_structures.rst

index bbc95be..9b37bd3 100644 (file)
@@ -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 ::