Re: [OctDev] bweuler error

2011-11-26 Thread Carnë Draug
On 23 November 2011 13:43, Adrián del Pino wrote: > > > On Tue, Nov 22, 2011 at 10:42 PM, Carnë Draug > wrote: >> >> On 22 November 2011 20:53, Adrián del Pino >> wrote: >> > On Mon, Nov 21, 2011 at 9:59 PM, Carnë Draug >> > wrote: >> >> >> >> On 26 October 2011 16:19, Adrián del Pino >> >> wr

Re: [OctDev] bweuler error

2011-11-23 Thread Adrián del Pino
On Tue, Nov 22, 2011 at 10:42 PM, Carnë Draug wrote: > On 22 November 2011 20:53, Adrián del Pino > wrote: > > On Mon, Nov 21, 2011 at 9:59 PM, Carnë Draug > > wrote: > >> > >> On 26 October 2011 16:19, Adrián del Pino > >> wrote: > >> > Dear Octave: > >> > Sometimes the function bweuler re

Re: [OctDev] bweuler error

2011-11-22 Thread Carnë Draug
On 22 November 2011 20:53, Adrián del Pino wrote: > On Mon, Nov 21, 2011 at 9:59 PM, Carnë Draug > wrote: >> >> On 26 October 2011 16:19, Adrián del Pino >> wrote: >> > Dear Octave: >> > Sometimes the function bweuler returns incorrect values. By example, >> > it >> > returns -0.5 instead of

Re: [OctDev] bweuler error

2011-11-22 Thread Adrián del Pino
Hi Carnë, I have fixed two problems in this function. There was no validation of the input image and there was a problem computing values when a figure touches the top and left borders. I want to submit the new version but the procedure seems a little complex. Also, I don't know if I should

Re: [OctDev] bweuler error

2011-11-21 Thread Carnë Draug
On 26 October 2011 16:19, Adrián del Pino wrote: > Dear Octave: >     Sometimes the function bweuler returns incorrect values. By example, it > returns -0.5 instead of 1 with this image ("prueba3.tif"). Moreover, this > function should return integer values. > >     Best regards. >