public class TranslationModel3D extends TranslationModel3D implements InvertibleCoordinateTransform
MIN_NUM_MATCHES, translation
cost, rnd
Constructor and Description |
---|
TranslationModel3D() |
Modifier and Type | Method and Description |
---|---|
TranslationModel3D |
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, createInverse, estimateBounds, estimateInverseBounds, fit, getMatrix, getMinNumMatches, getTranslation, preConcatenate, set, set, toArray, toMatrix, toString
betterThan, filter, filter, filter, filterRansac, filterRansac, filterRansac, filterRansac, fit, fit, getCost, icp, localSmoothnessFilter, ransac, ransac, setCost, test, test
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
createInverse
applyInverse, applyInverseInPlace
apply, applyInPlace
public final void init(String data)
CoordinateTransform
CoordinateTransform
from a data string as generated by CoordinateTransform.toDataString()
.public final String toXML(String indent)
CoordinateTransform
CoordinateTransform
for use in TrakEM2.public final String toDataString()
CoordinateTransform
String
representation of the properties of the
CoordinateTransform
that can be used to
re-create itself with CoordinateTransform.init(String)
.public TranslationModel3D copy()
Model
copy
in interface Model<TranslationModel3D>
copy
in class TranslationModel3D
Copyright © 2015–2021 Fiji. All rights reserved.