addMat method

Mat addMat(
  1. Mat other, {
  2. bool inplace = false,
})

Implementation

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