MATLAB: I have made center image from left ,right and depth images of center image.but now there are some holes in center image.how to fixed these holes with interpolation

geometric transformationsimage processingImage Processing Toolboxinterpolationwatermarking

i have made center image from left ,right and depth images of center image.but now there are some holes in center image.how to fixed these holes with interpolation

Best Answer

I'm going to assume from these artifacts that you are using a "forward mapping" algorithm to map the input images into the output "center image". If this is the case, you might want to look at using an "inverse mapping" algorithm to form your output resampled image.
Both approaches were discussed on Steve's blog:
Related Question