cv.copyTo - MATLAB File Help |
Copies the matrix to another one
dst = cv.copyTo(src)
dst = cv.copyTo(src, 'OptionName',optionValue, ...)
src
.src
. Its non-zero
elements indicate which matrix elements need to be copied. The mask has to
be of type uint8
or logical
and can have 1 or multiple channels.
Not set by default.The method copies the matrix data to another matrix. Before copying the data, the destination matrix is allocated if needed, initialized with all zeros.