IndexedImageToRGB:
-------------------------------------------------------------------------------
Converts an indexed image to RGB.
-------------------------------------------------------------------------------
Form:
r = IndexedImageToRGB( x, map )
-------------------------------------------------------------------------------
------
Inputs
------
x (m,n) Indexed image
map (:,3) Color map
-------
Outputs
-------
r (m,n,3) RGB
-------------------------------------------------------------------------------
Children: