copyToWithMask method
Implementation
@Deprecated("use copyTo instead")
void copyToWithMask(Mat dst, Mat mask) {
cvRun(() => cffi.Mat_CopyToWithMask(ref, dst.ref, mask.ref));
}
@Deprecated("use copyTo instead")
void copyToWithMask(Mat dst, Mat mask) {
cvRun(() => cffi.Mat_CopyToWithMask(ref, dst.ref, mask.ref));
}