Package | Description |
---|---|
net.imglib2.algorithm.kdtree | |
net.imglib2.realtransform | |
net.imglib2.realtransform.inverse | |
net.imglib2.roi |
Class and Description |
---|
AffineGet
An n-dimensional affine transformation whose n×(
n+1) affine transformation matrix can be accessed via row and column
index.
|
Class and Description |
---|
AbstractAffineTransform
An abstract implementation of an affine transformation that returns default
values referring to the identity transformation for all fields.
|
AbstractRealTransformSequence
Shared properties of
RealTransformSequence and
InvertibleRealTransformSequence , sequences of something that extends
RealTransforms . |
AbstractScale
n-d arbitrary scaling.
|
AbstractTranslation
n-d translation.
|
AffineGet
An n-dimensional affine transformation whose n×(
n+1) affine transformation matrix can be accessed via row and column
index.
|
AffineRandomAccessible
A
RandomAccessible whose samples are generated by rasterizing a
RealRandomAccessible transformed by an affine
transformation . |
AffineRandomAccessible.AffineRandomAccess
RealRandomAccess that generates its samples from a source
RealRandomAccessible at coordinates transformed by a
RealTransform . |
AffineRealRandomAccessible
A
RealRandomAccessible whose samples are generated from a
RealRandomAccessible transformed by an affine
transformation . |
AffineRealRandomAccessible.AffineRealRandomAccess
RealRandomAccess that generates its samples from a source
RealRandomAccessible at coordinates transformed by a
RealTransform . |
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.
|
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
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. |
InvertibleRealTransform
Invertible transformation from Rn to Rm
.
|
InvertibleRealTransformSequence
An
InvertibleRealTransform that is a sequence of
InvertibleRealTransforms . |
Perspective3D
3d perspective transformation.
|
PolarToCartesianTransform2D
Transforms 2D polar to cartesian coordinates.
|
PositionFieldTransform
A
RealTransform by continuous coordinate lookup. |
PositionRandomAccessible.PositionRandomAccess |
RealPositionRealRandomAccessible.RealPositionRealRandomAccess |
RealTransform
Transformation from Rn to Rm.
|
RealTransformRandomAccessible
A
RandomAccessible whose samples are generated by rasterizing a
RealRandomAccessible transformed by a RealTransform . |
RealTransformRandomAccessible.RealTransformRandomAccess
RealRandomAccess that generates its samples from a source
RealRandomAccessible at coordinates transformed by a
RealTransform . |
RealTransformRealRandomAccessible
A
RealRandomAccessible whose samples are generated from a
RealRandomAccessible transformed by an RealTransform . |
RealTransformRealRandomAccessible.RealTransformRealRandomAccess
RealRandomAccess that generates its samples from a source
RealRandomAccessible at coordinates transformed by a
RealTransform . |
RealTransformSequence
A sequence of
RealTransforms . |
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.
|
ScaleAndTranslationGet
An n transform that applies a scaling first and then shifts coordinates.
|
ScaledPolarToTranslatedCartesianTransform2D
Transforms scaled polar to translated cartesian coordinates.
|
ScaleGet
An n-dimensional scale whose fields can be accessed through their
dimension index or as a double array.
|
SphericalToCartesianTransform3D
Transforms 3D spherical to cartesian coordinates.
|
StackingRealRandomAccessible.StackingRealRandomAccess
RealRandomAccess that generates its samples from a lower
dimensional source |
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.
|
TranslationGet
An n-dimensional translation vector whose fields can be accessed
through their dimension index or as a double array.
|
Class and Description |
---|
AffineTransform
An n-dimensional affine transformation.
|
InvertibleRealTransform
Invertible transformation from Rn to Rm
.
|
RealTransform
Transformation from Rn to Rm.
|
Class and Description |
---|
AffineGet
An n-dimensional affine transformation whose n×(
n+1) affine transformation matrix can be accessed via row and column
index.
|
InvertibleRealTransform
Invertible transformation from Rn to Rm
.
|
RealTransform
Transformation from Rn to Rm.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.