d3net_depth_estimation
d3net_depth_estimation copied to clipboard
matlab code
In the refoc_image.m, the line 70 Mk=Mk.*(1-conv2(Ad(:,:,k-1),PSF{k-1},'same')), but in your paper, the Mk is from the k + 1 layer to K layer. I wonder why it is different from your paper.