On 14 April 2011 11:56, Søren Hauberg <so...@hauberg.org> wrote:
>
> Regarding the image package, then I guess I just did a sloppy piece of
> work with the release (sorry). I can make a 1.0.15 release with bug
> fixes, though (assuming I can find the bugs in the little time I have
> available).
>
> Søren

Hi

If the 3 errors where the 2 last errors on dilate and one other in
imtophat, there's only the last one from dilate to fix. This is the
offending test (line 88)

%!assert(dilate(eye(3),[1,0,0,0])==[[0;0],eye(2);0,0,0]);

It uses an even sized structuring element so I have no idea which
pixel would be considered the origin (it should be the middle one).
But the given answer does look wrong to me.

Carnë

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to