http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
An GpuImage is very similar to the Emgu.CV.Image except that it is being used for GPU processing
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public class GpuImage<TColor, TDepth> : GpuMat<TDepth>, IImage, IDisposable, ICloneable where TColor : struct, new(), IColor where TDepth : new() |
Visual Basic |
---|
Public Class GpuImage(Of TColor As {Structure, New, IColor}, TDepth As New) _ Inherits GpuMat(Of TDepth) _ Implements IImage, IDisposable, ICloneable |
Visual C++ |
---|
generic<typename TColor, typename TDepth> where TColor : value class, gcnew(), IColor where TDepth : gcnew() public ref class GpuImage : public GpuMat<TDepth>, IImage, IDisposable, ICloneable |
Type Parameters
- TColor
- Color type of this image (either Gray, Bgr, Bgra, Hsv, Hls, Lab, Luv, Xyz, Ycc, Rgb or Rbga)
- TDepth
- Depth of this image (either Byte, SByte, Single, double, UInt16, Int16 or Int32)
Inheritance Hierarchy
System..::..Object
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV.GPU..::..GpuMat<(Of <(<'TDepth>)>)>
Emgu.CV.GPU..::..GpuImage<(Of <(<'TColor, TDepth>)>)>
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV.GPU..::..GpuMat<(Of <(<'TDepth>)>)>
Emgu.CV.GPU..::..GpuImage<(Of <(<'TColor, TDepth>)>)>