登录
首页 » matlab » kfcm

kfcm

于 2012-05-04 发布 文件大小:1352KB
0 94
下载积分: 1 下载次数: 230

代码说明:

  模糊核聚类算法的几篇文章还有其matlab的几个程序(Fuzzy kernel clustering algorithm several articles Matlab program)

文件列表:

模糊核聚类算法的几篇论文及matlab源码
....................................\fuzzykernal
....................................\...........\data.mat,903497,2005-12-05
....................................\...........\datapoint.m,76,2005-09-26
....................................\...........\datapoint.mat,2370,2005-09-26
....................................\...........\data_label.dat,2148,2005-12-05
....................................\...........\distance.m,142,2005-11-30
....................................\...........\EstimateEta.m,240,2005-09-26
....................................\...........\fcm_test.m,700,2005-09-28
....................................\...........\Guiyihua.asv,208,2006-02-21
....................................\...........\InitClusterCenter.m,265,2005-11-30
....................................\...........\initU.m,69,2005-11-30
....................................\...........\kernal.m,505,2005-12-01
....................................\...........\kes.mat,2147,2005-09-26
....................................\...........\kes.txt,2990,2005-09-26
....................................\...........\kfcm.m,544,2005-12-05
....................................\...........\kfcm_old.m,955,2005-12-05
....................................\...........\kfcm_U.mat,241,2009-02-26
....................................\...........\KFKM.m,743,2005-12-01
....................................\...........\kpcm.m,509,2005-09-26
....................................\...........\psedonamino.m,868,2005-12-05
....................................\...........\subcluster.m,334,2005-09-27
....................................\...........\subcluster1.m,425,2005-09-27
....................................\...........\Untitled4.m,29,2005-12-05
....................................\...........\updateU.m,462,2005-12-01
....................................\...........\UpdateU_Eq12.m,172,2005-09-28
....................................\...........\updateU_Eq5.m,320,2005-11-30
....................................\...........\UpdateV.m,325,2005-11-30
....................................\...........\UpdateVi_Eq6.m,388,2005-12-05
....................................\...........\writefile.m,245,2005-12-05
....................................\一种改进的模糊核聚类算法.caj,276109,2009-03-02
....................................\核聚类算法.caj,110928,2009-02-27
....................................\核聚类算法及其在模式识别中的应用.caj,95638,2009-02-27
....................................\模糊核聚类的自适应算法.caj,66176,2009-03-02
....................................\离群模糊核聚类算法.kdh,295505,2009-03-02

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

发表评论

0 个回复

  • JPEGCompression
    说明:  编码: (1)进行颜色转换,将RGB格式转换为YUV格式。 (2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。 (3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。 (4)对变换系数进行量化。 (5)进行Z字形重排 (6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。 解码: (1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。 (2) 进行反Z字型重排 (3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。 (4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。 (5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。 (6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
    2019-02-18 22:58:13下载
    积分:1
  • hucai
    水表图像识别 图像预处理 哈哈就不懂四周(Water Meter Image Recognition)
    2019-06-19 18:27:49下载
    积分:1
  • 2009CVPR-bestpaperPcodes
    2009年CVPR最佳论文(暗通道去雾算法)及其MATLAB代码(The best paper of 2009 CVPR conf.and its corresponding Matlab code. very useful for us.)
    2012-06-13 15:22:15下载
    积分:1
  • 1-s2.0-S003132031000213X-main
    some fast feature extraction algorithms are addressed for joint retrieval of images compressed in JPEG and JPEG2000 formats. In order to avoid full decoding, three fast algorithms that convert block-based discrete cosine transform (BDCT) into wavelet transform are developed, so that wavelet-based features can be extracted from JPEG images as in JPEG2000 images.
    2013-08-05 13:43:39下载
    积分:1
  • ColorHistogramjiansuo
    详细设计了基于颜色直方图的图像检索 效果不错 计算速度快(Detailed design of the color histogram-based image retrieval good results fast calculation)
    2009-11-04 19:55:40下载
    积分:1
  • 多阈值的OTSU算法,用于对的分割
    说明:  多阈值的OTSU算法,用于对图像的分割。matlab语言编写。(Otsu algorithm with multiple thresholds for image segmentation)
    2020-04-08 15:55:15下载
    积分:1
  • EMDN
    一些matla实现的图像处理算法,有emd,和BEMD分解的程序,及图像去噪等算法。(Some matla realize image processing algorithm, emd, and BEMD decomposition process, and image denoising algorithm.)
    2011-06-24 20:21:43下载
    积分:1
  • matlabGrabCutLazySnapping
    说明:  使用LazySnapping算法对GrabCut算法进行改进(There are advanced segmentation algorithms in the literature which extends the concepts of graph cuts. Most prominent of them are Graph cuts and Lazy Snapping. Lazy napping is an interactive image cut out tool. Lazy Snapping separates coarse and fine scale processing, making object specification and detailed adjustment easy.)
    2020-11-26 00:29:32下载
    积分:1
  • 《WebGIS开发-ArcGIS Server与.NET》源码下载
    1AttributeQuery属性查询2BufferAnalysis缓冲区分析3ComExtender使用Com组件扩展GIS服务器4Common_CustomDataSource_CSharp自定义数据源,XML,遥感影像数据5ContextManager通过Context为服务器添加图层,使用Image代替MapControl6ContextMenu右键菜单(全图,输出地图)7CustomRender自定义专题图实现(GDI),非AO8CustomTask自定义任务,ITask,IFloatingPanelTask9CustomTool点、线、面、巨型、多边形、圆查询10DynamicAddResource动态添加本地/远程数据源,通过实例化MapResourceItem11ExportLegend输出图例,使用Image显示12FromControl使用用拖拉控件实现简单的地图浏览13FullSearch查询,全文查询14MapServerBrowserCS端使用AGS地图服务显示地图15NorthAmericaSample模版实例程序16Security移除图层、工具栏项、Task项17SetLayerVisibility控制图层可视性,使用Div代替Toc18SimpleAjaxAJAX原理实例19SpatialQueryCOMCom组件扩展服务器,空间查询20ThemeMap专题图,使用细粒度AO实现21VegSOE服务器对象扩展22webctrl_clientHtc,Web行为文件的使用23WebServiceTestGISWeb服务的使用与创建
    2015-04-01下载
    积分:1
  • mshiftsegandsmooth
    Mean shift algorithm for segmentation and smoothing images. the example images are horses.
    2008-05-03 01:51:28下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载