Interface | Description |
---|---|
AffineGet |
An n-dimensional affine transformation whose n×(
n+1) affine transformation matrix can be accessed via row and column
index.
|
AffineSet |
An n-dimensional affine transformation whose n×(
n+1) affine transformation matrix can be set via row and column
index and from double arrays.
|
InvertibleRealTransform |
Invertible transformation from Rn to Rm
.
|
RealTransform |
Transformation from Rn to Rm.
|
ScaleAndTranslationGet |
An n transform that applies a scaling first and then shifts coordinates.
|
ScaleGet |
An n-dimensional scale whose fields can be accessed through their
dimension index or as a double array.
|
TranslationGet |
An n-dimensional translation vector whose fields can be accessed
through their dimension index or as a double array.
|
Class | Description |
---|---|
AbstractAffineTransform |
An abstract implementation of an affine transformation that returns default
values referring to the identity transformation for all fields.
|
AbstractRealTransformSequence<R extends RealTransform> |
Shared properties of
RealTransformSequence and
InvertibleRealTransformSequence , sequences of something that extends
RealTransforms . |
AbstractScale |
n-d arbitrary scaling.
|
AbstractTranslation |
n-d translation.
|
AffineRandomAccessible<T,R extends AffineGet> |
A
RandomAccessible whose samples are generated by rasterizing a
RealRandomAccessible transformed by an affine
transformation . |
AffineRealRandomAccessible<T,R extends AffineGet> |
A
RealRandomAccessible whose samples are generated from a
RealRandomAccessible transformed by an affine
transformation . |
AffineTransform |
An n-dimensional affine transformation.
|
AffineTransform2D |
2d-affine transformation.
|
AffineTransform2D.AffineMatrix2D | |
AffineTransform3D |
3d-affine transformation.
|
AffineTransform3D.AffineMatrix3D | |
ClippedTransitionRealTransform |
A
RealTransform that transitions between two n-dimensional
RealTransforms . |
DeformationFieldTransform<T extends RealType<T>> |
A
RealTransform by continuous offset lookup. |
ExplicitInvertibleRealTransform |
An
InvertibleRealTransform for which the forward and inverse
transforms are explicitly given as RealTransform s. |
HomographyTransform2D |
2D-homography
RealTransform to be applied to points in 2D-space. |
InterpolatedRealTransform |
A
RealTransform that linearly interpolates between two
RealTransforms . |
InversePerspective3D |
3d inverse perspective transformation.
|
InverseRealTransform |
Final implementation of the inverse of an
InvertibleRealTransform
that simply replaces apply by applyInverse and conversely. |
InvertibleDeformationFieldTransform<T extends RealType<T>> | |
InvertibleRealTransformSequence |
An
InvertibleRealTransform that is a sequence of
InvertibleRealTransforms . |
Perspective3D |
3d perspective transformation.
|
PolarToCartesianTransform2D |
Transforms 2D polar to cartesian coordinates.
|
PolynomialTransform2D |
A 2D polynomial transform of n-th order.
|
PositionFieldTransform<T extends RealType<T>> |
A
RealTransform by continuous coordinate lookup. |
PositionRandomAccessible |
A
RandomAccessible over the d-th position of discrete
coordinate space. |
RealPositionRealRandomAccessible |
A
RealRandomAccessible over the d-th position of real
coordinate space. |
RealTransformRandomAccessible<T,R extends RealTransform> |
A
RandomAccessible whose samples are generated by rasterizing a
RealRandomAccessible transformed by a RealTransform . |
RealTransformRealRandomAccessible<T,R extends RealTransform> |
A
RealRandomAccessible whose samples are generated from a
RealRandomAccessible transformed by an RealTransform . |
RealTransformSequence |
A sequence of
RealTransforms . |
RealViews |
Convenience factory methods for
RealRandomAccessibles transformed in real coordinate space by
InvertibleRealTransforms . |
RealViewsSimplifyUtils | |
Scale |
n-d arbitrary scaling.
|
Scale2D |
2-d arbitrary scaling.
|
Scale3D |
3-d arbitrary scaling.
|
ScaleAndTranslation |
An n transform that applies a scaling first and then shifts coordinates.
|
ScaledPolarToTranslatedCartesianTransform2D |
Transforms scaled polar to translated cartesian coordinates.
|
SphericalToCartesianTransform3D |
Transforms 3D spherical to cartesian coordinates.
|
StackingRealRandomAccessible<T> |
A
RealRandomAccessible whose samples are generated by trivial
projection of the lower dimensional source
into a higher dimensional target by continuous
stacking, i.e. |
ThinplateSplineTransform |
An n-dimensional thin plate spline transform backed by John
Bogovic's jitk-tps
library.
|
Translation | |
Translation2D |
2-dimensional translation.
|
Translation3D |
3-dimensional translation.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.