See: Description
Class | Description |
---|---|
LinearTransformBuilder |
Creates an affine transform which will map approximatively the given source positions to the given target positions.
|
LocalizationGridBuilder |
Creates an "almost linear" transform mapping the given source points to the given target points.
|
TransformBuilder |
Creates a transform which will map approximatively the given source positions to the given target positions.
|
Algorithms in this package use a least squares estimation method. The matching parameters are estimated by minimizing the sum of the squared distances between the given points and the fitted points (i.e. the points calculated using the transform). Note that "distance" here is not necessarily the Euclidian distance or a geodesic distance. It may be an approximation of Euclidian distance for implementation convenience.
Defined in the sis-referencing
module
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.