Path: news.mathworks.com!not-for-mail
From: "amcum ammcum" <ammcum@yahoo.fr>
Newsgroups: comp.soft-sys.matlab
Subject: Re: conv2 of a large image
Date: Fri, 2 Jan 2009 03:53:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 22
Message-ID: <gjk32t$907$1@fred.mathworks.com>
References: <gjhd65$7b2$1@fred.mathworks.com> <6cc68097-2e74-4872-bd05-e551acf0db01@u14g2000yqg.googlegroups.com> <2988496d-4770-4710-9213-6596da54c8ab@f11g2000vbf.googlegroups.com> <gjjq7p$6di$1@fred.mathworks.com> <gjjuvl$lbo$1@fred.mathworks.com> <gjk0v1$49g$1@fred.mathworks.com> <gjk1ef$4j9$1@fred.mathworks.com>
Reply-To: "amcum ammcum" <ammcum@yahoo.fr>
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 1230868381 9223 172.30.248.37 (2 Jan 2009 03:53:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 2 Jan 2009 03:53:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1654657
Xref: news.mathworks.com comp.soft-sys.matlab:509462


"Image Analyst" <imageanalyst@mailinator.com> wrote in message <gjk1ef$4j9$1@fred.mathworks.com>...
> "amcum ammcum" <ammcum@yahoo.fr> wrote in message <gjk0v1p[
> [snip]
> > ------------------------------------------------------------------------------------
> > 
> > Can you help me to added the line:
> > multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional 3GB" /NoExecute=AlwaysOff /fastdetect /3GB
> > in boot.ini
> > under vista not such file exist !
> ----------------------------------------------
> Sorry - I can't help you because I'm not running Vista.  But you still need to
> 1.  Call The Mathworks to find out why your memory command doesn't work.
> 2.  Figure out a way to do your convolution in smaller parts and reconstruct them, because you probably don't have enough RAM to do the job.  (No, I don't know why it can't use the multiple GB of virtual memory on disk, but apparently it can't.)
> Good luck,
> ImageAnalyst
-----------------------------------------------------------------------------------------
Thank you for your help and support,
I will contact them for the memory function
- And I will try to modify the swt2 function in a way that it call conv function rather the conv2. So I will try to make the transformation line by line and column by column

Hope that this will work.