资 源 简 介
%Program for Color Image Segmentation
%Program Description
% The input color image will be coarsely represented using 25 bins.
% Coarse representation uses the spatial information from a Histogram based windowing process.
% K-Means is used to cluster the coarse image data.
%
%Parameters
% inImg - Input Color Image
% nBins - No. of Bins for coarse representation
% winSize - Window size for histogram processing
% nClass - No. of classes
% outImg - Output Segmented Image
%Au