pydistsim.utils.localization.diststitcher.DistStitcher

class DistStitcher(*args, **kwargs)[source]

Bases: BaseStitcher

Base class implementing subcluster stitching methods based on degrees of freedom given by localization using distance measurements i.e. translation, rotation/reflection.

For reliable stitching there should be at least three common nodes.

Legacy: by default returns DistStitcherHorn instance.

Methods

__init__

align

Align (modify) src w.r.t.

intrastitch

stitch

Stitch src cluster to dst cluster based on selector and its criteria.

transform

Transform node position.

static __new__(cls, *args, **kwargs)[source]

Legacy: by default returns DistStitcherHorn instance.