public class HomographyModel2D extends HomographyModel2D implements InvertibleCoordinateTransform
i00, i01, i02, i10, i11, i12, i20, i21, i22, m00, m01, m02, m10, m11, m12, m20, m21, m22, MIN_NUM_MATCHES
cost, rnd
Constructor and Description |
---|
HomographyModel2D() |
Modifier and Type | Method and Description |
---|---|
HomographyModel2D |
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, createInverse, estimateBounds, estimateInverseBounds, fit, getMinNumMatches, set, set, 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 void init(String data) throws NumberFormatException
CoordinateTransform
CoordinateTransform
from a data string as generated by CoordinateTransform.toDataString()
.NumberFormatException
public String toDataString()
CoordinateTransform
String
representation of the properties of the
CoordinateTransform
that can be used to
re-create itself with CoordinateTransform.init(String)
.public String toXML(String indent)
CoordinateTransform
CoordinateTransform
for use in TrakEM2.public HomographyModel2D copy()
Model
copy
in interface Model<HomographyModel2D>
copy
in class HomographyModel2D
Copyright © 2015–2021 Fiji. All rights reserved.