Simple Image Thresholding
This method first estimates a cutoff, then calculates the distribution of pixels within the cutoff in order to determine the final threshold.
I have found this method to work quite well for fluorescence microscopy images in which most of the pixels are background and the background is approximately gaussian.
There are a couple parameters than can be used to tune the threshold.
Zitieren als
Jake Hughey (2025). Simple Image Thresholding (https://de.mathworks.com/matlabcentral/fileexchange/44291-simple-image-thresholding), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- Image Processing and Computer Vision > Image Processing Toolbox > Image Segmentation and Analysis > Image Segmentation > Image Thresholding >
Tags
Quellenangaben
Inspiriert von: Ridler-Calvard image thresholding
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.3.0.0 | Slight refinement to only use pixels below the cutoff for calculating the threshold. |
||
| 1.2.0.0 | Updated the description. |
||
| 1.1.0.0 | Fixed bug caused by mode not accepting integers. |
