-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: Add converters for all common image types
[CTR: There is one failing test... due to how SingleInputPreprocessors work. They eagerly try to convert. Now that this commit adds so many converters, we get a situation where e.g. the ActiveDatasetPreprocessor takes precedence over the ActiveImageDisplayPreprocessor when filling single ImageDisplay parameters, which is obviously bad... blargh.] This work is a major step toward resolving imagej/imagej-legacy#229, but does not quite do the entire job, since ij.ImagePlus is another image type on that list, which is not available from imagej-common. But we can add converters to imagej-legacy for ImagePlus to+from all other image types, and then we'll have everything covered. See also imagej/imagej-ops#54.
- Loading branch information
Showing
15 changed files
with
769 additions
and
486 deletions.
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
69 changes: 0 additions & 69 deletions
69
src/main/java/net/imagej/convert/DatasetToDatasetViewConverter.java
This file was deleted.
Oops, something went wrong.
57 changes: 0 additions & 57 deletions
57
src/main/java/net/imagej/convert/DatasetToImgConverter.java
This file was deleted.
Oops, something went wrong.
57 changes: 0 additions & 57 deletions
57
src/main/java/net/imagej/convert/DatasetToImgPlusConverter.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.