FigureHandle = ShowImage(Image, Title); FigureHandle = ShowImage(Image, Title, ColorMap);
2D matrix of type uint8, uint16, uint32, double or boolean
a string, can be empty
matrix with three columns
handle to the window Image is displayed in
ShowImage displays an image in the current figure window. If no figure window exists, a new one is created. A color image must be converted to an indexed image using the function RGB2Ind. A gray level image can be shown with the original gray values or pseudo colors. If an image of type boolean is displayed, pixels with the value %t are shown in white, pixels with the value %f are shown in black.