Click or drag to resize
MatrixTDepthSubR Method
http://www.emgu.com
result = val - this

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public Matrix<TDepth> SubR(
	TDepth val
)

Parameters

val
Type: TDepth
The value which subtract this matrix

Return Value

Type: MatrixTDepth
val - this
See Also