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

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

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