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

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

于 2020-12-06 发布
0 127
下载积分: 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 个回复

  • 111
    基于SVM与人工神经网络的车牌识别算法,使用了OpenCV的图像处理函数,在VS2013 + OpenCV 2.4.9平台上实现(SVM algorithm based on license plate recognition and artificial neural network, using OpenCV image processing function, implemented on VS2013+ OpenCV 2.4.9 platform)
    2016-03-19 21:10:38下载
    积分:1
  • cdsafsafewf
    求s=a+aa+aaa+aaaa+aa...a的值,求最大公约数和最小公倍数(Seeking s = a+aa+aaa+aaaa+aa ... a value, find the greatest common divisor and least common multiple)
    2016-02-15 23:14:57下载
    积分:1
  • StandardIEButton
    outlook风格的界面例子(Outlook style interface example)
    2004-09-26 07:35:55下载
    积分:1
  • project
    说明:  基于IDL语言,使用珠海一号内蒙古地区样例数据、珠海一号贵阳省高光谱数据、Landsat5济南上下幅TM数据(用于拼接验证),实现文件基本操作、遥感图像预处理、高光谱数据处理、生态评价、最大似然法分类、K-Means分类等遥感图像初步处理功能。(Based on IDL language, using Zhuhai No.1 Inner Mongolia area sample data, Zhuhai No.1 Guiyang province hyperspectral data, landsat5 Jinan upper and lower TM data (for splicing verification), the preliminary processing functions of remote sensing image, such as file basic operation, remote sensing image preprocessing, hyperspectral data processing, ecological evaluation, maximum likelihood classification, K-means classification, etc.)
    2021-03-22 10:49:16下载
    积分:1
  • SSIM
    一个十分有用的SSIM图像评测程序,基于结构的客观评测。(A very useful measure SSIM image procedures, based on the structure of an objective evaluation.)
    2009-03-23 16:18:43下载
    积分:1
  • 00.simulation
    空间光通信中的信标光探测器非均匀性校正,使用matlab进行仿真,得到探测器非均匀性校正前后的光斑位置探测情况(Nonuniformity correction of beacon photodetectors in space optical communication)
    2017-12-17 20:33:13下载
    积分:1
  • MATLABshiyongdaima1
    包括很多实用性的图像处理类源代码 (Including many practical image processing source code。)
    2013-05-10 21:46:25下载
    积分:1
  • findcircle
    简单的Halcon 找圆算法,首先进行圆检测(识别圆、圆拟合),再找出坐标位置(A simple Halcon algorithm for finding circles firstly conducts circle detection (identifying circle and circle fitting), and then finds the coordinate position)
    2020-06-22 03:00:02下载
    积分:1
  • MCTF
    带运动估计的时域滤波,一种基于小波的运动估计方法,可以有效的去除视频流的帧间冗余。与传统的帧参考模式的运动估计相比,没有错误漂移现象。内含编码器和解码器。(Belt Movement estimated time domain filtering, a wavelet-based motion estimation methods, can effectively remove the inter-frame video stream redundancy. With the traditional frame of reference than the motion estimation, no errors drift phenomenon. Intron encoder and decoder.)
    2020-07-23 15:28:46下载
    积分:1
  • Sparse_Lowrank Denoise
    稀疏低秩去噪的MATLAB代码,包括OMP算法与KSVD算法(Sparse low rank denoising MATLAB codes, including OMP algorithm and KSVD algorithm)
    2018-07-01 21:17:14下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载