http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Similar to CvArray but use GPU for 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 GpuMat<TDepth> : UnmanagedObject, IEquatable<GpuMat<TDepth>> where TDepth : new() |
Visual Basic |
---|
Public Class GpuMat(Of TDepth As New) _ Inherits UnmanagedObject _ Implements IEquatable(Of GpuMat(Of TDepth)) |
Visual C++ |
---|
generic<typename TDepth> where TDepth : gcnew() public ref class GpuMat : public UnmanagedObject, 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<(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>)>)>