DOUBLE_C_DATA is a MATLAB library which can create, plot, or save a "double C" dataset.
The data is confined to two separate regions, each having the shape of the letter "C". The two regions are close, and interlocking, but do not actually touch. This data represents a difficult challenge for algorithms that attempt to detect natural segmentations of data.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
IMAGE_COMPONENTS, a MATLAB library which seeks the connected "nonzero" or "nonblack" components or "segments" of an image or integer vector, array or 3D block.
KMEANS, a MATLAB library which contains several different algorithms for the K-Means problem.
MARTINEZ, a dataset directory which contains datasets for computational statistics, including cluster analysis;
MDS, a dataset directory which contains datasets for M-dimensional scaling;
REGION, a FORTRAN90 library which reads 3D MRI voxel data, and groups the voxels into connected regions, called "components" or "segments";
You can go up one level to the MATLAB source codes.