Bias Field Corrected Fuzzy C-Means
This function segments (clusters) an image into object classes, and estimates and corrects for slow varying illumination artifacts. Estimates and corrects for bias field in 3D MRI, streak artifacts in CT, and illumination artifacts in color photos.
It's an implementation of the paper of M.N. Ahmed et. al. "A Modified Fuzzy C-Means Algorithm for Bias Field estimation and Segmentation of MRI Data" 2002, IEEE Transactions on medical imaging.
Only difference is added Gaussian regularization to the bias-field, (disable when sigma is set to zero).
See the screenshot.
The code is both available as matlab code and as c-coded mex file for speed.
For a 2D image the mex-file segmentation takes a few seconds, for a 512x512x512 volume it takes up to 1900s
Compile the c-code, and try the examples in the help
Please report bugs, successes and other helpful comment.
Citar como
Dirk-Jan Kroon (2025). Bias Field Corrected Fuzzy C-Means (https://www.mathworks.com/matlabcentral/fileexchange/25712-bias-field-corrected-fuzzy-c-means), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.