Modifier and Type | Method and Description |
---|---|
InvertibleCoordinateTransform |
BigWarpTransform.getCoordinateTransform() |
InvertibleCoordinateTransform |
WrappedCoordinateTransform.getTransform() |
Constructor and Description |
---|
WrappedCoordinateTransform(InvertibleCoordinateTransform ct,
int nd) |
Modifier and Type | Class and Description |
---|---|
class |
InteractiveInvertibleCoordinateTransform<M extends Model<M> & InvertibleCoordinateTransform>
An interactive parent class for point based image deformation.
|
interface |
InvertibleMapping<T extends InvertibleCoordinateTransform>
Describes an invertible (bidirectional) mapping from
source into target.
|
class |
InvertibleTransformMapping<T extends InvertibleCoordinateTransform>
Use an
InvertibleCoordinateTransform to map
source into target
which is a Mapping . |
Modifier and Type | Field and Description |
---|---|
protected T |
InvertibleTransformMapping.transform |
Modifier and Type | Method and Description |
---|---|
static void |
BlockMatching.matchByMinimalSquareDifference(ij.process.FloatProcessor source,
ij.process.FloatProcessor target,
InvertibleCoordinateTransform transform,
int blockRadiusX,
int blockRadiusY,
int searchRadiusX,
int searchRadiusY,
Collection<? extends Point> sourcePoints,
Collection<PointMatch> sourceMatches)
Estimate point correspondences for a
Collection of Points among two images that are
approximately related by an InvertibleCoordinateTransform using
the square difference of pixel intensities as a similarity measure. |
Modifier and Type | Field and Description |
---|---|
protected InvertibleCoordinateTransform |
ImageTransform.transform |
Modifier and Type | Class and Description |
---|---|
class |
InvertibleConstantModel<A extends Model<A> & InvertibleCoordinateTransform,M extends InvertibleConstantModel<A,M>>
Invertible specialization of
ConstantModel . |
class |
InvertibleCoordinateTransformList<E extends InvertibleCoordinateTransform> |
class |
InvertibleInterpolatedModel<A extends Model<A> & InvertibleCoordinateTransform,B extends Model<B> & InvertibleCoordinateTransform,M extends InvertibleInterpolatedModel<A,B,M>>
Invertible specialization of
InterpolatedModel . |
class |
InvertibleInterpolatedModel<A extends Model<A> & InvertibleCoordinateTransform,B extends Model<B> & InvertibleCoordinateTransform,M extends InvertibleInterpolatedModel<A,B,M>>
Invertible specialization of
InterpolatedModel . |
Modifier and Type | Interface and Description |
---|---|
interface |
Affine1D<T extends Affine1D<T>> |
interface |
Affine2D<T extends Affine2D<T>> |
interface |
Affine3D<T extends Affine3D<T>> |
interface |
InvertibleBoundable |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAffineModel1D<M extends AbstractAffineModel1D<M>> |
class |
AbstractAffineModel2D<M extends AbstractAffineModel2D<M>> |
class |
AbstractAffineModel3D<M extends AbstractAffineModel3D<M>> |
class |
AffineModel1D |
class |
AffineModel2D
2d-affine transformation models to be applied to points in 2d-space.
|
class |
AffineModel3D
3d-affine transformation models to be applied to points in 3d-space.
|
class |
ConstantAffineModel1D<A extends Model<A> & Affine1D<A> & InvertibleBoundable>
1D affine specialization of
ConstantModel . |
class |
CoordinateTransformMesh |
class |
ElasticMovingLeastSquaresMesh<M extends AbstractModel<M>> |
class |
HomographyModel2D
2d-homography
AbstractModel to be applied to points in 2d-space. |
class |
IdentityModel
nd-identity
AbstractModel . |
class |
InterpolatedAffineModel1D<A extends Model<A> & Affine1D<A>,B extends Model<B> & Affine1D<B>>
1D affine specialization of
InterpolatedModel . |
class |
InterpolatedAffineModel2D<A extends Model<A> & Affine2D<A>,B extends Model<B> & Affine2D<B>>
2D affine specialization of
InterpolatedModel . |
class |
InterpolatedAffineModel3D<A extends Model<A> & Affine3D<A>,B extends Model<B> & Affine3D<B>>
3D affine specialization of
InterpolatedModel . |
class |
InvertibleConstantModel<A extends Model<A> & InvertibleCoordinateTransform,M extends InvertibleConstantModel<A,M>>
Invertible specialization of
ConstantModel . |
class |
InvertibleCoordinateTransformList<E extends InvertibleCoordinateTransform> |
class |
InvertibleInterpolatedModel<A extends Model<A> & InvertibleCoordinateTransform,B extends Model<B> & InvertibleCoordinateTransform,M extends InvertibleInterpolatedModel<A,B,M>>
Invertible specialization of
InterpolatedModel . |
class |
MovingLeastSquaresMesh<M extends AbstractModel<M>>
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.
|
class |
RigidModel2D
2d-rigid transformation models to be applied to points in 2d-space.
|
class |
RigidModel3D |
class |
SimilarityModel2D
2d-similarity transformation models to be applied to points in 2d-space.
|
class |
SimilarityModel3D
3d-rigid transformation models to be applied to points in 3d-space.
|
class |
SpringMesh
A
TransformMesh with all Vertices being interconnected by springs. |
class |
TransformMesh
Triangular transformation mesh.
|
class |
TranslationModel1D
1d-translation
AbstractModel to be applied to points in 1d-space. |
class |
TranslationModel2D
2d-translation
AbstractModel to be applied to points in 2d-space. |
class |
TranslationModel3D |
Modifier and Type | Method and Description |
---|---|
InvertibleCoordinateTransform |
InvertibleInterpolatedModel.createInverse() |
InvertibleCoordinateTransform |
InvertibleCoordinateTransform.createInverse() |
InvertibleCoordinateTransform |
InvertibleConstantModel.createInverse() |
Modifier and Type | Class and Description |
---|---|
class |
EquirectangularProjection
A rectlinear projection from equirectangular coordinates (longitude,
latitude).
|
class |
PanoramaCamera<T extends PanoramaCamera<T>>
Essentially, a simplified homography that allows panning (λ), tilting
(φ) and and zooming (f) only.
|
class |
RectlinearCamera
Essentially, a simplified homography that allows panning (λ), tilting
(φ) and and zooming (f) only.
|
Modifier and Type | Method and Description |
---|---|
protected static <T extends RealType<T>> |
OverlayFusion.fuseChannel(Img<T> output,
RealRandomAccessible<FloatType> input,
double[] offset,
InvertibleCoordinateTransform transform)
Fuse one slice/volume (one channel)
|
Modifier and Type | Interface and Description |
---|---|
interface |
InvertibleCoordinateTransform
|
Modifier and Type | Method and Description |
---|---|
static <T extends RealType<T>> |
OverlayFusion.fuseChannel(Image<T> output,
Image<FloatType> input,
float[] offset,
InvertibleCoordinateTransform transform,
InterpolatorFactory<FloatType> factory)
Fuse one slice/volume (one channel)
|
Copyright © 2015–2021 Fiji. All rights reserved.