Ncut_9

所属分类:图形图像处理
开发工具:matlab
文件大小:196KB
下载次数:18
上传日期:2011-05-29 21:41:37
上 传 者wxiaoxiao
说明:  图像分割源码,基于颜色的分割算法,matlab环境编程
(Segmentation source code, based on color segmentation algorithm)

文件列表:
Ncut_9 (0, 2011-05-21)
Ncut_9\._affinityic.cpp (70, 2011-05-12)
Ncut_9\._a_times_b_cmplx.cpp (70, 2011-05-12)
Ncut_9\._build_scene.m (70, 2011-05-12)
Ncut_9\._cimgnbmap.cpp (70, 2011-05-12)
Ncut_9\._compileDir_simple.m (70, 2011-05-12)
Ncut_9\._computeEdges.m (70, 2011-05-12)
Ncut_9\._computeW.m (70, 2011-05-12)
Ncut_9\._compute_relation.m (70, 2011-05-12)
Ncut_9\._compute_relation2.m (70, 2011-05-12)
Ncut_9\._demoNcutClustering.m (70, 2011-05-12)
Ncut_9\._demoNcutImage.m (70, 2011-05-12)
Ncut_9\._discretisation.m (70, 2011-05-12)
Ncut_9\._discretisationEigenVectorData.m (70, 2011-05-12)
Ncut_9\._doog1.m (70, 2011-05-12)
Ncut_9\._doog2.m (70, 2011-05-12)
Ncut_9\._eigs_new.m (70, 2011-05-12)
Ncut_9\._fft_filt_2.m (70, 2011-05-12)
Ncut_9\._gaussian.m (70, 2011-05-12)
Ncut_9\._ICgraph.m (70, 2011-05-12)
Ncut_9\._imread_ncut.m (70, 2011-05-12)
Ncut_9\._make_filterbank_even2.m (70, 2011-05-12)
Ncut_9\._make_filterbank_odd2.m (70, 2011-05-12)
Ncut_9\._mex_w_times_x_symmetric.cpp (70, 2011-05-12)
Ncut_9\._ncut.m (70, 2011-05-12)
Ncut_9\._NcutImage.m (70, 2011-05-12)
Ncut_9\._ncutW.m (70, 2011-05-12)
Ncut_9\._quadedgep.m (70, 2011-05-12)
Ncut_9\._showmask.m (70, 2011-05-12)
Ncut_9\._sparsifyc.cpp (70, 2011-05-12)
Ncut_9\._spmtimesd.cpp (70, 2011-05-12)
Ncut_9\._X2distances.m (70, 2011-05-12)
Ncut_9\affinityic.cpp (5193, 2011-05-12)
Ncut_9\affinityic.mexglx (12553, 2011-05-12)
Ncut_9\a_times_b_cmplx.cpp (10479, 2011-05-12)
Ncut_9\build_scene.m (3259, 2011-05-12)
Ncut_9\cimgnbmap.cpp (4552, 2011-05-12)
Ncut_9\cimgnbmap.mexglx (8472, 2011-05-12)
Ncut_9\compileDir_simple.m (466, 2011-05-12)
... ...

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Normalized Cut Segmentation Code % % % % Timothee Cour (INRIA), Stella Yu (Berkeley), Jianbo Shi (UPENN) % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% License This software is made publicly for research use only. It may be modified and redistributed under the terms of the GNU General Public License. Citation Please cite the following if you plan to use the code in your own work: * Normalized Cuts and Image Segmentation, Jianbo Shi and Jitendra Malik, IEEE Transactions on Pattern Analysis and Machine Intelligence (PAMI) 2000 * Normalized Cut Segmentation Code, Timothee Cour, Stella Yu, Jianbo Shi. Copyright 2004 University of Pennsylvania, Computer and Information Science Department. Tested on matlab R2009b. 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 compileDir_simple to compile the mex files (ignore the error on the C++ non-mex file; needs to be done once) 3) You can now try any of the functions type demoNcutImage to see a demo of image segmentation type demoNcutClustering to see a demo of point cloud clustering Other 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: Given a similarity graph "W", computes Ncut clustering on the graph into "nbSegments" groups; [NcutDiscrete,NcutEigenvectors,NcutEigenvalues] = ncutW(W,nbSegments); Release notes: 2010, January 22: release of all c++ source mex files compatible with matlab R2009b 2006, May 04: release version 8: fixed incompatibility issues with new matlab 2004, June 18: release version 7: initial release Maintained by Timothee Cour, timothee dot cour at gmail dot com January 22, 2010.

近期下载者

相关文件


收藏者