function recon = reconstruction(T,f,disp_map) % 3D stereo reconstruction with known camera parameters. recon = disp_map.^-1*f*T;