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: 4.1.0.3408 (4.1.0.3408)
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