用马尔科夫原理分割图像,为图割做准备我要分享

Use Markov principle to segment image, prepare for graph cutting

关注次数: 135

下载次数: 0

文件大小: 1.32 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:根据马尔科夫原理分割灰度图像,预处理时可用k-means处理会灰度不均匀情况,先将图片大致分为两类,再根据贝叶斯定理,先验概率等分割图像,程序可执行。


English Description:

According to the principle of Markov segmentation gray image, preprocessing can use k-means to deal with the uneven gray situation, first the image is roughly divided into two categories, and then according to the Bayes theorem, a priori probability segmentation image, the program can be executed.


代码预览

相关推荐