利用 k-均值的昆虫图像分割我要分享

Insect segmentation using k-means

matlab 分割 图像 利用 均值 昆虫

关注次数: 188

下载次数: 0

文件大小: 451.76 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:在此代码中,还有一个 RGB 图像和图像中有一些昆虫。目的是要分割的昆虫。由于该图像是彩色,k-均值聚类使用基于 L * * 使用 b * 颜色空间和 5 大类群。由于这种昆虫是红色的带有红色波段的最大 chorom 群集一直被看作昆虫群集。一些形态学算子应用于取得更好的结果。


English Description:

In this code, there is a RGB image and there are some insects in the image. The aim is to segment the insects. As the image is color, k-means clustering is used based on L*a*b* color space and 5 clusters are used. Since the insects are red, the cluster with maximum chorom in red band has been considered as insects cluster. Some morphological operators are applied to achieved better result.


代码预览