M-File Help: isize | View code for isize |
Size of image
n = isize(im,d) is the size of the d'th dimension of im.
[w,H] = isize(im) is the image width w and height H.
wh = isize(im) is the image size wh = [w H].
[w,H,p] = isize(im) is the image width w, height H and and number of planes p. Even if the image has only two dimensions p will be one.
© 1990-2012 Peter Corke.