You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have two sets of images: One at a high resolution and one at a low resolution. I want both sets of images to be at the same resolution and, to do so, I need to downsample the high resolution image with a PSF. The result should be a blurred image that is "zoomed-out" so that the high resolution image looks like the low resolution image. Can your code do this? If not, can you suggest a resource I could use (paper/code) to achieve this result?
The text was updated successfully, but these errors were encountered:
I think you want to do this in two steps. First, convolve the high-resolution image by a kernel that will take the high-resolution PSF to the low-resolution PSF. Next, resample the high-resolution image to the pixel grid of the low-resolution image.
Hello, I have two sets of images: One at a high resolution and one at a low resolution. I want both sets of images to be at the same resolution and, to do so, I need to downsample the high resolution image with a PSF. The result should be a blurred image that is "zoomed-out" so that the high resolution image looks like the low resolution image. Can your code do this? If not, can you suggest a resource I could use (paper/code) to achieve this result?
The text was updated successfully, but these errors were encountered: