imagej / imagej/imagej-plugins-tools
Eliminate StackOfLongs
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 2
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
The flood fill code in IJ2 maintains a stack of longs for coordinates. It is a special class called StackOfLongs. Maybe we can eliminate it in favor of some Imglib Img construct. This might impact ij-data also.
Migrated-From: http://trac.imagej.net/ticket/1518
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.
Research direction
The issue centers on the StackOfLongs class used by IJ2 flood fill; first locate that class and the flood fill code, then inspect the relevant Imglib Img APIs and any affected ij-data code. Done means determining whether StackOfLongs can be removed without breaking flood fill or related ij-data behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100