Constructor.
Namespace: OpenCvSharp.CPlusPlus.Gpu
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ORB_GPU( int nFeatures = 500, float scaleFactor = 1.2f, int nLevels = 8, int edgeThreshold = 31, int firstLevel = 0, int WTA_K = 2, ORB_GPUScoreType scoreType = ORB_GPUScoreType.XRow, int patchSize = 31 )
Parameters
- nFeatures (Optional)
- Type: SystemInt32
The number of desired features. - scaleFactor (Optional)
- Type: SystemSingle
Coefficient by which we divide the dimensions from one scale pyramid level to the next. - nLevels (Optional)
- Type: SystemInt32
The number of levels in the scale pyramid. - edgeThreshold (Optional)
- Type: SystemInt32
How far from the boundary the points should be. - firstLevel (Optional)
- Type: SystemInt32
The level at which the image is given. If 1, that means we will also look at the image scaleFactor times bigger. - WTA_K (Optional)
- Type: SystemInt32
[Missing <param name="WTA_K"/> documentation for "M:OpenCvSharp.CPlusPlus.Gpu.ORB_GPU.#ctor(System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.CPlusPlus.Gpu.ORB_GPU.ScoreType,System.Int32)"]
- scoreType (Optional)
- Type: OpenCvSharp.CPlusPlus.GpuORB_GPUScoreType
[Missing <param name="scoreType"/> documentation for "M:OpenCvSharp.CPlusPlus.Gpu.ORB_GPU.#ctor(System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.CPlusPlus.Gpu.ORB_GPU.ScoreType,System.Int32)"]
- patchSize (Optional)
- Type: SystemInt32
[Missing <param name="patchSize"/> documentation for "M:OpenCvSharp.CPlusPlus.Gpu.ORB_GPU.#ctor(System.Int32,System.Single,System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.CPlusPlus.Gpu.ORB_GPU.ScoreType,System.Int32)"]
See Also