登录
首页 » matlab » 利用聚类技术实现纹理分割

利用聚类技术实现纹理分割

于 2020-12-06 发布
0 164
下载积分: 1 下载次数: 7

代码说明:

说明:  a)针对合成纹理图像(共有4 个合成纹理图像,见文件夹: Texture_mosaic_data)中每一个像素提取纹理特征向量; b)利用聚类技术(推荐用k‐均值聚类,可以从网上查找原码)对特征向 量空间中的点进行聚类,类别数可根据图像中的实际纹理类数确定。最后把类 属标签映射成图像形式显示(如下图,其中b、d、f、h 为相应的基准分割图像)。(A) for synthetic texture images (there are 4 synthetic texture images in total, see the folder: Texture feature vector is extracted from every pixel in texture; B) use clustering technology (K-means clustering is recommended, and the original code can be found on the Internet) to search the feature direction The number of categories can be determined according to the actual number of texture classes in the image. Last class The generic label is mapped to an image (as shown in the figure below, where B, D, F, h are the corresponding reference segmentation images).)

文件列表:

孔垂涵_19121723_W2\get_texture_features.m, 685 , 2019-12-03
孔垂涵_19121723_W2\main.asv, 633 , 2019-12-03
孔垂涵_19121723_W2\main.m, 633 , 2019-12-03
孔垂涵_19121723_W2\result\1.png, 1902 , 2019-12-03
孔垂涵_19121723_W2\result\2.png, 812 , 2019-12-03
孔垂涵_19121723_W2\result\3.png, 1623 , 2019-12-03
孔垂涵_19121723_W2\result\4.png, 1783 , 2019-12-03
孔垂涵_19121723_W2\Texture_mosaic__data\Texture_mosaic_1.jpg, 49708 , 2012-11-28
孔垂涵_19121723_W2\Texture_mosaic__data\Texture_mosaic_2.jpg, 43587 , 2012-11-28
孔垂涵_19121723_W2\Texture_mosaic__data\Texture_mosaic_3.jpg, 41155 , 2012-11-28
孔垂涵_19121723_W2\Texture_mosaic__data\Texture_mosaic_4.jpg, 47552 , 2012-11-28
孔垂涵_19121723_W2\孔垂涵-19121723-W2.pdf, 751314 , 2019-12-03
孔垂涵_19121723_W2\result, 0 , 2019-12-03
孔垂涵_19121723_W2\Texture_mosaic__data, 0 , 2019-12-03
孔垂涵_19121723_W2, 0 , 2019-12-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • PlateIdentify
    该源程序构建了车牌识别系统,里面包含相应的模板,可以直接运行(The source code license plate recognition system was constructed, which contains the appropriate template, you can directly run)
    2015-12-15 17:08:30下载
    积分:1
  • jquery.easing.1.3
    jquery.easing.js 1.3 是一个配合jquery实现完美动画效果的扩展插件,比如我们在使用jquery制作一幅图片滚动或图片渐变,使用本插件可扩展或增强jquery性能,生成完美无缺兼容性更好的jquery动画来,它不仅可以用于图像特效,像一些基础的层操作也可以使用。(jquery.easing.js 1.3 is a perfect fit jquery animated extensions, such as we use jquery make a picture or a picture scroll gradient, using this plugin jquery enhanced scalability or performance, generate flawless compatibility and better jquery animation, which not only can be used for image effects, like some basic layer operations can also be used.)
    2014-12-03 17:35:25下载
    积分:1
  • FlashIcon
    漂亮的图标程序源代码(beautiful icon source code)
    2004-09-24 19:23:53下载
    积分:1
  • zishiyingyuzhi
    自适应阈值分割代码,比较完整。C++builder编写,可运行/()
    2020-12-05 18:19:24下载
    积分:1
  • denoise
    采用自适应非局部降噪的算法对图像进行去噪处理,能够实现不同算法的降噪处理(Using adaptive non-local denoising algorithm to denoise image can achieve denoising processing of different algorithms.)
    2019-06-06 20:16:16下载
    积分:1
  • wr_bmp_demo
    数字图象处理算法的演示,包括:图象的DFT和逆DFT,图象的FFT和逆FFT,在图象中加入正弦噪声,图象的模板运算实现图象平滑和锐化等等。(digital image processing algorithms demo, including : Image DFT and inverse DFT, FFT image and inverse FFT, in the image by adding sinusoidal noise, the template image Operational Image sharpening and smoothing and so on.)
    2005-05-11 16:35:50下载
    积分:1
  • 像相似度计算方法集
    说明:  这个文件中包含了三种图像相似度的计算方法,分别是灰度分布计算方法、颜色分布直方图计算方法、还有结构相似度SSIM计算方法。(This file contains three image similarity calculation methods, namely, gray distribution calculation method, color distribution histogram calculation method, and structure similarity SSIM calculation method.)
    2020-05-19 18:14:28下载
    积分:1
  • mmdetection-master
    基于mmdetection框架的深度学习目标检测框架(deep learning object detection based on mmdetection)
    2020-06-19 22:20:02下载
    积分:1
  • BMP_JPEG
    BMP和JPEG数据格式的图片读取与写入操作,有完整的代码(BMP and JPEG data format images read and write operations, complete code)
    2012-12-23 18:10:05下载
    积分:1
  • 魏格纳
    Cohen类时频方法采用不同的核函数来抑制交叉项,本质上是在模糊域对信号进行低通滤波,其中典型的方法有Choi-Williams 分布和Cone-shaped 分布等。(The Cohen time frequency method uses different kernel functions to suppress the cross term, which is essentially a low pass filter for the signal in the fuzzy domain. The typical methods are Choi-Williams distribution and Cone-shaped distribution.)
    2018-05-17 15:13:03下载
    积分:1
  • 696518资源总数
  • 105102会员总数
  • 21今日下载