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: 2.3.0.1416 (2.3.0.1416)
Syntax
Visual Basic |
---|
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