Click or drag to resize

ImageTColor, TDepthSubR Method (TColor, ImageGray, Byte)

http://www.emgu.com
result = val - this, using a mask

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public Image<TColor, TDepth> SubR(
	TColor val,
	Image<Gray, byte> mask
)

Parameters

val
Type: TColor
The value which subtract this image
mask
Type: Emgu.CVImageGray, Byte
The mask for subtraction

Return Value

Type: ImageTColor, TDepth
val - this, with mask
See Also