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.0.1.3373 (4.0.1.3373)
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