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

Class CameraInfo

src/sharp/utils/camera.py:23–29  ·  view source on GitHub ↗

Camera info for a pinhole camera.

Source from the content-addressed store, hash-verified

21
22@dataclasses.dataclass
23class CameraInfo:
24 """Camera info for a pinhole camera."""
25
26 intrinsics: torch.Tensor
27 extrinsics: torch.Tensor
28 width: int
29 height: int
30
31
32class FocusRange(NamedTuple):

Callers 1

computeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected