Package | Description |
---|---|
net.imglib2.realtransform | |
net.imglib2.realtransform.inverse | |
net.imglib2.roi |
Modifier and Type | Interface and Description |
---|---|
interface |
AffineGet
An n-dimensional affine transformation whose n×(
n+1) affine transformation matrix can be accessed via row and column
index.
|
interface |
ScaleAndTranslationGet
An n transform that applies a scaling first and then shifts coordinates.
|
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 |
AbstractAffineTransform
An abstract implementation of an affine transformation that returns default
values referring to the identity transformation for all fields.
|
class |
AbstractScale
n-d arbitrary scaling.
|
class |
AbstractTranslation
n-d translation.
|
class |
AffineTransform
An n-dimensional affine transformation.
|
class |
AffineTransform2D
2d-affine transformation.
|
class |
AffineTransform3D
3d-affine transformation.
|
class |
ExplicitInvertibleRealTransform
An
InvertibleRealTransform for which the forward and inverse
transforms are explicitly given as RealTransform s. |
class |
HomographyTransform2D
2D-homography
RealTransform to be applied to points in 2D-space. |
class |
InversePerspective3D
3d inverse perspective transformation.
|
class |
InverseRealTransform
Final implementation of the inverse of an
InvertibleRealTransform
that simply replaces apply by applyInverse and conversely. |
class |
InvertibleDeformationFieldTransform<T extends RealType<T>> |
class |
InvertibleRealTransformSequence
An
InvertibleRealTransform that is a sequence of
InvertibleRealTransforms . |
class |
Perspective3D
3d perspective transformation.
|
class |
PolarToCartesianTransform2D
Transforms 2D polar to cartesian coordinates.
|
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 |
ScaledPolarToTranslatedCartesianTransform2D
Transforms scaled polar to translated cartesian coordinates.
|
class |
SphericalToCartesianTransform3D
Transforms 3D spherical to cartesian coordinates.
|
class |
Translation |
class |
Translation2D
2-dimensional translation.
|
class |
Translation3D
3-dimensional translation.
|
Modifier and Type | Method and Description |
---|---|
InvertibleRealTransform |
InvertibleRealTransform.copy() |
InvertibleRealTransform |
ExplicitInvertibleRealTransform.copy() |
InvertibleRealTransform |
SphericalToCartesianTransform3D.inverse() |
InvertibleRealTransform |
ScaledPolarToTranslatedCartesianTransform2D.inverse() |
InvertibleRealTransform |
PolarToCartesianTransform2D.inverse() |
InvertibleRealTransform |
Perspective3D.inverse() |
InvertibleRealTransform |
InvertibleRealTransformSequence.inverse() |
InvertibleRealTransform |
InvertibleRealTransform.inverse()
Get the inverse transform.
|
InvertibleRealTransform |
InverseRealTransform.inverse() |
InvertibleRealTransform |
InversePerspective3D.inverse() |
Modifier and Type | Method and Description |
---|---|
static <T> RealTransformRandomAccessible<T,InverseRealTransform> |
RealViews.transform(RealRandomAccessible<T> source,
InvertibleRealTransform transformFromSource)
|
static <T> RealTransformRealRandomAccessible<T,InverseRealTransform> |
RealViews.transformReal(RealRandomAccessible<T> source,
InvertibleRealTransform transformFromSource)
See a
RealRandomAccessible as transformed by an
InvertibleRealTransform . |
Constructor and Description |
---|
InverseRealTransform(InvertibleRealTransform transform) |
Modifier and Type | Class and Description |
---|---|
class |
InvertibleTransformByGradientDescent
Use gradient descent to iteratively estimate the inverse of a differentiable
forward transformation.
|
class |
WrappedIterativeInvertibleRealTransform<T extends RealTransform> |
Modifier and Type | Method and Description |
---|---|
InvertibleRealTransform |
WrappedIterativeInvertibleRealTransform.inverse() |
Constructor and Description |
---|
RealTransformRealInterval(RealInterval source,
InvertibleRealTransform transformToSource)
Creates
Bounds for a transformed source interval. |
Copyright © 2015–2022 ImgLib2. All rights reserved.