From 0a708e40705e99b90eb5d7c6de922c877734222c Mon Sep 17 00:00:00 2001 From: StevenPuttemans Date: Tue, 13 Oct 2015 14:23:28 +0200 Subject: [PATCH] adding extra explanation for mask parameter --- modules/core/include/opencv2/core/mat.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core/include/opencv2/core/mat.hpp b/modules/core/include/opencv2/core/mat.hpp index 3133876..caeecbf 100644 --- a/modules/core/include/opencv2/core/mat.hpp +++ b/modules/core/include/opencv2/core/mat.hpp @@ -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; -- 2.7.4