segmentation

所属分类:图形图像处理
开发工具:matlab
文件大小:1146KB
下载次数:7
上传日期:2008-12-07 13:57:28
上 传 者19840826
说明:  用于分割处理,是非常实用的图像分割方面的代码,值得保存!
(Used to be dealt with separately, it is very practical aspects of image segmentation code, worth preserving!)

文件列表:
N_cut2 (0, 2000-12-28)
N_cut2\NcutImage_7 (0, 2000-12-28)
N_cut2\NcutImage_7\0nb2077.bmp (3336, 2000-12-28)
N_cut2\NcutImage_7\common_files (0, 2000-12-28)
N_cut2\NcutImage_7\common_files\a_times_b_cmplx.dll (7114, 2004-06-18)
N_cut2\NcutImage_7\common_files\a_times_b_cmplx.mexglx (7820, 2004-06-18)
N_cut2\NcutImage_7\common_files\a_times_b_cmplx.mexmac (13096, 2004-06-18)
N_cut2\NcutImage_7\common_files\discretisation.m (1251, 2004-06-18)
N_cut2\NcutImage_7\common_files\discretisationEigenVectorData.asv (202, 2004-06-18)
N_cut2\NcutImage_7\common_files\discretisationEigenVectorData.m (317, 2004-06-18)
N_cut2\NcutImage_7\common_files\eigs2.m (37466, 2004-06-18)
N_cut2\NcutImage_7\common_files\mex_w_times_x_symmetric.dll (9728, 2004-06-18)
N_cut2\NcutImage_7\common_files\mex_w_times_x_symmetric.mexglx (8713, 2004-06-18)
N_cut2\NcutImage_7\common_files\mex_w_times_x_symmetric.mexmac (13396, 2004-06-18)
N_cut2\NcutImage_7\common_files\ncut.asv (2339, 2004-06-18)
N_cut2\NcutImage_7\common_files\ncut.m (2470, 2004-06-18)
N_cut2\NcutImage_7\common_files\ncutW.asv (486, 2004-06-18)
N_cut2\NcutImage_7\common_files\ncutW.m (604, 2004-06-18)
N_cut2\NcutImage_7\common_files\sparsifyc.dll (8704, 2004-06-18)
N_cut2\NcutImage_7\common_files\sparsifyc.mexglx (8541, 2004-06-18)
N_cut2\NcutImage_7\common_files\sparsifyc.mexmac (9004, 2004-06-18)
N_cut2\NcutImage_7\common_files\spmtimesd.dll (7168, 2004-06-18)
N_cut2\NcutImage_7\common_files\spmtimesd.mexglx (7285, 2004-06-18)
N_cut2\NcutImage_7\common_files\spmtimesd.mexmac (8888, 2004-06-18)
N_cut2\NcutImage_7\computeEdges.m (1072, 2004-06-18)
N_cut2\NcutImage_7\computeW.m (323, 2004-06-18)
N_cut2\NcutImage_7\demoNcutImage.m (1579, 2004-06-18)
N_cut2\NcutImage_7\doog1.m (468, 2004-06-18)
N_cut2\NcutImage_7\doog2.m (639, 2004-06-18)
N_cut2\NcutImage_7\fft_filt_2.asv (1113, 2007-09-24)
N_cut2\NcutImage_7\fft_filt_2.m (1113, 2007-09-24)
N_cut2\NcutImage_7\gaussian.m (684, 2004-06-18)
N_cut2\NcutImage_7\ICgraph.m (1102, 2004-06-18)
N_cut2\NcutImage_7\imread_ncut.m (309, 2004-06-18)
N_cut2\NcutImage_7\main.m (309, 2004-06-18)
N_cut2\NcutImage_7\make_filterbank_even2.m (835, 2004-06-18)
N_cut2\NcutImage_7\make_filterbank_odd2.asv (850, 2007-09-24)
N_cut2\NcutImage_7\make_filterbank_odd2.m (903, 2007-09-24)
N_cut2\NcutImage_7\NcutImage.m (757, 2004-06-18)
N_cut2\NcutImage_7\quadedgep.asv (4178, 2007-09-26)
... ...

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Normalized Cut Image Segmentation Code % % % % Timothee Cour (UPENN), Stella Yu (Berkeley), Jianbo Shi (UPENN) % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Installation Notes : 1) After you unzipped the files to mydir, put the Current Directory in Matlab to mydir 2) In the matlab command prompt, type demoNcutImage to see a demo or... type main to initialize the paths to subfolders 3) You can now try any of the functions The files were tested under matlab 6.5 Top level functions: NcutImage.m: given image "I", segment it into "nbSegments" segments [SegLabel,NcutDiscrete,NcutEigenvectors,NcutEigenvalues,W]= NcutImage(I,nbSegments); ICgraph.m: compute Intervening Contour based pixel similarity matrix W W = ICgraph(I); ncutW.m: segmentation given similarity matrix W [NcutDiscrete,NcutEigenvectors,NcutEigenvalues] = ncutW(W,nbSegments);

近期下载者

相关文件


收藏者