NcutImage_8

所属分类:图形图像处理
开发工具:matlab
文件大小:105KB
下载次数:39
上传日期:2008-03-21 09:44:12
上 传 者ywdong521
说明:  利用正规化图模型进行图像分割程序,NcutImage_8.zip
(Graph model the use of regularization procedures for image segmentation, NcutImage_8.zip)

文件列表:
common_files\a_times_b_cmplx.mexglx (7820, 2004-06-15)
common_files\a_times_b_cmplx.mexmac (13096, 2004-06-15)
common_files\discretisation.m (1251, 2004-06-18)
common_files\discretisationEigenVectorData.m (317, 2004-06-18)
common_files\eigs2.m (37466, 2004-06-18)
common_files\mex_w_times_x_symmetric.dll (20480, 2006-05-04)
common_files\mex_w_times_x_symmetric.mexglx (8713, 2004-06-15)
common_files\mex_w_times_x_symmetric.mexmac (13396, 2004-06-15)
common_files\ncut.m (2666, 2005-03-21)
common_files\ncutW.m (604, 2004-06-18)
common_files\sparsifyc.dll (20480, 2006-05-04)
common_files\sparsifyc.mexglx (8541, 2004-06-15)
common_files\sparsifyc.mexmac (9004, 2004-06-15)
common_files\spmtimesd.dll (20480, 2006-05-04)
common_files\spmtimesd.mexglx (7285, 2004-06-15)
common_files\spmtimesd.mexmac (8888, 2004-06-15)
demoNcutImage.m (1661, 2004-09-15)
main.m (140, 2006-05-04)
specific_NcutImage_files\affinityic.dll (20480, 2006-05-04)
specific_NcutImage_files\affinityic.mexglx (8162, 2004-06-15)
specific_NcutImage_files\affinityic.mexmac (8964, 2004-06-15)
specific_NcutImage_files\cimgnbmap.dll (20480, 2006-05-04)
specific_NcutImage_files\cimgnbmap.mexglx (7801, 2004-06-15)
specific_NcutImage_files\cimgnbmap.mexmac (8960, 2004-06-15)
specific_NcutImage_files\computeEdges.m (1072, 2004-06-18)
specific_NcutImage_files\computeW.m (323, 2004-06-18)
specific_NcutImage_files\doog1.m (468, 2004-06-18)
specific_NcutImage_files\doog2.m (639, 2004-06-18)
specific_NcutImage_files\fft_filt_2.m (654, 2004-06-18)
specific_NcutImage_files\gaussian.m (684, 2004-06-18)
specific_NcutImage_files\ICgraph.m (1102, 2004-06-18)
specific_NcutImage_files\imread_ncut.m (310, 2004-09-15)
specific_NcutImage_files\jpg_images\1.jpg (12415, 2003-10-30)
specific_NcutImage_files\jpg_images\2.jpg (13587, 2003-10-30)
specific_NcutImage_files\jpg_images\3.jpg (3569, 2003-05-16)
specific_NcutImage_files\jpg_images\Thumbs.db (14336, 2006-05-04)
specific_NcutImage_files\make_filterbank_even2.m (835, 2004-06-18)
specific_NcutImage_files\make_filterbank_odd2.m (835, 2004-06-18)
specific_NcutImage_files\NcutImage.m (757, 2004-06-18)
... ...

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 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);

近期下载者

相关文件


收藏者