eguomin / microImageLib

A collection of 3D image processing functions and applications with GPU implementation
13 stars 5 forks source link

Wiener-Butterworth Back Projector #1

Open bnorthan opened 4 years ago

bnorthan commented 4 years ago

I could get the code running in “RIchardson Lucy” mode, but I didn’t see that there is code to create the alternative back projectors (like Wiener-Butterworth). Looks like there is an option to pass in a pre-calculated alternative back projector, but not to create it. Is that correct? Is the code to create the back projector available anywhere?

bnorthan commented 4 years ago

I see now that the MATLAB code for the Wiener Butterworth filter is in your other repository https://github.com/eguomin/regDeconProject

Will there be a c++ version coming soon?