Class and Description |
---|
AbstractModel
Abstract class for arbitrary transformation models to be applied
to
Points in n-dimensional space. |
Class and Description |
---|
AbstractModel
Abstract class for arbitrary transformation models to be applied
to
Points in n-dimensional space. |
CoordinateTransform |
Class and Description |
---|
AbstractAffineModel2D |
AbstractAffineModel3D |
InvertibleCoordinateTransform |
Model
CoordinateTransform whose parameters can be estimated through
a least-squares(like) fit. |
Class and Description |
---|
AbstractModel
Abstract class for arbitrary transformation models to be applied
to
Points in n-dimensional space. |
CoordinateTransform |
IllDefinedDataPointsException
Signalizes that there were not enough data points available to estimate the
AbstractModel . |
Model
CoordinateTransform whose parameters can be estimated through
a least-squares(like) fit. |
NotEnoughDataPointsException
Signalizes that there were not enough data points available to estimate the
AbstractModel . |
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
Class and Description |
---|
AbstractAffineModel2D |
Class and Description |
---|
Point
An n-dimensional point.
|
Class and Description |
---|
AffineModel3D
3d-affine transformation models to be applied to points in 3d-space.
|
Class and Description |
---|
CoordinateTransform |
NoninvertibleModelException
Signalizes that a
AbstractModel is not invertible. |
Class and Description |
---|
CoordinateTransform |
Class and Description |
---|
AbstractAffineModel2D |
AbstractModel
Abstract class for arbitrary transformation models to be applied
to
Points in n-dimensional space. |
CoordinateTransform |
IllDefinedDataPointsException
Signalizes that there were not enough data points available to estimate the
AbstractModel . |
Model
CoordinateTransform whose parameters can be estimated through
a least-squares(like) fit. |
NotEnoughDataPointsException
Signalizes that there were not enough data points available to estimate the
AbstractModel . |
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
Class and Description |
---|
IllDefinedDataPointsException
Signalizes that there were not enough data points available to estimate the
AbstractModel . |
Model
CoordinateTransform whose parameters can be estimated through
a least-squares(like) fit. |
NotEnoughDataPointsException
Signalizes that there were not enough data points available to estimate the
AbstractModel . |
Point
An n-dimensional point.
|
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
Class and Description |
---|
AffineModel2D
2d-affine transformation models to be applied to points in 2d-space.
|
CoordinateTransform |
IllDefinedDataPointsException
Signalizes that there were not enough data points available to estimate the
AbstractModel . |
InverseCoordinateTransform |
InvertibleCoordinateTransform |
Model
CoordinateTransform whose parameters can be estimated through
a least-squares(like) fit. |
NotEnoughDataPointsException
Signalizes that there were not enough data points available to estimate the
AbstractModel . |
Point
An n-dimensional point.
|
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
TransformMesh
Triangular transformation mesh.
|
Class and Description |
---|
AbstractAffineModel2D |
CoordinateTransform |
ErrorStatistic |
InvertibleCoordinateTransform |
Model
CoordinateTransform whose parameters can be estimated through
a least-squares(like) fit. |
Point
An n-dimensional point.
|
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
Class and Description |
---|
AbstractModel
Abstract class for arbitrary transformation models to be applied
to
Points in n-dimensional space. |
IllDefinedDataPointsException
Signalizes that there were not enough data points available to estimate the
AbstractModel . |
InverseCoordinateTransform |
NotEnoughDataPointsException
Signalizes that there were not enough data points available to estimate the
AbstractModel . |
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
Class and Description |
---|
Point
An n-dimensional point.
|
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
Class and Description |
---|
Point
An n-dimensional point.
|
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
Class and Description |
---|
AbstractModel
Abstract class for arbitrary transformation models to be applied
to
Points in n-dimensional space. |
Point
An n-dimensional point.
|
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
Class and Description |
---|
Boundable
A
CoordinateTransform that, for a given source interval in
n-space, can estimate the target interval in n-space. |
InvertibleCoordinateTransform |
Class and Description |
---|
InvertibleBoundable |
Class and Description |
---|
AbstractAffineModel1D |
AbstractAffineModel2D |
AbstractAffineModel3D |
AbstractModel
Abstract class for arbitrary transformation models to be applied
to
Points in n-dimensional space. |
AbstractMovingLeastSquaresTransform
Smooth coordinate transformation interpolating between a set of control
points that are maped exactly on top of each other using landmark based deformation by means
of Moving Least Squares as described by \citet{SchaeferAl06}.
|
Affine1D |
Affine2D |
Affine3D |
AffineModel1D |
AffineModel2D
2d-affine transformation models to be applied to points in 2d-space.
|
AffineModel3D
3d-affine transformation models to be applied to points in 3d-space.
|
Boundable
A
CoordinateTransform that, for a given source interval in
n-space, can estimate the target interval in n-space. |
ConstantAffineModel1D
1D affine specialization of
ConstantModel . |
ConstantModel
Wraps another models but does not pass through calls to
Model.fit(float[][], float[][], float[]) . |
CoordinateTransform |
CoordinateTransformMap2D
A
CoordinateTransform that is saved as a LUT on integer coordinates. |
ErrorStatistic |
IdentityModel
nd-identity
AbstractModel . |
IllDefinedDataPointsException
Signalizes that there were not enough data points available to estimate the
AbstractModel . |
InterpolatedAffineModel1D
1D affine specialization of
InterpolatedModel . |
InterpolatedAffineModel2D
2D affine specialization of
InterpolatedModel . |
InterpolatedAffineModel3D
3D affine specialization of
InterpolatedModel . |
InterpolatedModel
Linearly interpolates between two independent models.
|
InverseBoundable
An
InverseCoordinateTransform that, for a given source interval in
n-space, can estimate the target interval in n-space. |
InverseCoordinateTransform |
InvertibleBoundable |
InvertibleConstantModel
Invertible specialization of
ConstantModel . |
InvertibleCoordinateTransform |
InvertibleInterpolatedModel
Invertible specialization of
InterpolatedModel . |
Model
CoordinateTransform whose parameters can be estimated through
a least-squares(like) fit. |
MovingLeastSquaresMesh
A transformation mesh that implements a landmark based deformation by means
of Moving Least Squares as described by \citet{SchaeferAl06} inspired by the
implementation of Johannes Schindelin.
|
NoninvertibleModelException
Signalizes that a
AbstractModel is not invertible. |
NotEnoughDataPointsException
Signalizes that there were not enough data points available to estimate the
AbstractModel . |
Point
An n-dimensional point.
|
PointFactory |
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
PointMatchFactory |
RigidModel2D
2d-rigid transformation models to be applied to points in 2d-space.
|
RigidModel3D |
SimilarityModel2D
2d-similarity transformation models to be applied to points in 2d-space.
|
SimilarityModel3D
3d-rigid transformation models to be applied to points in 3d-space.
|
Spring
A simple spring model.
|
SpringMesh
A
TransformMesh with all Vertices being interconnected by springs. |
Tile |
TileConfiguration
A configuration of tiles.
|
TransformList
A generic list of transforms
|
TransformMesh
Triangular transformation mesh.
|
TranslationModel1D
1d-translation
AbstractModel to be applied to points in 1d-space. |
TranslationModel2D
2d-translation
AbstractModel to be applied to points in 2d-space. |
TranslationModel3D |
Vertex |
Class and Description |
---|
CoordinateTransform |
InverseCoordinateTransform |
InvertibleCoordinateTransform |
NoninvertibleModelException
Signalizes that a
AbstractModel is not invertible. |
Class and Description |
---|
Point
An n-dimensional point.
|
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
Class and Description |
---|
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
RigidModel3D |
Class and Description |
---|
AbstractModel
Abstract class for arbitrary transformation models to be applied
to
Points in n-dimensional space. |
CoordinateTransform |
IllDefinedDataPointsException
Signalizes that there were not enough data points available to estimate the
AbstractModel . |
Model
CoordinateTransform whose parameters can be estimated through
a least-squares(like) fit. |
NotEnoughDataPointsException
Signalizes that there were not enough data points available to estimate the
AbstractModel . |
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
Class and Description |
---|
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
Class and Description |
---|
Point
An n-dimensional point.
|
Class and Description |
---|
AbstractAffineModel3D |
AffineModel3D
3d-affine transformation models to be applied to points in 3d-space.
|
Class and Description |
---|
AbstractAffineModel3D |
IllDefinedDataPointsException
Signalizes that there were not enough data points available to estimate the
AbstractModel . |
NoninvertibleModelException
Signalizes that a
AbstractModel is not invertible. |
NotEnoughDataPointsException
Signalizes that there were not enough data points available to estimate the
AbstractModel . |
Point
An n-dimensional point.
|
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
Tile |
TileConfiguration
A configuration of tiles.
|
Class and Description |
---|
AbstractAffineModel3D |
Class and Description |
---|
AffineModel3D
3d-affine transformation models to be applied to points in 3d-space.
|
Class and Description |
---|
AbstractAffineModel3D |
Class and Description |
---|
AbstractAffineModel3D |
Point
An n-dimensional point.
|
Class and Description |
---|
NoninvertibleModelException
Signalizes that a
AbstractModel is not invertible. |
Class and Description |
---|
Model
CoordinateTransform whose parameters can be estimated through
a least-squares(like) fit. |
Point
An n-dimensional point.
|
RigidModel3D |
Tile |
Class and Description |
---|
Model
CoordinateTransform whose parameters can be estimated through
a least-squares(like) fit. |
Point
An n-dimensional point.
|
Class and Description |
---|
AbstractAffineModel3D |
Model
CoordinateTransform whose parameters can be estimated through
a least-squares(like) fit. |
Point
An n-dimensional point.
|
Class and Description |
---|
Model
CoordinateTransform whose parameters can be estimated through
a least-squares(like) fit. |
Point
An n-dimensional point.
|
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
Tile |
TileConfiguration
A configuration of tiles.
|
Class and Description |
---|
InvertibleBoundable |
Class and Description |
---|
AbstractModel
Abstract class for arbitrary transformation models to be applied
to
Points in n-dimensional space. |
Affine2D |
AffineModel2D
2d-affine transformation models to be applied to points in 2d-space.
|
Model
CoordinateTransform whose parameters can be estimated through
a least-squares(like) fit. |
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
RigidModel2D
2d-rigid transformation models to be applied to points in 2d-space.
|
SimilarityModel2D
2d-similarity transformation models to be applied to points in 2d-space.
|
Tile |
TileConfiguration
A configuration of tiles.
|
TranslationModel2D
2d-translation
AbstractModel to be applied to points in 2d-space. |
Class and Description |
---|
AbstractModel
Abstract class for arbitrary transformation models to be applied
to
Points in n-dimensional space. |
Point
An n-dimensional point.
|
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
Class and Description |
---|
AffineModel2D
2d-affine transformation models to be applied to points in 2d-space.
|
AffineModel3D
3d-affine transformation models to be applied to points in 3d-space.
|
CoordinateTransform |
CoordinateTransformList
TODO Think about if it should really implement Boundable.
|
HomographyModel2D
2d-homography
AbstractModel to be applied to points in 2d-space. |
InvertibleCoordinateTransform |
InvertibleCoordinateTransformList |
MovingLeastSquaresTransform
Smooth coordinate transformation interpolating between a set of control
points that are maped exactly on top of each other using landmark based
deformation by means of Moving Least Squares as described by
\citet{SchaeferAl06}.
|
MovingLeastSquaresTransform2
Alternative implementation of the smooth coordinate transformation
interpolating between a set of control points that are maped exactly on top
of each other using landmark based deformation by means of Moving Least
Squares as described by \citet{SchaeferAl06}.
|
PolynomialTransform2D |
RigidModel2D
2d-rigid transformation models to be applied to points in 2d-space.
|
SimilarityModel2D
2d-similarity transformation models to be applied to points in 2d-space.
|
TransformMesh
Triangular transformation mesh.
|
TranslationModel2D
2d-translation
AbstractModel to be applied to points in 2d-space. |
TranslationModel3D |
Class and Description |
---|
AbstractAffineModel3D |
AffineModel3D
3d-affine transformation models to be applied to points in 3d-space.
|
CoordinateTransform |
NoninvertibleModelException
Signalizes that a
AbstractModel is not invertible. |
RigidModel3D |
Class and Description |
---|
Affine1D |
AffineModel2D
2d-affine transformation models to be applied to points in 2d-space.
|
CoordinateTransform |
Model
CoordinateTransform whose parameters can be estimated through
a least-squares(like) fit. |
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
Tile |
Class and Description |
---|
IllDefinedDataPointsException
Signalizes that there were not enough data points available to estimate the
AbstractModel . |
Model
CoordinateTransform whose parameters can be estimated through
a least-squares(like) fit. |
NotEnoughDataPointsException
Signalizes that there were not enough data points available to estimate the
AbstractModel . |
Class and Description |
---|
AbstractModel
Abstract class for arbitrary transformation models to be applied
to
Points in n-dimensional space. |
InvertibleBoundable |
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
Class and Description |
---|
InvertibleBoundable |
InvertibleCoordinateTransform |
Model
CoordinateTransform whose parameters can be estimated through
a least-squares(like) fit. |
NotEnoughDataPointsException
Signalizes that there were not enough data points available to estimate the
AbstractModel . |
Point
An n-dimensional point.
|
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
Tile |
Class and Description |
---|
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
Class and Description |
---|
Point
An n-dimensional point.
|
PointMatch
A link between two
Points that are expected to be ideally at
the same location in the world coordinate space. |
Class and Description |
---|
Point
An n-dimensional point.
|
Class and Description |
---|
AbstractAffineModel3D |
AbstractModel
Abstract class for arbitrary transformation models to be applied
to
Points in n-dimensional space. |
Affine3D |
Model
CoordinateTransform whose parameters can be estimated through
a least-squares(like) fit. |
Point
An n-dimensional point.
|
RigidModel3D |
Tile |
TileConfiguration
A configuration of tiles.
|
Class and Description |
---|
Point
An n-dimensional point.
|
Class and Description |
---|
AbstractModel
Abstract class for arbitrary transformation models to be applied
to
Points in n-dimensional space. |
Model
CoordinateTransform whose parameters can be estimated through
a least-squares(like) fit. |
Tile |
Copyright © 2015–2021 Fiji. All rights reserved.