资源简介
Ncut的文献及matlab源代码。基于图的分割非常好的一个算法
代码片段和文件信息
function demoncutImage;
% demoncutImage
%
% demo for NcutImage
% also initialize matlab paths to subfolders
% Timothee Cour Stella Yu Jianbo Shi 2004.
main;
%% read image change color image to brightness image resize to 160x160
I = imread_ncut(‘specific_NcutImage_files/jpg_images/3.jpg‘100100);
%% display the image
figure(1);clf; imagesc(I);colormap(gray);axis off;
disp(‘This is the input image to segment press Enter to continue...‘);
pause;
%% compute the edges imageEdges the similarity matrix W based on
%% Intervening Contours the Ncut eigenvectors and discrete segmentation
nbSegments = 5;
disp(‘computing Ncut eigenvectors ...‘);
tic;
[SegLabelNcutDiscreteNcutEigenvectorsNcutEigenvaluesWimageEdges]= NcutImage(InbSegments);
disp([‘The computatio
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 7114 2010-11-25 11:09 normalized cuts and image segmentation\NcutImage_7_AMD64\common_files\a_times_b_cmplx.dll
文件 7820 2010-11-25 11:09 normalized cuts and image segmentation\NcutImage_7_AMD64\common_files\a_times_b_cmplx.mexglx
文件 13096 2010-11-25 11:09 normalized cuts and image segmentation\NcutImage_7_AMD64\common_files\a_times_b_cmplx.mexmac
文件 1251 2010-11-25 11:09 normalized cuts and image segmentation\NcutImage_7_AMD64\common_files\discretisation.m
文件 202 2010-11-25 11:09 normalized cuts and image segmentation\NcutImage_7_AMD64\common_files\discretisationEigenVectorData.asv
文件 317 2010-11-25 11:09 normalized cuts and image segmentation\NcutImage_7_AMD64\common_files\discretisationEigenVectorData.m
文件 37466 2010-11-25 11:09 normalized cuts and image segmentation\NcutImage_7_AMD64\common_files\eigs2.m
文件 9728 2010-11-25 11:09 normalized cuts and image segmentation\NcutImage_7_AMD64\common_files\mex_w_times_x_symmetric.dll
文件 8713 2010-11-25 11:09 normalized cuts and image segmentation\NcutImage_7_AMD64\common_files\mex_w_times_x_symmetric.mexglx
文件 13396 2010-11-25 11:09 normalized cuts and image segmentation\NcutImage_7_AMD64\common_files\mex_w_times_x_symmetric.mexmac
文件 2339 2010-11-25 11:09 normalized cuts and image segmentation\NcutImage_7_AMD64\common_files\ncut.asv
文件 2467 2010-11-25 11:09 normalized cuts and image segmentation\NcutImage_7_AMD64\common_files\ncut.m
文件 486 2010-11-25 11:09 normalized cuts and image segmentation\NcutImage_7_AMD64\common_files\ncutW.asv
文件 604 2010-11-25 11:09 normalized cuts and image segmentation\NcutImage_7_AMD64\common_files\ncutW.m
文件 8704 2010-11-25 11:09 normalized cuts and image segmentation\NcutImage_7_AMD64\common_files\sparsifyc.dll
文件 8541 2010-11-25 11:09 normalized cuts and image segmentation\NcutImage_7_AMD64\common_files\sparsifyc.mexglx
文件 9004 2010-11-25 11:09 normalized cuts and image segmentation\NcutImage_7_AMD64\common_files\sparsifyc.mexmac
文件 7168 2010-11-25 11:09 normalized cuts and image segmentation\NcutImage_7_AMD64\common_files\spmtimesd.dll
文件 7285 2010-11-25 11:09 normalized cuts and image segmentation\NcutImage_7_AMD64\common_files\spmtimesd.mexglx
文件 8888 2010-11-25 11:09 normalized cuts and image segmentation\NcutImage_7_AMD64\common_files\spmtimesd.mexmac
文件 1621 2010-11-25 11:06 normalized cuts and image segmentation\NcutImage_7_AMD64\demon
文件 309 2010-11-25 11:06 normalized cuts and image segmentation\NcutImage_7_AMD64\main.m
文件 1098 2010-11-25 11:55 normalized cuts and image segmentation\NcutImage_7_AMD64\README_NcutImage.txt
文件 5789 2010-11-25 11:07 normalized cuts and image segmentation\NcutImage_7_AMD64\specific_NcutImage_files\affinityic.c
文件 7680 2010-11-25 11:07 normalized cuts and image segmentation\NcutImage_7_AMD64\specific_NcutImage_files\affinityic.dll
文件 10447 2010-11-25 11:07 normalized cuts and image segmentation\NcutImage_7_AMD64\specific_NcutImage_files\affinityic.mexa64
文件 8162 2010-11-25 11:07 normalized cuts and image segmentation\NcutImage_7_AMD64\specific_NcutImage_files\affinityic.mexglx
文件 8964 2010-11-25 11:07 normalized cuts and image segmentation\NcutImage_7_AMD64\specific_NcutImage_files\affinityic.mexmac
文件 10087 2010-11-25 11:07 normalized cuts and image segmentation\NcutImage_7_AMD64\specific_NcutImage_files\a_times_b_cmplx.c
文件 10635 2010-11-25 11:07 normalized cuts and image segmentation\NcutImage_7_AMD64\specific_NcutImage_files\a_times_b_cmplx.mexa64
............此处省略45个文件信息
相关资源
- HMMforspeechrecogntion 一个可执行的HMM语音
- popular-UCI-datasets 一些非常有用的数据
- GAPSO 这个算法是遗传算法和粒子群优
- synchronization 利用matlab仿真实现载波的
- Gabor Gabor小波变换的matlab实现
- 4 matlab区域填充的具体算法及演示
- MATLAB_image_process_with_PDE 运用偏微分方
- gabijiao 该程序通过实例(函数)
- SIFT2844912
- gbvs 二维图像视觉显著性检测
- wenli 分析了纹理特征提取方法
- EELM
- barcode 基于图像的条形码识别程序(识
-
myaudiopla
yer 使用Matlab GUI实现的音频 - B-spline-surface 在MATLAB-2008a环境下编写的
- NURBS-surface 在MATLAB-2008a环境下编写的
- ACO 用MATLAB编写的蚁群算法最短路径寻
- wavplay 基于matlab GUI界面的播放器
- allfns 是由牛津大学VGG开发的三维重建
- spectrogram_fft
- adaboost 基于adaboost的人脸识别程序
- 2 2课程报告要求:按照讲课内容
- gps GPS信号的捕获、处理程序
- fuzzynetme 模糊神经网络的MATLAB程序
- naive_bayes_numeric 利用matlab实现的朴素贝
- MFandMPF 计算肌电信号积分肌电值
- BM3D BM3D去噪算法的实现和相关文档
- BarrelDistortion 两个matlab程序
- Kalman 用卡尔曼滤波跟踪目标实例
- WSN-matlab-simulation
评论
共有 条评论