octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #49613] image package - regionprops.m majoraxi


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #49613] image package - regionprops.m majoraxislength broken
Date: Thu, 13 Apr 2017 14:38:26 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Update of bug #49613 (project octave):

                  Status:         Patch Submitted => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #23:

I have pushed the last patch to the stable branch after splitting into two
commits

http://hg.code.sf.net/p/octave/image/rev/ed4dbfec84cf

http://hg.code.sf.net/p/octave/image/rev/794d73956664

I have also simplified the tests.  There is no need to do:


bw = logical ([0 0 0 0; 0 1 1 0; 0 1 1 0]);
l = bwlabel (bw);
props = regionprops (l, "Orientation");


this is enough


bw = logical ([0 0 0 0; 0 1 1 0; 0 1 1 0]);
props = regionprops (bw,"Orientation");



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49613>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]