{ } Raw JSON

bundles / skimage 0.26.1rc0.dev0+git20260530.b607368ff / skimage / measure / fit / EllipseModel / _args_init

function

skimage.measure.fit:EllipseModel._args_init

source: /dev/scikit-image/src/skimage/measure/fit.py :787

Signature

def   _args_init ( self center axis_lengths theta )

Summary

Initialize EllipseModel instance.

Parameters

center : array_like of shape (2,)

Coordinates of ellipse center.

axis_lengths : array_like of shape (2,)

Length of first axis and length of second axis. Call these a and b.

theta : float

Angle of first axis.

Aliases

  • skimage.measure.EllipseModel._args_init