⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme_ncutimage.txt

📁 对图像分割归一化算法进行编程
💻 TXT
字号:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%	       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);    

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -