zhiyuns / AFCM

Official PyTroch implementation of the MICCAI 2023 paper "Alias-Free Co-Modulated Network for Cross-Modality Synthesis and Super-Resolution of MR Images"
11 stars 2 forks source link

How to simulate low resolution MRI #3

Closed pyzheng01 closed 1 month ago

pyzheng01 commented 5 months ago

Thank you very much for your work, could you please explain in detail how to simulate low resolution MRI?

zhiyuns commented 1 month ago

Sorry for the late response, as we are preparing for the journal version of this repository. We use the Gaussian filter (implemented by a 1D convolution with predefined blurring kernel) to smooth the HR image followed by downsampling. The FWHM of Gaussian filter is calculated based on the downsampling factor. For the construction of blurring kernel and determination of FWHM, please refer to smore for more details.