ImageTColor, TDepthSplit Method |
http://www.emgu.com
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.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic Image<Gray, TDepth>[] Split()
Public Function Split As Image(Of Gray, TDepth)()
public:
array<Image<Gray, TDepth>^>^ Split()
member Split : unit -> Image<Gray, 'TDepth>[]
Return Value
Type:
ImageGray,
TDepth
An array of gray scale images where each element
in the array represent a single color channel of the original image
See Also