Click or drag to resize
UMatSplit 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.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public UMat[] Split()

Return Value

Type: UMat
An array of gray scale images where each element in the array represent a single color channel of the original image
See Also