Description: This function implements kmeans clustering on an input RGB (m x n x 3)
image. The user inputs at least two inputs: IMGIN and NCLUSTERS, and this
function will step through an interactive color segmentation using kmeans clustering. It is interactive in that the user will be prompted to click-define the target colors in the segmentation.
File list (Check if you may need any files):
clusterImg\clusterImg.asv
..........\clusterImg.m
..........\license.txt
clusterImg