Ask Your Question

Revision history [back]

Looking at the code, it appears the CUDA implementation only supports a default minimum disparity setting, 0.

Any value passed to the setMinDisparity function is not honored (discarded). See modules/cudastereo/src/stereobm.cpp:

void setMinDisparity(int /*minDisparity*/) {}