http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a GPU SURF detector using the default parameters
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public GpuSURFDetector( MCvSURFParams detector, float FeaturesRatio ) |
Visual Basic |
---|
Public Sub New ( _ detector As MCvSURFParams, _ FeaturesRatio As Single _ ) |
Visual C++ |
---|
public: GpuSURFDetector( MCvSURFParams detector, float FeaturesRatio ) |
Parameters
- detector
- Type: Emgu.CV.Structure..::..MCvSURFParams
The surf detector where the parameters will be borrow from
- FeaturesRatio
- Type: System..::..Single
Max features = featuresRatio * img.size().srea(). Use 0.01 for default