cuda::StereoBM parameters explanation
I am trying to use the cuda::StereoBM to perform GPU matching. But the documentation doesn't give information about what the parameters mean and which all parameters are available for cuda::StereoBM.
Any documentation which is available that resolves this? I want to modify the parameters to get better disparity maps but without documentation, I do not know which parameters to modify or which ones are available for cuda::StereoBM.
btw, please use latest docs
I am using that. But not all parameters mentioned in that are working. I just added the cases to increase pre filter cap, pre filter size etc. Didn't change anything in the image. I am not sure where to find documentation for what each parameter is and what it does.