{ } Raw JSON

bundles / skimage 0.26.1rc0.dev0+git20260530.b607368ff / skimage / measure / fit / LineModelND / estimate

function

skimage.measure.fit:LineModelND.estimate

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

Signature

def   estimate ( self data )

Summary

Estimate line model from data.

Extended Summary

This minimizes the sum of shortest (orthogonal) distances from the given data points to the estimated line.

Parameters

data : (N, dim) array

N points in a space of dimensionality dim >= 2.

Returns

success : bool

True, if model estimation succeeds.

Aliases

  • skimage.measure.LineModelND.estimate