Refactor and generalize ThresholdNamespace
@dietzc is already working on this.
Since Nov 16, 2016.
- Dominant language
- Java
- Stars
- 94
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
From https://github.com/imagej/imagej-ops/pull/435:
> after a discussion with @stelfrich in person we decided to close this PR as the suggested code can be generalized and combined with the current threshold architecture. We want to have Condition object which then can evaluate arbitrary Conditions (especially no restriction on thresholds etc). This object will then be used in all threshold implementations (and potentially more implementations). We also want to have a View on thresholded images, rather can copying the images in the threshold method. This can then be done in the "burnIn" method as needed.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.