Pystack3D: A Python package for fast image stack correction
Project description
Introduction
PyStack3D is a package dedicated to images correction intended -for instance- to FIB-SEM stack images postprocessing before image segmentation.
The pystack3d
workflow includes the following process steps which can be activated or not and executed in any order:
-
cropping
to reduce the image field of view to a ROI (Region Of Interest) -
background removal
to reduce from polynomial approximations artefacts issued for instance from shadowing, charging, ... -
intensity rescaling
to homogenize the 'gray' intensity distribution between successive frames/slices -
registration
to correct the images misalignment due to shifting, drift, rotation, ... during the images acquisition -
destriping
to minimize artefacts like stripes that can appear in some image acquisition technics -
resampling
to correct non uniform spatial steps
An additional step named cropping_final
can be used to eliminate artefacts produced near the edges during the image processing or to select another ROI at the end.
a) Synthetic case illustrating the defects to be removed by PyStack3D. b) Corrected stack. c) Ground truth.
Illustration of a FIB-SEM image correction using some of the PyStack3D process steps.
Installation
pip install pystack3d
Tests and examples execution
For tests and examples execution, the full pystack3d
project has to be installed via git
:
git clone https://github.com/CEA-MetroCarac/pystack3d.git
cd [path_to_your_pystack3d_project]
Once the project has been cloned, the python environment has to be created and completed with the pytest
package (for testing):
pip install poetry
poetry install
pip install pytest
Then the tests and the examples can be executed as follows:
pytest
cd examples
python ex_synthetic_stack.py
python ex_real_stack.py
Acknowledgements
This work, carried out on the CEA - Platform for Nanocharacterisation (PFNC), was supported by the “Recherche Technologique de Base” program of the French National Research Agency (ANR).
Citations
In case you use the results of this code in an article, please cite:
- Quéméré P., David T. (2024). PyStack3D: A Python package for fast image stack correction. Journal of Open Source Software. (submitted)
additional citations for the destriping:
-
Pavy K., Quéméré P. (2024). Pyvsnr 2.0.0. Zenodo. https://doi.org/10.5281/zenodo.10623640
-
Fehrenbach J., Weiss P., Lorenzo C. (2012). Variational algorithms to remove stationary noise: applications to microscopy imaging. IEEE Transactions on Image Processing 21.10 (2012): 4420-4430.
additional citation for the registration:
- Thévenaz P., Ruttimann U.E., Unser M. (1998), A Pyramid Approach to Subpixel Registration Based on Intensity, IEEE Transactions on Image Processing, vol. 7, no. 1, pp. 27-41, January 1998
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pystack3d-2024.1.tar.gz
.
File metadata
- Download URL: pystack3d-2024.1.tar.gz
- Upload date:
- Size: 43.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 392a3e3103b626a5688d9e5d2b44a3780211831b63ed960027ba4582ce51ebb8 |
|
MD5 | e53e7490299f902327d465d02be1810f |
|
BLAKE2b-256 | 0b1a924b00fcb539dc2440cfd24558392f2b6752a112bf911cdde9c5e99fb333 |
Provenance
File details
Details for the file pystack3d-2024.1-py3-none-any.whl
.
File metadata
- Download URL: pystack3d-2024.1-py3-none-any.whl
- Upload date:
- Size: 50.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34f9317759009b16b087213156b3f6b6c0fc6233a83211aaeaf38267c9ae6f48 |
|
MD5 | 674a0b30ca0087946c9c744f76e57e41 |
|
BLAKE2b-256 | 277b8105fa7b97a69cf82e7edd4f017040ab8c42c1503989cc6a5a8b222860fd |