readme_ncutclustering.txt

来自「采用归一化的方法对灰色图像进进行分割」· 文本 代码 · 共 33 行

TXT
33
字号
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%	       Normalized Cut Clustering 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 demoNcutClustering to see a demo

		or...
 
 	type main to initialize the paths to subfolders

3) You can now try any of the functionsThe files were tested under matlab 6.5
Top level functions:ncutW:  Given a similarity graph "W", computes Ncut clustering on the graph into "ncCluster" groups;        NcutDiscrete = ncutW(W,nbCluster);Use demo.m to see how to use the clustering function.

⌨️ 快捷键说明

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