markerSize property

int get markerSize

Implementation

int get markerSize => ccontrib.cv_aruco_Dictionary_get_markerSize(ref);
set markerSize (int value)

Implementation

set markerSize(int value) => ccontrib.cv_aruco_Dictionary_set_markerSize(ref, value);