adding extra explanation for mask parameter
authorStevenPuttemans <steven.puttemans@kuleuven.be>
Tue, 13 Oct 2015 12:23:28 +0000 (14:23 +0200)
committerStevenPuttemans <steven.puttemans@kuleuven.be>
Tue, 13 Oct 2015 13:19:50 +0000 (15:19 +0200)
modules/core/include/opencv2/core/mat.hpp

index 3133876..caeecbf 100644 (file)
@@ -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;