-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Imglib roi io support #5
Draft
tomburke-rse
wants to merge
26
commits into
master
Choose a base branch
from
imglib-roi-io_support
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 24 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
c3a596e
Added implementation for adding segmentation source while fetching se…
d3283f3
Get method for getting segmentation source from each label of a region
ceafba7
TEMPORARY SNAPSHOT dependency imglib2-roi-0.10.3-SNAPSHOT
tpietzsch 3428e31
Replace use of deprecated LabelingMapping.SerialisationAccess
tpietzsch 2a9af7a
TEMPORARY debug output
tpietzsch cbd14ea
Apparent fix for SCIFIO throwing error messages
tpietzsch 7ae161a
TEMPORARY debug output
tpietzsch f07476b
XmlIoLabelingPlus: write LabelingMapping to separate file in binary f…
tpietzsch d024e74
LabelData: Use Trove TIntList for fragmentIndices
tpietzsch 9174135
Remove unnecessary explicit type arguments
tpietzsch 3f7fb29
Add LabelingPlus.pack() method to discard unused intermediate label sets
tpietzsch f9dae07
Remove debug output
tpietzsch 4ccd670
Fix LabelingPlus.pack() bug
tpietzsch d176639
Let LabelingSegment only construct its LabelRegion on demand
tpietzsch 25ffdeb
Let FlatForest.Node return its size
tpietzsch 7bbcff0
Add support for BSON file format
tomburke-rse 2f5b3fe
Update tests, usage and dependency
tomburke-rse 2d0ccaf
Merge branch 'TagSegmentWithSource-tobi' into imglib-roi-io_support
tomburke-rse 4f1f552
Fit the latest roi-io changes
tomburke-rse bccba75
New mvn wants https only...
fjug 123cd7b
more https stuff
fjug 35f1959
Update version
tomburke-rse d149684
Merge branch 'imglib-roi-io_support' of https://github.com/TrNdy/inda…
tomburke-rse b2686b9
Quickfix tests
tomburke-rse c8f400a
Switch parent-pom to scijava
tomburke-rse 60cb93d
Fix tests
tomburke-rse File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 for moving this upstream into
imglib2-roi
!