Opened 8 years ago
Closed 8 years ago
#3181 closed defect (fixed)
i.segment watershed method available but not implemented
Reported by: | madi | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.2.0 |
Component: | Imagery | Version: | unspecified |
Keywords: | i.segment | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
In i.segment the default method is region growing, but there are also other options presented to the user: mean shift and watershed. However, the option method=watershed is not yet implemented. The user has the possibility to choose it from the GUI, and after the module loads input bands, which can take some time, it yields:
ERROR: Watershed is not yet implemented
This is inconvenient and I think it would be better to remove the watershed option from the menu until it is actually implemented.
Thanks
Change History (5)
comment:1 by , 8 years ago
follow-up: 4 comment:3 by , 8 years ago
Milestone: | 7.0.6 → 7.2.0 |
---|
follow-up: 5 comment:4 by , 8 years ago
Replying to martinl:
i.segment
in G70 has onlymethod Segmentation method options: region_growing default: region_growingI disabled watershed method in trunk (r69692) and also mean shift in G72 (r69693). Question: should be r69255 backported to relbr72 before 7.2.0RC1?
-1
AFAIR, MarkusM and I decided deliberately to not backport to the release branch. The inclusion of mean shift and watershed into core i.segment in 7.2 happened "by accident" as it was done just 3 days before MarkusN created the 72 release branch, just when MarkusM was refactoring the code to prepare the GSoC project. See mainly r68468. This latter change can stay in 7.2 IMHO, but we shouldn't backport the rest as this stage. I will be for 7.4.
comment:5 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to mlennert:
AFAIR, MarkusM and I decided deliberately to not backport to the release branch. The inclusion of mean shift and watershed into core i.segment in 7.2 happened "by accident" as it was done just 3 days before MarkusN created the 72 release branch, just when MarkusM was refactoring the code to prepare the GSoC project. See mainly r68468. This latter change can stay in 7.2 IMHO, but we shouldn't backport the rest as this stage. I will be for 7.4.
OK, thanks for explanation. I my eyes, we can close this ticket. Feel free to reopen if needed.
In 69692: