HMRF-EM-image
HMRF-EM-image
Overview
In this project, we study the hidden Markov random field (HMRF) model and its expectation-maximization (EM) algorithm. We implement a MATLAB toolbox named HMRF-EM-image
for 2D image segmentation using the HMRF-EM framework. This toolbox also implements edge-prior-preserving image segmentation, and can be easily reconfigured for other problems, such as 3D image segmentation.
Document: https://arxiv.org/pdf/1207.3510.pdf
This library is also available at:
Citations
If you use this library, please cite:
@article{wang2012hmrf,
title={HMRF-EM-image: implementation of the hidden markov random field model and its expectation-maximization algorithm},
author={Wang, Quan},
journal={arXiv preprint arXiv:1207.3510},
year={2012}
}
Cita come
Quan Wang (2024). HMRF-EM-image (https://github.com/wq2012/HMRF-EM-image/releases/tag/v2.1), GitHub. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
code
Versione | Pubblicato | Note della release | |
---|---|---|---|
2.1 | See release notes for this release on GitHub: https://github.com/wq2012/HMRF-EM-image/releases/tag/v2.1 |
||
1.8.0.0 | Add link to document. |
||
1.7.0.0 | Rewrote several minor parts in C++. |
||
1.6.0.0 | Minor bugs have been fixed. |
||
1.0.0.0 |