Package | Description |
---|---|
net.imglib2.transform.integer | |
net.imglib2.view |
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentMapping
Map the components of the source vector to obtain the target vector, for
instance transform (x,y,z) to (x,z,y).
|
interface |
Slicing
TODO
|
interface |
Translation
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMixedTransform
TODO
|
class |
ComponentMappingTransform
Map the components of the source vector to obtain the target vector, for
instance transform (x,y,z) to (x,z,y).
|
class |
MixedTransform
Mixed transform allows to express common integer view transformations such as
translation, rotation, rotoinversion, and projection.
|
class |
SlicingTransform
Map the components of the source vector to a slice of the target space, for
instance transform (x,y) to (x,C,y) where C is a constant.
|
class |
TranslationTransform
TODO
|
class |
TranslationTransform.InverseTranslationTransform |
Modifier and Type | Method and Description |
---|---|
Class<Mixed> |
MixedTransform.getConcatenableClass() |
Class<Mixed> |
MixedTransform.getPreConcatenableClass() |
Modifier and Type | Method and Description |
---|---|
MixedTransform |
MixedTransform.concatenate(Mixed t) |
MixedTransform |
MixedTransform.preConcatenate(Mixed t) |
void |
MixedTransform.set(Mixed transform)
set parameters to
transform . |
Modifier and Type | Method and Description |
---|---|
static Mixed |
ViewTransforms.permute(int numDimensions,
int fromAxis,
int toAxis)
Returns the transformation that is used by
Views.permute(RandomAccessible, int, int) . |
static Mixed |
ViewTransforms.rotate(int numDimensions,
int fromAxis,
int toAxis)
Returns the transformation that is used by
Views.rotate(RandomAccessible, int, int) . |
Modifier and Type | Method and Description |
---|---|
static boolean |
TransformBuilder.isComponentMapping(Mixed t) |
static boolean |
TransformBuilder.isIdentity(Mixed t) |
static boolean |
TransformBuilder.isSlicing(Mixed t) |
static boolean |
TransformBuilder.isTranslation(Mixed t) |
Constructor and Description |
---|
MixedTransformView(RandomAccessible<T> source,
Mixed transformToSource) |
Copyright © 2015–2022 ImgLib2. All rights reserved.