This software is made publicly for research use only. It may be
modified and redistributed under the terms of the GNU General Public License.
Data Clustering
with Normalized Cuts
Download
codeDemo step by step Given a weighted graph, W, find a graph partition with Normalized Cuts. Download this program if you are interested in data clustering. Tested under Matlab 6.5. |
|
Image Segmentation
with Normalized Cuts
Download
code, Now with source code in C.Demo step by step Given an input image I, construct a pixel-pixel pair-wise similarity matrix W based on Intervening Contours. Output the image segmentation with Normalized Cuts. Download this program if you are interested in image segmentation. Tested under Matlab 6.5. |