Click or drag to resize
ImageTColor, TDepthSubR Method (TColor)
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 Image<TColor, TDepth> SubR(
	TColor val
)

Parameters

val
Type: TColor
the value which subtract this image

Return Value

Type: ImageTColor, TDepth
val - this
See Also