Soft thresholding for image segmentation
FTH is a fuzzy thresholding method for image segmentation. The method is based on relating each pixel in the image to the different regions via a membership function, rather than through hard decisions. The membership function of each of the regions is derived from a fuzzy c-means centroid search. As a consequence, each pixel will belong to different regions with a different level of membership. This feature is exploited through spatial processing to make the thresholding robust to noisy environments.
Method proposed in:
Aja-Fernández, S., A. Hernán Curiale, and G. Vegas-Sánchez-Ferrero, "A local fuzzy thresholding methodology for multiregion image segmentation", Knowledge-Based Systems, vol. 83, pp. 1-12, 07/2015.
URL http://www.sciencedirect.com/science/article/pii/S095070511500129X
DOI 10.1016/j.knosys.2015.02.029
This new version is highly improved.
New Version, 4.0
引用格式
SANTIAGO AJA-FERNANDEZ (2024). Soft thresholding for image segmentation (https://www.mathworks.com/matlabcentral/fileexchange/36918-soft-thresholding-for-image-segmentation), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
- Image Processing and Computer Vision > Image Processing Toolbox > Image Segmentation and Analysis > Image Segmentation > Image Thresholding >
标签
致谢
参考作品: elmat+ 2.2
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!fth/fth/
版本 | 已发布 | 发行说明 | |
---|---|---|---|
4.0.0.0 | Reference to the published paper added. |
||
1.6.0.0 | - The centroids are now searched by a fuzzy c-means.
|
||
1.5.0.0 | Small change to correct a bug in 3D |
||
1.4.0.0 | A bug in shiftmat is corrected |
||
1.3.0.0 | Version 3: It admits 3D data and rgb images. It has no limit of number of output sets. Some minor bugs were corrected |
||
1.2.0.0 | Bug corrected for more than 5 maxima in smoothed histogram |
||
1.0.0.0 |