http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
Similar to CvArray but use GPU for processing
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public class GpuMat<TDepth> : GpuMat, IEquatable<GpuMat<TDepth>> where TDepth : new() |
Visual Basic |
---|
Public Class GpuMat(Of TDepth As New) _ Inherits GpuMat _ Implements IEquatable(Of GpuMat(Of TDepth)) |
Visual C++ |
---|
generic<typename TDepth> where TDepth : gcnew() public ref class GpuMat : public GpuMat, IEquatable<GpuMat<TDepth>^> |
Type Parameters
- TDepth
- The type of element in the matrix
Inheritance Hierarchy
System..::..Object
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV.GPU..::..GpuMat
Emgu.CV.GPU..::..GpuMat<(Of <(<'TDepth>)>)>
Emgu.CV.GPU..::..GpuImage<(Of <(<'TColor, TDepth>)>)>
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV.GPU..::..GpuMat
Emgu.CV.GPU..::..GpuMat<(Of <(<'TDepth>)>)>
Emgu.CV.GPU..::..GpuImage<(Of <(<'TColor, TDepth>)>)>