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.
1 | initial version |
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.