perspectiveRemovePixelPerCell property
int
get
perspectiveRemovePixelPerCell
Implementation
int get perspectiveRemovePixelPerCell =>
ccontrib.cv_aruco_detectorParameters_get_perspectiveRemovePixelPerCell(ref);
set
perspectiveRemovePixelPerCell
(int value)
Implementation
set perspectiveRemovePixelPerCell(int value) =>
ccontrib.cv_aruco_detectorParameters_set_perspectiveRemovePixelPerCell(ref, value);