class documentation

class StitchingSettings(BaseModel): (source)

View In Hierarchy

The data needed to stitch a scan.

Class Variable correlation_resize The resize factor applied to images when the stitching program is correlating.
Class Variable overlap The overlap between adjacent images as a fraction of the image size.
correlation_resize: float = (source)

The resize factor applied to images when the stitching program is correlating.

overlap: float = (source)

The overlap between adjacent images as a fraction of the image size.