convert indexed image to true color image
rgb = ind2rgb(ind,cmap)
MxNx3 true color image in the 0-1 range
MxN indexed image, integer matrix
color map
ind2rgb utility function converts an indexed image to true color image for pseudo color visualization.