登录
首页 » matlab » Ncut

Ncut

于 2010-11-30 发布 文件大小:1844KB
0 351
下载积分: 1 下载次数: 219

代码说明:

  Ncut的文献及matlab源代码。基于图的分割非常好的一个算法(Ncut literature and matlab source code. Graph-Based Segmentation Algorithm for a very good)

文件列表:

normalized cuts and image segmentation
......................................\NcutImage_7_AMD64
......................................\.................\common_files
......................................\.................\............\a_times_b_cmplx.dll,7114,2010-11-25
......................................\.................\............\a_times_b_cmplx.mexglx,7820,2010-11-25
......................................\.................\............\a_times_b_cmplx.mexmac,13096,2010-11-25
......................................\.................\............\discretisation.m,1251,2010-11-25
......................................\.................\............\discretisationEigenVectorData.asv,202,2010-11-25
......................................\.................\............\discretisationEigenVectorData.m,317,2010-11-25
......................................\.................\............\eigs2.m,37466,2010-11-25
......................................\.................\............\mex_w_times_x_symmetric.dll,9728,2010-11-25
......................................\.................\............\mex_w_times_x_symmetric.mexglx,8713,2010-11-25
......................................\.................\............\mex_w_times_x_symmetric.mexmac,13396,2010-11-25
......................................\.................\............\ncut.asv,2339,2010-11-25
......................................\.................\............\ncut.m,2467,2010-11-25
......................................\.................\............\ncutW.asv,486,2010-11-25
......................................\.................\............\ncutW.m,604,2010-11-25
......................................\.................\............\sparsifyc.dll,8704,2010-11-25
......................................\.................\............\sparsifyc.mexglx,8541,2010-11-25
......................................\.................\............\sparsifyc.mexmac,9004,2010-11-25
......................................\.................\............\spmtimesd.dll,7168,2010-11-25
......................................\.................\............\spmtimesd.mexglx,7285,2010-11-25
......................................\.................\............\spmtimesd.mexmac,8888,2010-11-25
......................................\.................\demoNcutImage.m,1621,2010-11-25
......................................\.................\main.m,309,2010-11-25
......................................\.................\README_NcutImage.txt,1098,2010-11-25
......................................\.................\specific_NcutImage_files
......................................\.................\........................\affinityic.c,5789,2010-11-25
......................................\.................\........................\affinityic.dll,7680,2010-11-25
......................................\.................\........................\affinityic.mexa64,10447,2010-11-25
......................................\.................\........................\affinityic.mexglx,8162,2010-11-25
......................................\.................\........................\affinityic.mexmac,8964,2010-11-25
......................................\.................\........................\a_times_b_cmplx.c,10087,2010-11-25
......................................\.................\........................\a_times_b_cmplx.mexa64,10635,2010-11-25
......................................\.................\........................\cimgnbmap.c,5146,2010-11-25
......................................\.................\........................\cimgnbmap.dll,7168,2010-11-25
......................................\.................\........................\cimgnbmap.mexa64,9919,2010-11-25
......................................\.................\........................\cimgnbmap.mexglx,7801,2010-11-25
......................................\.................\........................\cimgnbmap.mexmac,8960,2010-11-25
......................................\.................\........................\computeEdges.asv,929,2010-11-25
......................................\.................\........................\computeEdges.m,1157,2010-11-25
......................................\.................\........................\computeW.asv,281,2010-11-25
......................................\.................\........................\computeW.m,321,2010-11-25
......................................\.................\........................\doog1.asv,784,2010-11-25
......................................\.................\........................\doog1.m,804,2010-11-25
......................................\.................\........................\doog2.asv,657,2010-11-25
......................................\.................\........................\doog2.m,639,2010-11-25
......................................\.................\........................\fft_filt_2.m,732,2010-11-25
......................................\.................\........................\gaussian.m,775,2010-11-25
......................................\.................\........................\ICgraph.asv,1100,2010-11-25
......................................\.................\........................\ICgraph.m,1110,2010-11-25
......................................\.................\........................\imread_ncut.asv,310,2010-11-25
......................................\.................\........................\imread_ncut.m,309,2010-11-25
......................................\.................\........................\jpg_images



......................................\.................\........................\make_filterbank_even2.m,835,2010-11-25
......................................\.................\........................\make_filterbank_odd2.m,835,2010-11-25
......................................\.................\........................\mex_w_times_x_symmetric.c,1252,2010-11-25
......................................\.................\........................\mex_w_times_x_symmetric.mexa64,11983,2010-11-25
......................................\.................\........................\NcutImage.m,757,2010-11-25
......................................\.................\........................\quadedgep.asv,3655,2010-11-25
......................................\.................\........................\quadedgep.m,3720,2010-11-25
......................................\.................\........................\showmask.m,301,2010-11-25
......................................\.................\........................\sparsifyc.c,7308,2010-11-25
......................................\.................\........................\sparsifyc.mexa64,10979,2010-11-25
......................................\.................\........................\spmtimesd.c,3435,2010-11-25
......................................\.................\........................\spmtimesd.mexa64,9639,2010-11-25
......................................\.................\Version.txt,284,2010-11-25
......................................\normalized cuts and image segmentation.pdf,2882260,2010-11-25

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

发表评论

0 个回复

  • peidui
    *****将picture内的所有文件拷贝到MATLAB7.1软件下的名为word的子文件夹下********** 1.testpipei_1.m文件为基于灰度的模板匹配代码,仅为单独使用,不具有交互性 2.testpipei_2.m文件为基于灰度的快速模板匹配代码,仅为单独使用,不具有交互性 3.three.m为带有界面的演示程序,包含了上述两种算法,在MATLAB7.1中,在命令窗口下输入 edit three (three文件一定要在work文件夹下)回车后就可以进行使用了。 4.testpipei_1.m和testpipei_2.m的函数使用说明详细见各自的文件内 5.testpipei_1.m,testpiei_2.m,getOrder.m,gettezheng.m都为函数文件 three.m和three.fig共同为演示界面文件。 (Using MATLAB to image matching two images)
    2015-11-05 00:20:17下载
    积分:1
  • kmeans
    说明:  图像分割,还可以,kmeans聚类的方法。k-means算法是一种聚类算法,所谓聚类,即根据相似性原则,将具有较高相似度的数据对象划分至同一类簇,将具有较高相异度的数据对象划分至不同类簇。(K-means algorithm is a clustering algorithm. The so-called clustering is to divide data objects with high similarity into the same class cluster and data objects with high dissimilarity into different class clusters according to the similarity principle.)
    2019-05-05 21:14:18下载
    积分:1
  • multi-kernel-path-1.1
    Computing regularization paths for learning multiple kernels另一个多核学习算法 可用于多类分类 目标检测(Computing regularization paths for learning multiple kernels The other multicore learning algorithm for multi-class classification target detection)
    2012-09-16 02:05:43下载
    积分:1
  • 7kindsmotionestimationalgorithm
    集成了多种块运动估计算法,对刚接触运动估计算法的同学非常具有参考价值。(Integration of a variety of block motion estimation algorithm for motion estimation algorithm刚接触students have great reference value.)
    2007-07-20 14:24:24下载
    积分:1
  • Harris
    Harris角点检测程序(内附示例图像),利用鼠标在图像上选择提取交点的区域,进行角点提取。程序语言简洁,利于初学者学习。(Harris corner detection procedures (with sample images), using the mouse in the image on the choice of extraction point of intersection of the region, for Corner Detection. Programming language is simple and conducive to learning for beginners.)
    2008-07-18 10:35:38下载
    积分:1
  • BitmapRotateBitmaponc
    bitmap rotate for visual c and c++ builder
    2009-06-12 14:54:35下载
    积分:1
  • CreateFeatureBin1222
    HOG行人检测,测试过,能用 HOG行人检测,测试过,能用(HOG,it‘s useful HOG,it‘s useful)
    2012-03-10 23:54:24下载
    积分:1
  • colorhist
    颜色特征提取,颜色直方图,为matlab 源文件(feature extraction,colorhist,matlab)
    2012-03-15 22:08:58下载
    积分:1
  • face_mosaic_processing
    暑期实习用matlab编写的一个人脸马赛克图像处理处理算法,附件同时包含了算法的原理解释(face mosaic image processing by matlab. )
    2009-05-11 13:48:10下载
    积分:1
  • ShearLab-1.1
    图像融合里边剪切波变换方法的工具箱,欢迎下载(Shear wave transformation method for image fusion in the toolbox, welcome to download)
    2013-09-17 09:27:54下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载