How to use 1D projections to reconstruct an image?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
oumi k
el 28 de Mzo. de 2023
Comentada: oumi k
el 29 de Mzo. de 2023
Assuming I obtain 180 projection data values from the rotation of a source and detector from 0 degrees to 180 degrees, how can I use the 1D projections to reconstruct an image ? At this point I still do not have any code as I can not figure out the geometric aspect of each point along the trajectory of a projection.
0 comentarios
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 29 de Mzo. de 2023
This is essentially what CT does. You need to do filtered back projection. Study up on CT and find out how to use the inverse radon transform and how to filter it.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!