Skip to content
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

Improve DataMover to Support More Types #4

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

maarzt
Copy link
Collaborator

@maarzt maarzt commented Aug 9, 2018

Tr2dSegmentationImportPlugin fails to load segmentations that are save in 8-bit unsigned byte type tif.
This is because DataMover doesn't support the conversion UnsignedByteType to IntType.

This PR:

  • Changes DataMover to support more types,
  • Uses ClassCopyProvider from imglib2 to preserve the performance while the code duplication is reduced.
  • Adds a benchmark and test for DataMover to assure correctness and performance.

@fjug fjug force-pushed the master branch 2 times, most recently from 214314e to f43aec4 Compare January 25, 2019 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant