Property | Type | Description |
---|
Method | Description | |
---|---|---|
Create ( OpenCvSharp descriptorType = OpenCvSharp.AKAZEDescriptorType.MLDB, int descriptorSize, int descriptorChannels = 3, float threshold = 0.001f, int nOctaves = 4, int nOctaveLayers = 4, KAZEDiffusivity diffusivity = KAZEDiffusivity.DiffPmG2 ) : |
The AKAZE constructor
|
Method | Description | |
---|---|---|
AKAZE ( |
|
|
Dispose ( bool disposing ) : void |
Releases the resources
|
public static Create ( OpenCvSharp descriptorType = OpenCvSharp.AKAZEDescriptorType.MLDB, int descriptorSize, int descriptorChannels = 3, float threshold = 0.001f, int nOctaves = 4, int nOctaveLayers = 4, KAZEDiffusivity diffusivity = KAZEDiffusivity.DiffPmG2 ) : |
||
descriptorType | OpenCvSharp | |
descriptorSize | int | |
descriptorChannels | int | |
threshold | float | |
nOctaves | int | |
nOctaveLayers | int | |
diffusivity | KAZEDiffusivity | |
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 |