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: Mon, 29 Aug 2022 11:44:25 -0400 (EDT)

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

Regarding comment#13:

Hartmut, could you please if the incompatibilities are still exist, if you
replace line 42 of applylut.m


 A=LUT(filter2(w,BW)+1);


by


 A = LUT (conv2 (BW, w, 'same') + 1);


Thanks.



    _______________________________________________________

Reply to this item at:

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

_______________________________________________
נשלחה הודעה דרך Savannah
https://savannah.gnu.org/




reply via email to

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