MCPcopy Create free account
hub / github.com/apple/ml-sharp / FocusRange

Class FocusRange

src/sharp/utils/camera.py:32–37  ·  view source on GitHub ↗

Parametrizes a range of depth / disparity values.

Source from the content-addressed store, hash-verified

30
31
32class FocusRange(NamedTuple):
33 """Parametrizes a range of depth / disparity values."""
34
35 min: float
36 focus: float
37 max: float
38
39
40@dataclasses.dataclass

Callers 1

_compute_depth_quantilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected