Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vegetebird/GraphMLP
/ camera_to_world
Function
camera_to_world
common/camera.py:16–17 ·
view source on GitHub ↗
(X, R, t)
Source
from the content-addressed store, hash-verified
14
15
16
def
camera_to_world(X, R, t):
17
return
wrap(qrot, np.tile(R, (*X.shape[:-1], 1)), X) + t
18
19
20
def
qrot(q, v):
Callers
1
get_pose3D
Function · 0.85
Calls
1
wrap
Function · 0.85
Tested by
no test coverage detected