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

Declaration Syntax
public Image(
Image<Gray, TDepth>[] channels
)
Public Sub New ( _
channels As Image(Of Gray, TDepth)() _
)
public:
Image(
array<Image<Gray^, TDepth>^>^ channels
)

Parameters
- channels (array<
Image<(Of <(Gray, TDepth>)>)
>[]()[])
- The image channels to be merged into a single image
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)