Output size of inverse Radon Transform
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi, I am trying to use the concept of radon transform technique. My input image is of size 832 X 128. I am able to do the radon transform, but while reconstructing, my output image is of size 832 X 832(since I used output_size = max(size(input_image))). But I want my output image to be of same size like my input(i.e. 832 X 128).
I tried different ways in order to make my output look like 832 X 128, but failed. The thing is that, in this technique, output_size parameter is a scalar(can take only single value). And so I am getting my output data as a square matrix.
What can I do in order to get output as 832 X 128?.
Thanks for your help..
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!