textureThreshold property

int get textureThreshold

Implementation

int get textureThreshold => cvg.cv_StereoBM_getTextureThreshold(ref);
set textureThreshold (int val)

Implementation

set textureThreshold(int val) => cvg.cv_StereoBM_setTextureThreshold(ref, val);