Path: news.mathworks.com!not-for-mail
From: "Joe Frank" <sascod@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Basic Image Processing
Date: Mon, 9 Nov 2009 03:17:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 32
Message-ID: <hd81je$2b7$1@fred.mathworks.com>
References: <hd7upe$aep$1@fred.mathworks.com> <1wLJm.2056$cd7.1349@newsfe04.iad>
Reply-To: "Joe Frank" <sascod@gmail.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1257736622 2407 172.30.248.37 (9 Nov 2009 03:17:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 9 Nov 2009 03:17:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1754414
Xref: news.mathworks.com comp.soft-sys.matlab:583460


"Nasser M. Abbasi" <nma@12000.org> wrote in message <1wLJm.2056$cd7.1349@newsfe04.iad>...
> 
> "Joe Frank" <sascod@gmail.com> wrote in message 
> news:hd7upe$aep$1@fred.mathworks.com...
> > Hello,
> >
> > I have two images im1 and im2
> >
> > im1 is 1200x1 matrix
> > im2 is 1450x1 matrix
> >
> > I need to add im1 and im2 for further calculation. How do I do it?
> >
> > Thanks,
> > Joe
> 
> 
> if you have Image Processing Toolbox, then do
> 
> help imadd
> 
>  IMADD Add two images or add constant to image.
> 
> --Nasser
> ps. strange image sizes you have there. 
> 

I dont have Image Processing Toolbox. In what other ways I can add them?

ps. I just gave an example. Its not the actual image size.

Thanks