T
- public class IJLoader<T extends NumericType<T> & NativeType<T>> extends Object implements CacheLoader<String,Img<T>>
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)
.Constructor and Description |
---|
IJLoader() |
public Img<T> get(String path)
get
in interface CacheLoader<String,Img<T extends NumericType<T> & NativeType<T>>>
Copyright © 2015–2022 ImgLib2. All rights reserved.