Disparity Estimation

asked 2020-05-13 07:31:40 -0600

Hi All,

I have a question regarding disparity estimation for S3D images. I have a large dataset of S3D images and I need to compute their disparity maps. The disparity functions need to specify the disparity interval where to estimate the disparity maps. How can I estimate the disparity interval for each image? I have tried the interval [-imageWidth, imageWidth] but it doesn't work.

Simone

edit retag flag offensive close merge delete

Comments

There are two factors to consider here depending on the constraints of your application.

  1. the farthest distance for which you want to calculate disparity (inversely related to min disparities)
  2. the depth of your volume of interest (related to number of disparities/disparity range).

The math is straightforward, see https://docs.opencv.org/3.4/d9/d0c/gr...

opalmirror gravatar imageopalmirror ( 2020-05-14 11:55:43 -0600 )edit