-
### Description:
When i do radon transform of an image and directly call iradon to do reconstuction, the reconstructed image become blured than the original image, why ?
### Way to reproduce:
```py…
-
Hello. I tried to reconstruct the sinogram matrix I got from resolusion-phantom through tigre algorithms and I am sure that I enter the settings of the parameters correctly, but the reconstructed imag…
-
Within the iradon code, the calls to iradon and radon are using mask=None. I don't understand that. The point of adding the mask argument is to only run computations on a subset of the pixels. Probabl…
-
when I tried to run the file train.py from src file. it says error. Error massage is here:
Traceback (most recent call last):
File "D:\LowDoseCTPytorch-master\LowDoseCTPytorch-master\src\train.py"…
-
@johnnychen94 @timholy I was trying to recreate this with Julia : https://scikit-image.org/docs/dev/auto_examples/transform/plot_radon_transform.html#sphx-glr-auto-examples-transform-plot-radon-transf…
-
hello dear;
when I ran the code, I got this problem .
TypeError Traceback (most recent call last)
/var/folders/04/6zwtc3x93jz3v9tkgfbfsk7c0000gn/T/ipykernel_35174/…
-
skimage.transform.iradon should be very fast, but it spends too much time in the linear interpolation step, in a for loop. On one representative dataset (721 angles, 490 x values), I find iradon tak…
-
hi everyone, I really appreciate your help with my issue:
I'm using the Colab Notebook : https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast_stable_diffusion_AU…
-
### Description:
Hello, I recently encountered the same problem as #6174 , which is that **Why the Ramp filter is multiplied by 2 in iradon transform**. After carefully checking the discussion in #61…
-
## Description
I've looked at PR #3067 and PR #3099 (addressing #2853) and PR #683 and while the first two do fix some issues with the `iradon` function and the last improves feature parity between t…