Description: matlab hsi to rgb conversion source function rgb = hsi2rgb (hsi) a = size (hsi) b = a (1) H = hsi (:, 1) S = hsi (:, 2)/255 I = hsi (:, 3)/255
To Search:
File list (Check if you may need any files):
HSI.txt
HSI_RGB.doc
RGB_to_HSI.pdf
matlab HSI2RGB.txt