Ok, well what I’m currently working on is how do I recreate images effectively from acquired data. Say I have a lot of images taken of a person. I want to create a new image to fill a gap in these images, what do I do? This is generally called interpolation, or creating something between existing somethings. In this case, I would remove one of the existing images, create an interpolated image in its place, and compare the resulting error with different interpolation techniques.
Comments