public class AffineModel3D extends AffineModel3D implements InvertibleCoordinateTransform
i00, i01, i02, i03, i10, i11, i12, i13, i20, i21, i22, i23, isInvertible, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, MIN_NUM_MATCHEScost, rnd| Constructor and Description |
|---|
AffineModel3D() |
| Modifier and Type | Method and Description |
|---|---|
AffineModel3D |
copy()
Clone the model.
|
AffineModel3D |
createInverse()
TODO Not yet tested
|
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, concatenate, fit, fit, fit, getMatrix, getMinNumMatches, invert, preConcatenate, preConcatenate, reset, rotate, set, set, set, set, set, toArray, toMatrix, toStringestimateBounds, estimateInverseBoundsbetterThan, filter, filter, filter, filterRansac, filterRansac, filterRansac, filterRansac, getCost, icp, localSmoothnessFilter, ransac, ransac, setCost, test, testclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyInverse, applyInverseInPlaceapply, applyInPlaceestimateBoundsestimateInverseBoundspublic final void init(String data)
CoordinateTransformCoordinateTransform
from a data string as generated by CoordinateTransform.toDataString().public final String toXML(String indent)
CoordinateTransformCoordinateTransform
for use in TrakEM2.public final String toDataString()
CoordinateTransformString representation of the properties of the
CoordinateTransform that can be used to
re-create itself with CoordinateTransform.init(String).public AffineModel3D copy()
Modelcopy in interface Model<AffineModel3D>copy in class AffineModel3Dpublic AffineModel3D createInverse()
AffineModel3DcreateInverse in interface Affine3D<AffineModel3D>createInverse in interface InvertibleCoordinateTransformcreateInverse in class AffineModel3DCopyright © 2015–2021 Fiji. All rights reserved.