compSPI / simSPI

Generative Models
9 stars 10 forks source link

Implement a tomographic backprojection module #111

Open fredericpoitevin opened 2 years ago

fredericpoitevin commented 2 years ago

What?

Forward model: Given a volume V and N simulation_parameters, use the linear simulator to simulate images: X = simulate(V, simulation_parameters)

Backprojection: Given images {X} and simulation_parameters, reconstruct the starting volume: V = \sum_i back_project(X[i], simulation_parameters[i]).

Why?

Where?

How?

TBD