I want to implement iradon. Radon image shape is (168,400). But when I implement iradon on it the image shape become (168,168)!!! I want to have an image with (168,400) shape. Where is the problem?
Image = iradon (radon_image, filter_name=None)
I read the instruction on: https://scikit-image.org/docs/stable/api/skimage.transform.html#skimage.transform.iradon ; but I did not understand the problem. I really appreciate if anyone can help me.