[OctDev] imread long time with large multipage tif

2010-02-22 Thread Carnë Draug
Hi Octave seems to take a really long time to imread most of my multipage tiffs. Sure, I'm talking about large ones, 2500 pages of 350x300 pixels, but still I think it's too long. More than 3 hours. I picked one image and made substacks of it with different sizes. The time to read one image (one

Re: [OctDev] image package has a not listed dependency

2010-02-22 Thread Jaroslav Hajek
On Mon, Feb 22, 2010 at 6:49 PM, Søren Hauberg wrote: > man, 22 02 2010 kl. 18:33 +0100, skrev Benjamin Lindner: >> Søren Hauberg wrote: >> > man, 22 02 2010 kl. 03:52 -0500, skrev Carnë Draug: >> >> Hi >> >> >> >> the function bwmorph in the image package requires the function swap >> >> from the

Re: [OctDev] Installing optim-1.0.10 fails & packaging issue

2010-02-22 Thread Søren Hauberg
man, 22 02 2010 kl. 19:04 +0100, skrev Benjamin Lindner: > trying to install the optim-1.0.10 package with octave 3.2.4 on mingw32 > fails with the error message > > __bfgsmin.cc:242: error: 'isnan' was not declared in this scope Doesn't Octave provide a header that declares this function? I thi

Re: [OctDev] Installing optim-1.0.10 fails & packaging issue

2010-02-22 Thread Michael Creel
On Mon, Feb 22, 2010 at 7:25 PM, Benjamin Lindner wrote: > Benjamin Lindner wrote: >> Hello, >> >> trying to install the optim-1.0.10 package with octave 3.2.4 on mingw32 >> fails with the error message >> >> __bfgsmin.cc:242: error: 'isnan' was not declared in this scope >> >> I need to also #inc

Re: [OctDev] Installing optim-1.0.10 fails & packaging issue

2010-02-22 Thread Benjamin Lindner
Benjamin Lindner wrote: > Hello, > > trying to install the optim-1.0.10 package with octave 3.2.4 on mingw32 > fails with the error message > > __bfgsmin.cc:242: error: 'isnan' was not declared in this scope > > I need to also #include like > > Index: optim/src/__bfgsmin.cc >

[OctDev] Installing optim-1.0.10 fails & packaging issue

2010-02-22 Thread Benjamin Lindner
Hello, trying to install the optim-1.0.10 package with octave 3.2.4 on mingw32 fails with the error message __bfgsmin.cc:242: error: 'isnan' was not declared in this scope I need to also #include like Index: optim/src/__bfgsmin.cc ==

Re: [OctDev] image package has a not listed dependency

2010-02-22 Thread Søren Hauberg
man, 22 02 2010 kl. 18:33 +0100, skrev Benjamin Lindner: > Søren Hauberg wrote: > > man, 22 02 2010 kl. 03:52 -0500, skrev Carnë Draug: > >> Hi > >> > >> the function bwmorph in the image package requires the function swap > >> from the control package. This is not listed as a dependencie for the >

Re: [OctDev] image package has a not listed dependency

2010-02-22 Thread Benjamin Lindner
Søren Hauberg wrote: > man, 22 02 2010 kl. 03:52 -0500, skrev Carnë Draug: >> Hi >> >> the function bwmorph in the image package requires the function swap >> from the control package. This is not listed as a dependencie for the >> package. Here's line 550 of file bwmorph.m where the swap function

Re: [OctDev] image package has a not listed dependency

2010-02-22 Thread Søren Hauberg
man, 22 02 2010 kl. 03:52 -0500, skrev Carnë Draug: > Hi > > the function bwmorph in the image package requires the function swap > from the control package. This is not listed as a dependencie for the > package. Here's line 550 of file bwmorph.m where the swap function is > used > > [BW,BW2]

Re: [OctDev] sockets 1.0.6 release (again!)

2010-02-22 Thread Paul Sundvall
>> I created release 1.0.6 of the octave sockets package at 16:th nov 2009 >> and uploaded the package file. > > where (and how) have you uploaded the file? The version I currently see > online is 1.0.5... > At that time, the instruction was to sftp the file and move it inside a sourceforge ssh s

Re: [OctDev] scripts in package "optim", authors help requested

2010-02-22 Thread Michael Creel
On Mon, Feb 22, 2010 at 12:37 PM, Olaf Till wrote: > Hi, > > there are non-function scripts with demos and tests in package > optim. These can not be correctly handled by Octaves help system and > produce weird texts in the auto-generated html-help. It has been > suggested to convert these scripts

Re: [OctDev] sockets 1.0.6 release (again!)

2010-02-22 Thread Carlo de Falco
On 22 Feb 2010, at 13:45, Paul Sundvall wrote: >>> I created release 1.0.6 of the octave sockets package at 16:th nov >>> 2009 >>> and uploaded the package file. >> >> where (and how) have you uploaded the file? The version I currently >> see >> online is 1.0.5... >> > At that time, the instr

Re: [OctDev] sockets 1.0.6 release (again!)

2010-02-22 Thread Carlo de Falco
On 22 Feb 2010, at 10:05, Paul Sundvall wrote: > Hi! > I created release 1.0.6 of the octave sockets package at 16:th nov > 2009 > and uploaded the package file. where (and how) have you uploaded the file? The version I currently see online is 1.0.5... > The html reference and links are how

[OctDev] scripts in package "optim", authors help requested

2010-02-22 Thread Olaf Till
Hi, there are non-function scripts with demos and tests in package optim. These can not be correctly handled by Octaves help system and produce weird texts in the auto-generated html-help. It has been suggested to convert these scripts into %!demo and %!test blocks as the cleanest solution. This a

[OctDev] sockets 1.0.6 release (again!)

2010-02-22 Thread Paul Sundvall
Hi! I created release 1.0.6 of the octave sockets package at 16:th nov 2009 and uploaded the package file. The html reference and links are however not updated, so I followed the new guidelines and uploaded to the release forum http://sourceforge.net/apps/phpbb/octave/viewforum.php?f=1 Can a relea

[OctDev] image package has a not listed dependency

2010-02-22 Thread Carnë Draug
Hi the function bwmorph in the image package requires the function swap from the control package. This is not listed as a dependencie for the package. Here's line 550 of file bwmorph.m where the swap function is used [BW,BW2]=swap(BW,BW2); Just found this and thought I should point it out.