Interface | Description |
---|---|
Img<T> |
An
Img is a RandomAccessibleInterval that has its min at
0n and its max positive. |
NativeImg<T extends Type<T>,A> |
TODO
|
NativeLongAccessImg<T extends Type<T>,A> |
TODO
|
WrappedImg<T> |
An object that wraps an
Img somehow. |
Class | Description |
---|---|
AbstractImg<T> |
TODO
|
AbstractNativeImg<T extends NativeType<T>,A> |
TODO
|
AbstractNativeLongAccessImg<T extends NativeLongAccessType<T>,A> |
TODO
|
ImagePlusAdapter |
Provides convenience functions to wrap ImageJ 1.x data structures as ImgLib2
ones.
|
ImgFactory<T> |
TODO
|
ImgView<T extends Type<T>> |
Allows a
RandomAccessibleInterval to be treated as an Img . |
NativeImgFactory<T extends NativeType<T>> |
TODO: get rid of
NativeImgFactory ??? |
NativeLongAccessImgFactory<T extends NativeLongAccessType<T>> |
TODO
|
VirtualStackAdapter |
Wrapper for ImagePlus using imglib2-caches.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.