public class BigWarpTransform extends Object
Constructor and Description |
---|
BigWarpTransform(LandmarkTableModel tableModel) |
BigWarpTransform(LandmarkTableModel tableModel,
String transformType) |
Modifier and Type | Method and Description |
---|---|
AffineTransform3D |
affine3d()
Returns an AffineTransform3D that represents the the transform if the transform
is linear, or is the affine part of the transform if it is non-linear.
|
double[][] |
affinePartOfTpsHC()
Returns the affine part of the thin plate spline model,
as a matrix in homogeneous coordinates.
|
String |
affineToString() |
void |
fitModel(Model<?> model) |
InvertibleCoordinateTransform |
getCoordinateTransform() |
AbstractAffineModel2D<?> |
getModel2D() |
AbstractAffineModel3D<?> |
getModel3D() |
Model<?> |
getModelType() |
ThinplateSplineTransform |
getTps() |
ThinPlateR2LogRSplineKernelTransform |
getTpsBase() |
InvertibleRealTransform |
getTransformation() |
InvertibleRealTransform |
getTransformation(int index) |
String |
getTransformType() |
void |
printAffine() |
void |
setTransformType(String transformType) |
String |
transformToString() |
InvertibleRealTransform |
unwrap2d(InvertibleRealTransform ixfm) |
public BigWarpTransform(LandmarkTableModel tableModel)
public BigWarpTransform(LandmarkTableModel tableModel, String transformType)
public void setTransformType(String transformType)
public String getTransformType()
public InvertibleRealTransform getTransformation()
public InvertibleRealTransform getTransformation(int index)
public void fitModel(Model<?> model)
public Model<?> getModelType()
public AbstractAffineModel3D<?> getModel3D()
public AbstractAffineModel2D<?> getModel2D()
public InvertibleCoordinateTransform getCoordinateTransform()
public InvertibleRealTransform unwrap2d(InvertibleRealTransform ixfm)
public AffineTransform3D affine3d()
public ThinPlateR2LogRSplineKernelTransform getTpsBase()
public ThinplateSplineTransform getTps()
public void printAffine()
public String transformToString()
public String affineToString()
public double[][] affinePartOfTpsHC()
Copyright © 2015–2021 Fiji. All rights reserved.