How to set other parameters in StereoBM

asked 2015-09-04 19:16:39 -0600

Kristian Zarn gravatar image

I noticed that in mexopencv object StereoBM lacks many parameters that can be set in openCV. I find that weird, because in the related StereoSGBM you can set all the parameters.

Links for comparison:
BM: https://kyamagu.github.io/mexopencv/m...
SGBM: https://kyamagu.github.io/mexopencv/m...

I also checked the source code for StereoBM.m (link: https://github.com/kyamagu/mexopencv/...) and parameters like "SpeckleRange", "SpeckleWindowSize" are listed there, but i don't know how to use them.

So what I'm asking is if there is any way that i can set parameters (like "UniquenessRatio" "SpeckleRange" "SpeckleWindowSize" and so on) of object StereoBM using mexopencv?

edit retag flag offensive close merge delete

Comments

since this is a 3rd party effort, you might want to make an issue there ?

(also, just saying, since opencv3 we got our own matlab bindings...)

berak gravatar imageberak ( 2015-09-05 00:14:12 -0600 )edit