Property | Type | Description |
---|
Method | Description | |
---|---|---|
Create ( bool extended = false, bool upright = false, float threshold = 0.001f, int nOctaves = 4, int nOctaveLayers = 4, KAZEDiffusivity diffusivity = KAZEDiffusivity.DiffPmG2 ) : |
The KAZE constructor
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the resources
|
|
KAZE ( |
|
public static Create ( bool extended = false, bool upright = false, float threshold = 0.001f, int nOctaves = 4, int nOctaveLayers = 4, KAZEDiffusivity diffusivity = KAZEDiffusivity.DiffPmG2 ) : |
||
extended | bool | Set to enable extraction of extended (128-byte) descriptor. |
upright | bool | Set to enable use of upright descriptors (non rotation-invariant). |
threshold | float | Detector response threshold to accept point |
nOctaves | int | Maximum octave evolution of the image |
nOctaveLayers | int | Default number of sublevels per scale level |
diffusivity | KAZEDiffusivity | Diffusivity type. DIFF_PM_G1, DIFF_PM_G2, DIFF_WEICKERT or DIFF_CHARBONNIER |
return |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | /// If disposing equals true, the method has been called directly or indirectly by a user's code. Managed and unmanaged resources can be disposed. /// If false, the method has been called by the runtime from inside the finalizer and you should not reference other objects. Only unmanaged resources can be disposed. /// |
return | void |