MCPcopy Create free account
hub / github.com/JasonLSC/GSCodec_Studio / Image

Class Image

examples/helper/STG/colmap_loader.py:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

read_extrinsics_binaryFunction · 0.70
read_extrinsics_textFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected