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

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

[Octave-bug-tracker] [bug #45333] image package: grayhresh fails if inpu


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #45333] image package: grayhresh fails if input doesn't have different values
Date: Wed, 17 Jun 2015 05:57:42 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #1, bug #45333 (project octave):

The correction should be something like


if (~isfinite(max(bcv)))
     thresh{1} = 0;
     thresh{2} = 0;
endif   


near the end of function otsu

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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