public class SimilarityModel2D extends SimilarityModel2D implements InvertibleCoordinateTransform
MIN_NUM_MATCHES, scos, ssin, tx, tycost, rnd| Constructor and Description | 
|---|
SimilarityModel2D()  | 
| Modifier and Type | Method and Description | 
|---|---|
SimilarityModel2D | 
copy()
Clone the model. 
 | 
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. | 
apply, applyInPlace, applyInverse, applyInverseInPlace, concatenate, createAffine, createInverse, createInverseAffine, fit, fit, fit, getMinNumMatches, invert, preConcatenate, reset, set, set, set, set, setScaleRotationTranslation, toArray, toMatrixestimateBounds, estimateInverseBounds, toStringbetterThan, filter, filter, filter, filterRansac, filterRansac, filterRansac, filterRansac, getCost, icp, localSmoothnessFilter, ransac, ransac, setCost, test, testclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateInverseapplyInverse, applyInverseInPlaceapply, applyInPlacepublic 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 String toXML(String indent)
CoordinateTransformCoordinateTransform
 for use in TrakEM2.public SimilarityModel2D copy()
Modelcopy in interface Model<SimilarityModel2D>copy in class SimilarityModel2DCopyright © 2015–2021 Fiji. All rights reserved.