public class MovingLeastSquaresTransform2 extends MovingLeastSquaresTransform2 implements CoordinateTransform
p, q, w
alpha, model
Constructor and Description |
---|
MovingLeastSquaresTransform2() |
Modifier and Type | Method and Description |
---|---|
void |
applyInPlace(double[] location)
Multi-threading safe version of the original applyInPlace method.
|
MovingLeastSquaresTransform2 |
copy() |
float[][] |
getP() |
float[][] |
getQ() |
float[] |
getWeight() |
void |
init(String data)
Initialize the properties of the
CoordinateTransform
from a data string as generated by CoordinateTransform.toDataString() . |
void |
init2(String s) |
String |
toDataString()
Create a
String representation of the properties of the
CoordinateTransform that can be used to
re-create itself with CoordinateTransform.init(String) . |
String |
toXML(String indent)
Create an XML-export of the
CoordinateTransform
for use in TrakEM2. |
setMatches, setMatches
apply, getAlpha, getModel, setAlpha, setModel, setModel, weigh
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply
public float[][] getP()
public float[][] getQ()
public float[] getWeight()
public final void init(String data) throws NumberFormatException
CoordinateTransform
CoordinateTransform
from a data string as generated by CoordinateTransform.toDataString()
.NumberFormatException
public String toDataString()
CoordinateTransform
String
representation of the properties of the
CoordinateTransform
that can be used to
re-create itself with CoordinateTransform.init(String)
.public final String toXML(String indent)
CoordinateTransform
CoordinateTransform
for use in TrakEM2.public final MovingLeastSquaresTransform2 copy()
public void applyInPlace(double[] location)
applyInPlace
in interface CoordinateTransform
applyInPlace
in class MovingLeastSquaresTransform2
Copyright © 2015–2021 Fiji. All rights reserved.