Package | Description |
---|---|
net.imglib2.realtransform |
Modifier and Type | Interface and Description |
---|---|
interface |
ScaleGet
An n-dimensional scale whose fields can be accessed through their
dimension index or as a double array.
|
interface |
TranslationGet
An n-dimensional translation vector whose fields can be accessed
through their dimension index or as a double array.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractScale
n-d arbitrary scaling.
|
class |
AbstractTranslation
n-d translation.
|
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 | Method and Description |
---|---|
ScaleAndTranslationGet |
ScaleAndTranslationGet.copy() |
ScaleAndTranslationGet |
ScaleAndTranslationGet.inverse() |
Modifier and Type | Method and Description |
---|---|
Class<ScaleAndTranslationGet> |
ScaleAndTranslation.getConcatenableClass() |
Class<ScaleAndTranslationGet> |
ScaleAndTranslation.getPreConcatenableClass() |
Modifier and Type | Method and Description |
---|---|
ScaleAndTranslation |
ScaleAndTranslation.concatenate(ScaleAndTranslationGet a) |
ScaleAndTranslation |
ScaleAndTranslation.preConcatenate(ScaleAndTranslationGet a) |
Copyright © 2015–2022 ImgLib2. All rights reserved.