SHOWIM

Displays given image(s).



 Synopsis:
  h = showimg(img)
  h = showimg(img,img_size)
  h = showimg(img,img_size,placement)

 Description:
  It displays images to the current figure. It assumes that the 
  images are represented as column vectors stored in the 
  img [dim x num_img] where dim=height*width. 

 Input:
  img [dim x num_img] Images store as column vectors of size
    dim = width*height.
  img_size [2 1] Image size img_size = [height, width]. The image
    size does have to be geving for rectangular images.
  placement [2 1] Determines the number of rows and columns
    in wich the images are displayed, palecement = [rows,columns].
    if not given then the placement is determined automatically.

 Output:
  h [1 x num_img] Handles of individual axes.


Source: showim.m

(c) Statistical Pattern Recognition Toolbox, (C) 1999-2003,
Written by Vojtech Franc and Vaclav Hlavac,
Czech Technical University Prague,
Faculty of Electrical engineering,
Center for Machine Perception