cuda::StereoBM parameters explanation

asked 2017-06-25 03:27:38 -0600

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.

I coud only find this so far StereoBM and opencv
Thanks!

edit retag flag offensive close merge delete

Comments

btw, please use latest docs

berak gravatar imageberak ( 2017-06-25 03:56:32 -0600 )edit

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.

ashwath1993 gravatar imageashwath1993 ( 2017-07-03 04:51:07 -0600 )edit