Ask Your Question

JackInaBox's profile - activity

2019-07-31 14:32:35 -0600 commented answer Inconsistent Disparity Map Coloration Between Frames.

@opalmirror After sitting on this question for a while I have decided to move forward and take your answer. Thank you si

2019-07-31 14:13:07 -0600 commented answer Inconsistent Disparity Map Coloration Between Frames.

@opalmirror After sitting on this question for a while I have decided to move forward and take take your answer. Thank y

2019-07-31 14:09:01 -0600 marked best answer Inconsistent Disparity Map Coloration Between Frames.

Hi,

I'm running into a bit of trouble with depth maps computation. I'm taking live feed from a set of stereo cameras and computing disparity maps in real time. But somehow the computed values for each pixel (or block of pixels, for that matter) seems to be shifting constantly between frames, which resulted very inconsistent depth estimation across frames.

For my process, first I have performed stereo calibration on the cameras (with an error around 0.57), then using calibration result, I have managed to rectify stereo images successfully. The rectified images are then fed through a stereoBM object (and a stereo matcher) for disparity map generation, and the result is then smoothed out with a weighted least square filter.

I have attached a gif demonstrating the issue: https://i.imgur.com/yi87y2G.mp4

I am still very new to this field and would appreciate any pointers. Also if I have used any incorrect terms, or have failed to provide sufficient explanations, please feel free to correct me.

2019-07-31 14:09:01 -0600 received badge  Scholar (source)
2019-07-25 20:37:59 -0600 commented answer Inconsistent Disparity Map Coloration Between Frames.

@opalmirror thank you for the thoughtful reply. It's definitely a good knowledge gain for me and it will take me a while

2019-07-23 20:24:29 -0600 received badge  Supporter (source)
2019-07-22 14:13:09 -0600 received badge  Nice Question (source)
2019-07-22 10:54:45 -0600 commented question Inconsistent Disparity Map Coloration Between Frames.

@sjhalayka interesting. Can you elaborate?

2019-07-21 03:13:21 -0600 received badge  Student (source)
2019-07-20 20:16:17 -0600 asked a question Inconsistent Disparity Map Coloration Between Frames.

Inconsistent Disparity Map Coloration Between Frames. Hi, I'm running into a bit of trouble with depth maps computation