result = val - this

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public Matrix<TDepth> SubR(
	TDepth val
)
Visual Basic (Declaration)
Public Function SubR ( _
	val As TDepth _
) As Matrix(Of TDepth)
Visual C++
public:
Matrix<TDepth>^ SubR(
	TDepth val
)

Parameters

val
Type: TDepth
The value which subtract this matrix

Return Value

val - this

See Also