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}
}
Cite As
Quan Wang (2024). HMRF-EM-image (https://github.com/wq2012/HMRF-EM-image/releases/tag/v2.1), GitHub. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
code
Version | Published | Release Notes | |
---|---|---|---|
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 |