Click or drag to resize
MatrixTDepthSub Method (TDepth)
http://www.emgu.com
Elementwise subtract a color val to the current matrix

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

Parameters

val
Type: TDepth
The value to be subtracted from the current matrix

Return Value

Type: MatrixTDepth
The result of elementwise subtracting val from the current matrix
See Also