资源简介

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\demoncutImage.m

     文件        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个文件信息

评论

共有 条评论