public class MovingLeastSquaresTransform extends MovingLeastSquaresTransform implements CoordinateTransform
matchesalpha, model| Constructor and Description | 
|---|
MovingLeastSquaresTransform()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
applyInPlace(double[] location)
Apply the  
CoordinateTransform to a location. | 
MovingLeastSquaresTransform | 
copy()  | 
void | 
init(String data)
Initialize the properties of the  
CoordinateTransform
 from a data string as generated by CoordinateTransform.toDataString(). | 
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. | 
getMatches, setMatchesapply, getAlpha, getModel, setAlpha, setModel, setModel, weighclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic final void init(String data) throws NumberFormatException
CoordinateTransformCoordinateTransform
 from a data string as generated by CoordinateTransform.toDataString().NumberFormatExceptionpublic String toDataString()
CoordinateTransformString 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)
CoordinateTransformCoordinateTransform
 for use in TrakEM2.public final MovingLeastSquaresTransform copy()
public final void applyInPlace(double[] location)
CoordinateTransformCoordinateTransform to a location.applyInPlace in interface CoordinateTransformapplyInPlace in class MovingLeastSquaresTransformCopyright © 2015–2021 Fiji. All rights reserved.