This is an archive of the old MediaWiki-based ImageJ wiki. The current website can be found at imagej.net.
Bleach Correction
CorrectBleach | |
---|---|
Project | Fiji |
URL | https://imagej.net/Bleach_Correction |
Source | on GitHub |
License | GPLv3 |
Release | 2.0.2 |
Date | Sat Apr 29 22:37:05 CDT 2017 |
Development status | Stable |
Support status | Active |
Team | |
Founders | Kota Miura, Johannes Schindelin |
Leads | Kota Miura |
Developers | - |
Debuggers | Kota Miura |
Reviewers | Kota Miura |
Support | Kota Miura |
Maintainers | Curtis Rueden |
Contributors | Johannes Schindelin, Jens Rietdorf, Mark Hiner |
The plugin was made available by Kota Miura and Jens Rietdorf and the full documentation is available at EMBL's site.
This plugin contains three different methods for correcting the intensity decay due to photobleaching. They all work with either 2D or 3D time series. In case of 3D time series, image properties should be appropriately set. If you are not sure, check your image header by [Image → Properties].
- Simple Ratio Method:
- Plugin version of Jens Rietdorf's macro, extended further with 3D time series
- Exponential Fitting Method:
- Similar to the description on the T-functions page. Additionally, this plugin also works with 3D time series.
- MBF ImageJ suggests to use “Exponential” equation for fitting, whereas this plugin uses “Exponential with Offset”
- Histogram Matching Method:
- A brand-new method for bleach correction.
- This algorithm first samples the histogram of initial frame, and for the successive frames, histograms are matched to the first frame. This avoids the increase in noise in the latter part of the sequence which is a problem in the above two methods.
- This method does much better restoration of bleaching sequence for segmentation but not appropriate for intensity quantification.
- See the blog entry, a bit more detail on this issue