public class AffineModel2D extends AffineModel2D implements InvertibleCoordinateTransform
i00, i01, i02, i10, i11, i12, m00, m01, m02, m10, m11, m12, MIN_NUM_MATCHES
cost, rnd
Constructor and Description |
---|
AffineModel2D() |
Modifier and Type | Method and Description |
---|---|
AffineModel2D |
copy()
Clone the model.
|
AffineModel2D |
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, createAffine, createInverseAffine, fit, fit, fit, getMinNumMatches, invert, preConcatenate, preConcatenate, reset, set, set, set, set, set, set, toArray, toMatrix
estimateBounds, estimateInverseBounds, toString
betterThan, filter, filter, filter, filterRansac, filterRansac, filterRansac, filterRansac, getCost, icp, localSmoothnessFilter, ransac, ransac, setCost, test, test
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 AffineModel2D copy()
Model
copy
in interface Model<AffineModel2D>
copy
in class AffineModel2D
public AffineModel2D createInverse()
createInverse
in interface Affine2D<AffineModel2D>
createInverse
in interface InvertibleCoordinateTransform
createInverse
in class AffineModel2D
Copyright © 2015–2021 Fiji. All rights reserved.