Click or drag to resize

ImageTColor, TDepthOr Method (ImageTColor, TDepth, ImageGray, Byte)

http://www.emgu.com
Perform an elementwise OR operation with another image, using a mask, and return the result

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> Or(
	Image<TColor, TDepth> img2,
	Image<Gray, byte> mask
)

Parameters

img2
Type: Emgu.CVImageTColor, TDepth
The second image for the OR operation
mask
Type: Emgu.CVImageGray, Byte
The mask for the OR operation

Return Value

Type: ImageTColor, TDepth
The result of the OR operation
See Also