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.1.0.649 (2.1.0.649)

Syntax

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