Click or drag to resize

ImageTColor, TDepth Constructor (ImageGray, TDepth)

http://www.emgu.com
Create a multi-channel image from multiple gray scale images

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public Image(
	Image<Gray, TDepth>[] channels
)

Parameters

channels
Type: Emgu.CVImageGray, TDepth
The image channels to be merged into a single image
See Also