MCPcopy Create free account
hub / github.com/NVlabs/InstantSplat / Image

Class Image

scene/colmap_loader.py:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69class Image(BaseImage):
70 def qvec2rotmat(self):
71 return qvec2rotmat(self.qvec)
72
73def read_next_bytes(fid, num_bytes, format_char_sequence, endian_character="<"):
74 """Read and unpack the next bytes from a binary file.

Callers 2

read_extrinsics_binaryFunction · 0.85
read_extrinsics_textFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected