Home > phiwave > @phiw_wvimg > oimgi.m

oimgi

PURPOSE ^

returns original image dimensions from object

SYNOPSIS ^

function oi = oimgi(obj)

DESCRIPTION ^

 returns original image dimensions from object

 $Id: oimgi.m,v 1.2 2005/06/05 04:42:22 matthewbrett Exp $

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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;

Generated on Wed 06-Jul-2005 18:07:21 by m2html © 2003