#2575 closed defect (fixed)
i.segment threshold error message should be updated
Reported by: | madi | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.2.0 |
Component: | Imagery | Version: | svn-trunk |
Keywords: | i.segment | Cc: | |
CPU: | Unspecified | Platform: | All |
Description
i.segment group=small output=small_seg threshold=1 (as well as threshold=0)
yelds:
ERROR: Threshold should be >= 0 and <= 1
Since threshold=1 and threshold=0 are not accepted as valid options, the error message should be:
ERROR: Threshold should be > 0 and < 1
Change History (5)
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 by , 10 years ago
Please leave the reference here, otherwise the ticket is useless.
So: r64400 to be backported if ok
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
backported in r64456. Thanks. madi
Note:
See TracTickets
for help on using tickets.
Reopening for backport