AKAZEDescriptorType Enumeration
|
cv::AKAZE descriptor type
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic enum AKAZEDescriptorType
Public Enumeration AKAZEDescriptorType
public enum class AKAZEDescriptorType
OpenCvSharp.AKAZEDescriptorType = function();
OpenCvSharp.AKAZEDescriptorType.createEnum('OpenCvSharp.AKAZEDescriptorType', false);
Members
| Member name | Value | Description |
---|
| KAZEUpright | 2 |
Upright descriptors, not invariant to rotation
|
| KAZE | 3 | |
| MLDBUpright | 4 | |
| MLDB | 5 |
Upright descriptors, not invariant to rotation
|
See Also