descriptorType property

AKAZEDescriptorType get descriptorType

Implementation

AKAZEDescriptorType get descriptorType =>
    AKAZEDescriptorType.fromValue(cfeatures2d.cv_AKAZE_getDescriptorType(ref));
set descriptorType (AKAZEDescriptorType value)

Implementation

set descriptorType(AKAZEDescriptorType value) => cfeatures2d.cv_AKAZE_setDescriptorType(ref, value.value);