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

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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