Split current IImage into an array of gray scale images where each element in the array represent a single color channel of the original image

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
IImage[] Split()
Visual Basic (Declaration)
Function Split As IImage()
Visual C++
array<IImage^>^ Split()

Return Value

An array of gray scale images where each element in the array represent a single color channel of the original image

See Also