|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.grocottlab.atlas_toolkit.OrthogonalTransform
public class OrthogonalTransform
A class for holding 2D (XY) transformation coefficients as generated by bUnwarpJ. The OrthogonalTransformSequence class contains a number of instances of OrthogonalTransform, one for each orthogonal plane in each iteration.
Constructor Summary | |
---|---|
OrthogonalTransform(double[][] x_coefficients,
double[][] y_coefficients,
int intervals)
|
|
OrthogonalTransform(Transformation transform)
|
Method Summary | |
---|---|
static OrthogonalTransform |
computeAverageTransform(OrthogonalTransform[] ot)
Calculates the mean average X and Y coefficients from a set of OrthogonalTransform objects. |
double[][] |
getCoefficientsX()
Gets the X coefficients generated by bUnwarpJ. |
double[][] |
getCoefficientsY()
Gets the Y coefficients generated by bUnwarpJ. |
int |
getIntervals()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrthogonalTransform(double[][] x_coefficients, double[][] y_coefficients, int intervals)
x_coefficients
- A double[][] containing the X coefficients generated by bUnwarpJ.y_coefficients
- A double[][] containing the Y coefficients generated by bUnwarpJ.intervals
- public OrthogonalTransform(Transformation transform)
transform
- An instance of bunwarpj.TransformationMethod Detail |
---|
public static OrthogonalTransform computeAverageTransform(OrthogonalTransform[] ot)
ot
- A set of OrthogonalTransform objects to be averaged.
public double[][] getCoefficientsX()
public double[][] getCoefficientsY()
public int getIntervals()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |