Watershed bugs
- Dominant language
- Java
- Stars
- 60
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Dear future-self,
the current Watershed-implementation is not very good. It has two issues:
* It cuts the binary objects in to many places
* It removes the outer rows of pixel.
Both could be fixed by taking over some improvements in ParametricWatershed in CLIJx. After some testing period there, we should copy it over.
https://github.com/clij/clijx/blob/master/src/main/java/net/haesleinhuepf/clijx/plugins/ParametricWatershed.java#L34-L49
Cheers,
past-self
Contributor guide
No contributing guide indexed for this repository
Research direction
Compare the current Watershed implementation with the referenced ParametricWatershed.java lines 34-49 in CLIJx. Test binary objects that are split into too many pieces and objects touching the outer pixel rows; done means both behaviors are corrected and the tested CLIJx improvements are copied over.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- computer-vision
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100