You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing using this amazing software for the deconvolution of light-sheet microscope images. Recently, a paper is published in this regard. I managed to port the PSF generation part from Matlab to python. However, porting the deconvolution method to python will be very GPU inefficient if it is done on the python side and using CPU. (Since the image stack should be moved to GPU memory and back to CPU memory several times).
The deconvolution function has a damping component to allow the deconvolution of low-resolution images.
The damping parameter is a ratio between 0 and 1. I was wondering will you be able to implement this with Cuda directly and make it available in both cudaDecon and pycudaDecon?
The text was updated successfully, but these errors were encountered:
Hi,
I am testing using this amazing software for the deconvolution of light-sheet microscope images. Recently, a paper is published in this regard. I managed to port the PSF generation part from Matlab to python. However, porting the deconvolution method to python will be very GPU inefficient if it is done on the python side and using CPU. (Since the image stack should be moved to GPU memory and back to CPU memory several times).
The deconvolution function has a damping component to allow the deconvolution of low-resolution images.
The damping parameter is a ratio between 0 and 1. I was wondering will you be able to implement this with Cuda directly and make it available in both cudaDecon and pycudaDecon?
The text was updated successfully, but these errors were encountered: