MATLAB File Help: cv.AKAZE/descriptorSize Index
cv.AKAZE/descriptorSize

Returns the descriptor size in floats/bytes

sz = obj.descriptorSize()

Output

64 when cv.AKAZE.DescriptorType is 'KAZE' or 'KAZEUpright', otherwise for 'MLDB' and 'MLDBUpright' the size depends on cv.AKAZE.DescriptorSize and cv.AKAZE.DescriptorChannels.

See also
Method Details
Access public
Sealed false
Static false