Open GoogleCodeExporter opened 9 years ago
Alising still occurs in reconstructed image in revision 83.
Here's the steps to reproduce the result:
1) download ver8.zip
http://code.google.com/p/centralslice/downloads/detail?name=ver8.zip
2) Make the following settings in file 'start_simulation.m'
{{{
shape = 'Modified Shepp-Logan'
N_image = 231
N_theta = 180
SNR = 0
interp_m = 'nearest'
}}}
3) Open file "start_simulation.m" and run in Matlab
4) Look at the figure titled "Reconstructed Image"
How should I reduce the artefacts in the image?
Original comment by antony.s...@gmail.com
on 6 Mar 2011 at 4:56
Attachments:
Hey, I followed Lewis' reference to reduce artefacts by oversampling. Please
refer to revision 92 for my modification to the code.
To try this method, please download the attached zip file and extract all files.
Open "start_simulation.m" in Matlab, change the value of "oversampling_ratio"
and run the script. You will need to wait for a considerably long time (>3
minutes) and then look for "Reconstructed_Image.png" in the same folder.
This method is very good and it reveals a hidden problem in interpolation!
I will file an separate issue to describe the bug in detail.
Original comment by antony.s...@gmail.com
on 6 Mar 2011 at 9:29
Attachments:
Original issue reported on code.google.com by
antony.s...@gmail.com
on 26 Feb 2011 at 10:02