Class | Description |
---|---|
IJLoader<T extends NumericType<T> & NativeType<T>> |
An ImageJ-powered implementation of a disk-based
CacheLoader :
the file system is the cache, and requests to load image file paths
are executed using ImageJ's IJ.openImage(java.lang.String) ,
and wrapped as PlanarImg via the ImageJFunctions.wrap(ij.ImagePlus) . |
Load |
Copyright © 2015–2022 ImgLib2. All rights reserved.