returns original image dimensions from object $Id: oimgi.m,v 1.2 2005/06/05 04:42:22 matthewbrett Exp $
0001 function oi = oimgi(obj) 0002 % returns original image dimensions from object 0003 % 0004 % $Id: oimgi.m,v 1.2 2005/06/05 04:42:22 matthewbrett Exp $ 0005 0006 oi = obj.oimgi;