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: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
IImage[] Split() |
| Visual Basic (Declaration) |
|---|
Function Split As IImage() |
| Visual C++ |
|---|
array<IImage^>^ Split() |