{ } Raw JSON

bundles / skimage 0.26.1rc0.dev0+git20260530.b607368ff / skimage / transform / _geometric / PiecewiseAffineTransform / estimate

function

skimage.transform._geometric:PiecewiseAffineTransform.estimate

source: /dev/scikit-image/src/skimage/transform/_geometric.py :1769

Signature

def   estimate ( self src dst )

Summary

Estimate the transformation from a set of corresponding points.

Extended Summary

Number of source and destination coordinates must match.

Parameters

src : array_like of shape (N, D)

Source coordinates.

dst : array_like of shape (N, D)

Destination coordinates.

Returns

success : bool

True, if all pieces of the model are successfully estimated.

Aliases

  • skimage.transform.PiecewiseAffineTransform.estimate