Ask Your Question

bo2krocketman's profile - activity

2020-07-16 08:03:00 -0600 received badge  Notable Question (source)
2016-03-23 01:53:57 -0600 received badge  Popular Question (source)
2012-08-29 08:48:25 -0600 commented answer Disparity Map Quality using Graph Cuts

Whoops,I meant to say that graph cut isn't in the C++ API.

2012-08-29 03:52:50 -0600 commented answer Disparity Map Quality using Graph Cuts

I don't think it's in the C++ API, at least not that I've seen.

2012-08-29 02:07:50 -0600 asked a question Disparity Map Quality using Graph Cuts

I've written a piece of software using FindStereoCorrespondenceGC, and while it's generating great disparity maps (in terms of object boundaries), the actual depth quality is mediocre. It's basically put every object onto a 2.5D plane.

The images have all been pre-rectified, although not using openCV. The camera is a Pt. Grey Bumblebee, so I used the Triclops rectification functions.

I was wondering if there's any way to improve the disparity map quality with graph cuts, or do I need to start using a hybrid method.