MCPcopy Create free account
hub / github.com/OpenImagingLab/4DSloMo / qvec2rotmat

Method qvec2rotmat

scene/colmap_loader.py:69–70  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls 1

qvec2rotmatFunction · 0.85

Tested by

no test coverage detected