patchSize property

int get patchSize

Implementation

int get patchSize => cfeatures2d.cv_ORB_getPatchSize(ref);
set patchSize (int value)

Implementation

set patchSize(int value) => cfeatures2d.cv_ORB_setPatchSize(ref, value);