http://www.emgu.com
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.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
SyntaxFunction Split As IImage()
abstract Split : unit -> IImage[]
Return Value
Type:
IImage
An array of gray scale images where each element
in the array represent a single color channel of the original image
See Also