Package | Description |
---|---|
net.imglib2.realtransform | |
net.imglib2.realtransform.inverse |
Modifier and Type | Field and Description |
---|---|
protected AffineTransform |
AffineTransform.inverse |
Modifier and Type | Method and Description |
---|---|
AffineTransform |
AffineTransform.concatenate(AffineGet affine) |
AffineTransform |
AffineTransform.copy() |
AffineTransform |
AffineTransform.inverse() |
AffineTransform |
ThinplateSplineTransform.jacobian(double[] x) |
AffineTransform |
AffineTransform.preConcatenate(AffineGet affine) |
Constructor and Description |
---|
AffineTransform(AffineTransform inverse) |
Modifier and Type | Field and Description |
---|---|
protected AffineTransform |
RealTransformFiniteDerivatives.jacobian |
Modifier and Type | Method and Description |
---|---|
AffineTransform |
RegularizedDifferentiableRealTransform.jacobian(double[] x)
Returns the jacobian matrix of this transform at the point x.
|
AffineTransform |
RealTransformFiniteDerivatives.jacobian(double[] x)
Estimates the jacobian matrix at x of the wrapped RealTransform.
|
AffineTransform |
DifferentiableRealTransform.jacobian(double[] x)
Returns the jacobian matrix of this transform at the point x.
|
abstract AffineTransform |
AbstractDifferentiableRealTransform.jacobian(double[] x)
Returns the jacobian matrix of this transform at the point x.
|
static AffineTransform |
AbstractDifferentiableRealTransform.matrixTranspose(AffineTransform a) |
Modifier and Type | Method and Description |
---|---|
static void |
AbstractDifferentiableRealTransform.directionToward(AffineTransform jacobian,
double[] displacement,
double[] x,
double[] y) |
static AffineTransform |
AbstractDifferentiableRealTransform.matrixTranspose(AffineTransform a) |
Copyright © 2015–2022 ImgLib2. All rights reserved.