The SR-Wiki Normalization User Interface
SR-Wiki Normalization is an ImageJ/Fiji plugin designed for robust preprocessing of biological microscopy images, with a particular emphasis on low signal-to-noise ratio (low-SNR) fluorescence data.
Microscopy images often suffer from baseline drift, uneven background, hot pixels, and weak structural signals that are easily overwhelmed by noise. Conventional global normalization strategies such as Min-Max or Max normalization implicitly assume stable background and well-behaved intensity distributions, which are rarely satisfied in real experimental conditions.
To address this, SR-Wiki integrates a set of seven normalization and standardization methods within a unified interface, centered around the Adaptive Percentage Normalization (APN) algorithm. The plugin enables both display-oriented enhancement and analysis-oriented standardization, making it suitable for downstream tasks such as unsupervised deep learning denoising, quantitative measurement, and visualization.
- Download the latest
srwiki_normalization-3.0.0.jar - Copy it into:ImageJ/Fiji/plugins/
- Restart ImageJ/Fiji
- Launch via:Plugins > SRWiki > SRWiki Normalization
- Open a grayscale image or stack in ImageJ/Fiji
- Launch the plugin
- Select a normalization or standardization method
- If using Percentile mode, set lower and upper thresholds
- Optionally enable histogram visualization
- Click Run SRWiki
- A processed image or stack will be generated
| Mode | Mathematical Principle | Best Used For |
|---|---|---|
| APN (Adaptive) | Low-SNR microscopy, real biological data | |
| Percentile | Controlled removal of outliers | |
| Min-Max | Clean images with stable intensity range | |
| Max Only | Pre-calibrated data with zero background | |
| Z-Score | Deep learning preprocessing | |
| Mean | Centered normalization for analysis | |
| Vector | Energy normalization / feature comparison |
-
Lower Percentile (%)
-
Default:
1.0 -
Intensities below this value are mapped to 0
-
Upper Percentile (%)
-
Default:
99.8 -
Intensities above this value are mapped to 255
These parameters allow manual control over intensity clipping when automatic methods are not preferred.