필터 지우기
필터 지우기

Does the radon and iradon built in functions use the center as the reference for the projections?

조회 수: 2 (최근 30일)
For example in this image how can iradon function differentiate between P0(0)=3 and P0(1)=7 since both projections are taken horizontally?

채택된 답변

Image Analyst
Image Analyst 2023년 4월 3일
No it doesn't use the center. It's as if you had a whole army of those rays, all parallel to each other. The arrowheads land on a 1-D array. So essentially each pixel in the array is the sum of all pixel values along the ray perpendicular to that point in the array that passes through your "body".
The "3" and "7" rays are different because they each passed though a different "path" through the body and ended up on a different pixel in the 1-D array.
Real CT instruments no longer pass a 1-D set of rays through the body. They pass a 2-D set of rays through, like a pyramidal cone, so the radon transform (the projection) is also a 2-D image.
  댓글 수: 4
oumi k
oumi k 2023년 4월 3일
Reagrding the distance, what distance exactly? What is the start and end point for the distance ?

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Walter Roberson
Walter Roberson 2023년 4월 2일
No, the center is not used; see the algorithm at https://www.mathworks.com/help/images/ref/radon.html#f6-466342 which has a diagram.

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by