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