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

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

[Octave-bug-tracker] [bug #62452] [octave forge] (image) bwmorph spur pr


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #62452] [octave forge] (image) bwmorph spur produces wrong result
Date: Sun, 28 Aug 2022 10:40:51 -0400 (EDT)

Follow-up Comment #17, bug #62452 (project octave):

Trying to debug this routine, I have found that


a = [
    0   0   0   0   0   0
   0   0   0   0   0   0
   0   0   0   0   0   0
   0   0   0   0   0   0
   0   0   1   1   0   0
   0   0   0   0   0   0
   0   0   1   0   0   0
   0   0   1   0   0   0
   0   0   0   0   0   0
   0   0   1   0   0   0
   0   0   0   1   0   0
   0   0   0   0   0   0
   0   0   0   1   0   0
   0   0   1   0   0   0
   0   0   0   0   0   0
   0   0   0   0   0   0
];
a = logical(a);
lut2 = false (512, 1);
lut2(19) = true;

applylut (a, lut2)


MATLAB and Octave results are different.
Can someone confirm this?


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62452>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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