Click or drag to resize

MatSubtraction Operator

http://www.emgu.com
Overload List
  NameDescription
Public operatorStatic memberSubtraction(Double, Mat)
value - mat
Public operatorStatic memberSubtraction(Mat, Mat)
Element wise subtract another mat from the current mat
Public operatorStatic memberSubtraction(Mat, MCvScalar)
Element wise subtract another mat from the current mat
Public operatorStatic memberSubtraction(Mat, Double)
Element wise subtract value from the current mat
Public operatorStatic memberSubtraction(MCvScalar, Mat)
Element wise subtract value from the current mat
Top
See Also