CT projection (distance-driven) operator implementation?
问题 I am trying to use MATLAB to implement a CT (computed tomography) projection operator, A, which I think is also referred as "system matrix" often times. Basically, for a N x N image M, the projection data, P, can be obtained by multiplication of the project operator to the image: P = AM and the backprojection procedure can be performed by multiplying the (conjugate) transpose of the projection operator to the projection data: M = A'P Anyone has any idea/example/sample code on how to implement