http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
A Brute force matcher using GPU
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 GpuBruteForceMatcher<T> : UnmanagedObject where T : struct, new() |
Visual Basic |
---|
Public Class GpuBruteForceMatcher(Of T As {Structure, New}) _ Inherits UnmanagedObject |
Visual C++ |
---|
generic<typename T> where T : value class, gcnew() public ref class GpuBruteForceMatcher : public UnmanagedObject |
Type Parameters
- T
- The type of data to be matched. Can be either float or Byte
Inheritance Hierarchy
System..::..Object
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV.GPU..::..GpuBruteForceMatcher<(Of <(<'T>)>)>
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV.GPU..::..GpuBruteForceMatcher<(Of <(<'T>)>)>