Emgu CV Library Documentation
Subtraction Operator
NamespacesEmgu.CVMatrix<(Of <(TDepth>)>)Subtraction(Matrix<(Of <(TDepth>)>), Double)

www.emgu.com/wiki
mat1 - val
Declaration Syntax
C#Visual BasicVisual C++
public static Matrix<TDepth> operator -(
	Matrix<TDepth> mat1,
	double val
)
Public Shared Operator - ( _
	mat1 As Matrix(Of TDepth), _
	val As Double _
) As Matrix(Of TDepth)
public:
static Matrix<TDepth>^ operator -(
	Matrix<TDepth>^ mat1, 
	double val
)
Parameters
mat1 (Matrix<(Of <(TDepth>)>))
The Matrix to be subtracted
val (Double)
The value to be subtracted
Return Value
mat1 - val

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)