Can I get the match cost or quality as output from stereo matching

asked 2016-02-28 20:05:27 -0600

gadi gravatar image

I'm using stereo vision with cv::StereoBM to genertae 3D models of moving objects. I'd like to scale the contribution of pixels to my model by the quality of the match. so I need that match quality as output of the algorithm.

edit retag flag offensive close merge delete