smallerBlockSize property

int get smallerBlockSize

Implementation

int get smallerBlockSize => ccalib3d.cv_StereoBM_getSmallerBlockSize(ref);
set smallerBlockSize (int val)

Implementation

set smallerBlockSize(int val) => ccalib3d.cv_StereoBM_setSmallerBlockSize(ref, val);