Mat addMat(Mat other, {bool inplace = false}) => _opMat(other, ccore.cv_Mat_op_add_mat, inplace: inplace);