Package | Description |
---|---|
net.imglib2.type | |
net.imglib2.type.label | |
net.imglib2.type.numeric |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNativeType<T extends AbstractNativeType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
BasePairCharType
Representation of base pairs using one char per entry, supported characters:
gap, N, A, T, G, C, U Bases are handled using the
BasePairBitType.Base enumeration. |
Modifier and Type | Class and Description |
---|---|
class |
ARGBType
A
native NumericType that encodes four channels at
unsigned byte precision into one 32bit signed integer which is the format
used in most display oriented image processing libraries such as AWT or
ImageJ. |
Copyright © 2015–2022 ImgLib2. All rights reserved.