Mat subtractF64(double val, {bool inplace = false}) { assert(type.depth == MatType.CV_64F && val <= CV_F64_MAX); return _opDouble(val, cffi.Mat_SubtractF64, inplace: inplace); }