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 Transformpublic boolean isIdentity()
isIdentity in interface Transformpublic int getTransformType()
getTransformType in interface Transformpublic String toStringIndented(String indent)
toStringIndented in interface Transformpublic 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.