Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LR image #4

Open
johnnylili opened this issue Jan 20, 2019 · 7 comments
Open

LR image #4

johnnylili opened this issue Jan 20, 2019 · 7 comments

Comments

@johnnylili
Copy link

How do low-resolution images are simulated from high-resolution images? Is it using cubic interpolation?

@vagomundo21
Copy link

It uses FFT and IFFT.

@johnnylili
Copy link
Author

The super-resolution scale in this article is in three dimensions or two dimensions. Can the Fourier transform reduce the resolution simultaneously in three dimensions

@vagomundo21
Copy link

Yes, it can reduce in 3 dimensions. I've implemented it.

@johnnylili
Copy link
Author

Can you show me this part of the code? Many of the documents I have seen are only degrading the resolution by zeroing the outer part of the 3D k-space along two axes representing two MR phase encoding directions.

@vagomundo21
Copy link

Here. Let me know if there is a better method.

@johnnylili
Copy link
Author

I looked at your method and it seems to be truncated in both phase encoding directions.
imgfft = imgfft [:, y_center-x: y_center + x, z_center-x: z_center + x] .
This code should be used for K-space truncation. I want to know whether it can be truncated in all three dimensions.

@johnnylili
Copy link
Author

zeroing the outer part of the 3D k-space along two axes representing two MR phase encoding directions, then inverse Fourier transform will be better. The resulting image will be the same size as the hr image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants