maxPoints property

int get maxPoints

Implementation

int get maxPoints => cfeatures2d.cv_AKAZE_getMaxPoints(ref);
set maxPoints (int value)

Implementation

set maxPoints(int value) => cfeatures2d.cv_AKAZE_setMaxPoints(ref, value);