pydistsim.utils.localization.aoastitcher.AoAStitcher
- class AoAStitcher(*args, **kwargs)[source]
Bases:
BaseStitcherBase class implementing subcluster stitching methods based on degrees of freedom given by localization using angle of arrival measurements i.e. translation, rotation/reflection and scaling.
Reliable stitch with R, s and t that are not None is based on two or more common nodes between them.
If rotation matrix includes reflection it is not reliable so return Nones.
Legacy: by default returns AoAStitcherHorn instance.
Methods
__init__alignAlign (modify) src w.r.t.
intrastitchstitchStitch src cluster to dst cluster based on selector and its criteria.
transformTransform node position.