GeometryReport

Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the Habitat Guide and Python API guide (v2.0) for usage.

class GeometryReport(compatible: bool, mismatches: Tuple[str, ...] = (), action: str = 'none', tolerance: float = 1e-06)[source]

Bases: object

Describe image/mask geometry compatibility and any correction applied.

__init__(compatible: bool, mismatches: Tuple[str, ...] = (), action: str = 'none', tolerance: float = 1e-06) → None