nOctaveLayers property

int get nOctaveLayers

Implementation

int get nOctaveLayers => cfeatures2d.cv_AKAZE_getNOctaveLayers(ref);
set nOctaveLayers (int value)

Implementation

set nOctaveLayers(int value) => cfeatures2d.cv_AKAZE_setNOctaveLayers(ref, value);