bundles / skimage 0.26.1rc0.dev0+git20260530.b607368ff / skimage / transform / _geometric / EuclideanTransform / estimate
function
skimage.transform._geometric:EuclideanTransform.estimate
source: /dev/scikit-image/src/skimage/transform/_geometric.py :2048
Signature
def estimate ( self , src , dst ) Summary
Estimate the transformation from a set of corresponding points.
Extended Summary
You can determine the over-, well- and under-determined parameters with the total least-squares method.
Number of source and destination coordinates must match.
Parameters
src: array_like of shape (N, 2)Source coordinates.
dst: array_like of shape (N, 2)Destination coordinates.
Returns
success: boolTrue, if model estimation succeeds.
Aliases
-
skimage.transform.EuclideanTransform.estimate