MCPcopy Create free account
hub / github.com/Robotics-STAR-Lab/H2-Mapping / normalize

Function normalize

mapping/eval/eval_recon.py:17–18  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

15
16
17def normalize(x):
18 return x / np.linalg.norm(x)
19
20
21def viewmatrix(z, up, pos):

Callers 1

viewmatrixFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected