Property | Type | Description |
---|
Method | Description | |
---|---|---|
FastDetector ( int threshold, bool nonmaxSupression ) : System |
Create a fast detector with the specific parameters
|
Method | Description | |
---|---|---|
DisposeObject ( ) : void |
Release the unmanaged memory associated with this detector.
|
public FastDetector ( int threshold, bool nonmaxSupression ) : System | ||
threshold | int | Threshold on difference between intensity of center pixel and pixels on circle around /// this pixel. Use 10 for default. |
nonmaxSupression | bool | Specifiy if non-maximum supression should be used. Use true for default. |
return | System |