This repository contains a demonstration of 3D deconvolution using ADMM algorithm.
Run the script of
Main_demo.m
to test the 3D deconvolution using ADMM algorithm.
The first step is to load the data containing the dictionary matrix contining different PSFs at different depthes. In the code the dictionary matrix dimension is 96X96X21, which means it contains 21 different layers. Here we only show 7 different layers in low resolution.
The second step is to load the 2D raw data containing the PSFs at different layers.
The final step is to deconvolve the 2D image using 3D matrix; extracting information from additional dimension.


