Python Package to calculate image resolution using decorrelation analysis
pip install https://github.com/casus/pyres.git
Clone the repository and run the following commands
git clone https://github.com/casus/pyres.git
cd examples
python main_imageDecorr.py
Please check for the updated version of the package before using it. The package is still under development and the API might change in the future.
This is a python package to calculate the resolution of an image using decorrelation analysis. The package is based on the paper at https://www.nature.com/articles/s41592-019-0515-7 and the code is based on the MATLAB implementation of the paper by https://github.com/Ades91/ImDecorr