Property | Type | Description | |
---|---|---|---|
GridCols | int | ||
GridRows | int | ||
MaxTotalKeyPoints | int |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
GridAdaptedFeatureDetector ( IKeyPointDetector detector, int maxTotalKeyPoints, int gridRows, int gridCols ) : System |
Adapts a detector to partition the source image into a grid and detect points in each cell.
|
Method | Description | |
---|---|---|
DisposeObject ( ) : void |
Release the unmanaged memory associated with this detector.
|
public GridAdaptedFeatureDetector ( IKeyPointDetector detector, int maxTotalKeyPoints, int gridRows, int gridCols ) : System | ||
detector | IKeyPointDetector | Detector that will be adapted |
maxTotalKeyPoints | int | Maximum count of keypoints detected on the image. Only the strongest keypoints |
gridRows | int | Grid rows count |
gridCols | int | Grid column count |
return | System |