[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #45333] image package: grayhresh fails if inpu
From: |
Carnë Draug |
Subject: |
[Octave-bug-tracker] [bug #45333] image package: grayhresh fails if input doesn't have different values |
Date: |
Tue, 16 Jun 2015 18:10:59 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.7.0 |
URL:
<http://savannah.gnu.org/bugs/?45333>
Summary: image package: grayhresh fails if input doesn't have
different values
Project: GNU Octave
Submitted by: carandraug
Submitted on: Tue 16 Jun 2015 18:10:56 GMT
Category: Octave Forge Package
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Inaccurate Result
Status: None
Assigned to: carandraug
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: Any
_______________________________________________________
Details:
Example:
octave> a = repmat (0.5, 100, 100);
octave> graythresh (a)
ans = [](1x0)
For Matlab compatibility, such corner case should return a value of zero.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?45333>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #45333] image package: grayhresh fails if input doesn't have different values,
Carnë Draug <=