http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
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.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public GpuImage<Gray, TDepth>[] Split( Stream stream ) |
Visual Basic |
---|
Public Function Split ( _ stream As Stream _ ) As GpuImage(Of Gray, TDepth)() |
Visual C++ |
---|
public: array<GpuImage<Gray, TDepth>^>^ Split( Stream^ stream ) |
Parameters
- stream
- Type: Emgu.CV.GPU..::..Stream
Use a Stream to call the function asynchronously (non-blocking) or null to call the function synchronously (blocking).