http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Adapts a detector to partition the source image into a grid and detect points in each cell.
Namespace: Emgu.CV.Features2DAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public GridAdaptedFeatureDetector( IKeyPointDetector detector, int maxTotalKeyPoints, int gridRows, int gridCols ) |
Visual Basic |
---|
Public Sub New ( _ detector As IKeyPointDetector, _ maxTotalKeyPoints As Integer, _ gridRows As Integer, _ gridCols As Integer _ ) |
Visual C++ |
---|
public: GridAdaptedFeatureDetector( IKeyPointDetector^ detector, int maxTotalKeyPoints, int gridRows, int gridCols ) |
Parameters
- detector
- Type: Emgu.CV.Features2D..::..IKeyPointDetector
Detector that will be adapted
- maxTotalKeyPoints
- Type: System..::..Int32
Maximum count of keypoints detected on the image. Only the strongest keypoints
- gridRows
- Type: System..::..Int32
Grid rows count
- gridCols
- Type: System..::..Int32
Grid column count