{ } Raw JSON

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

function

skimage.transform._geometric:PiecewiseAffineTransform.__call__

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

Signature

def   __call__ ( self coords )

Summary

Apply forward transformation.

Extended Summary

Coordinates outside of the mesh will be set to - 1.

Parameters

coords : array_like of shape (N, D)

Source coordinates.

Returns

coords : array of shape (N, 2)

Transformed coordinates.

Aliases

  • skimage.transform.PiecewiseAffineTransform.__call__