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