Split current Image 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#
public Image<Gray, TDepth>[] Split()
Visual Basic (Declaration)
Public Function Split As Image(Of Gray, TDepth)()
Visual C++
public:
array<Image<Gray, TDepth>^>^ 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