http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
Create a GpuORBDetector with the default parameters
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public GpuORBDetector( int numberOfFeatures ) |
Visual Basic |
---|
Public Sub New ( _ numberOfFeatures As Integer _ ) |
Visual C++ |
---|
public: GpuORBDetector( int numberOfFeatures ) |
Parameters
- numberOfFeatures
- Type: System..::..Int32
The number of desired features. Use 500 for default.