Package | Description |
---|---|
net.imglib2.concatenate | |
net.imglib2.realtransform | |
net.imglib2.transform.integer |
Modifier and Type | Method and Description |
---|---|
PreConcatenable<A> |
PreConcatenable.preConcatenate(A a)
Pre-concatenate this object with a.
|
Modifier and Type | Class and Description |
---|---|
class |
AffineTransform
An n-dimensional affine transformation.
|
class |
AffineTransform2D
2d-affine transformation.
|
class |
AffineTransform3D
3d-affine transformation.
|
class |
Scale
n-d arbitrary scaling.
|
class |
Scale2D
2-d arbitrary scaling.
|
class |
Scale3D
3-d arbitrary scaling.
|
class |
ScaleAndTranslation
An n transform that applies a scaling first and then shifts coordinates.
|
class |
Translation |
class |
Translation2D
2-dimensional translation.
|
class |
Translation3D
3-dimensional translation.
|
Modifier and Type | Class and Description |
---|---|
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 |
Copyright © 2015–2022 ImgLib2. All rights reserved.