Bookstein.Bookstein1d
Modifier and Type | Field and Description |
---|---|
protected Point3d[] |
originalPoints |
protected Point3d[] |
transformedPoints |
BOOKSTEIN, FASTMATRIX
Constructor and Description |
---|
BooksteinTransform(Point3d[] orig,
Point3d[] trans) |
Modifier and Type | Method and Description |
---|---|
void |
apply(double x,
double y,
double z) |
void |
apply(double x,
double y,
double z,
double[] result) |
Transform |
composeWith(Transform t) |
int |
getTransformType() |
BooksteinTransform |
inverse() |
boolean |
isIdentity() |
String |
toStringIndented(String indent) |
protected Point3d[] originalPoints
protected Point3d[] transformedPoints
public BooksteinTransform inverse()
public Transform composeWith(Transform t)
composeWith
in interface Transform
public boolean isIdentity()
isIdentity
in interface Transform
public int getTransformType()
getTransformType
in interface Transform
public String toStringIndented(String indent)
toStringIndented
in interface Transform
public void apply(double x, double y, double z, double[] result)
public void apply(double x, double y, double z)
Copyright © 2015–2021 Fiji. All rights reserved.