Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutonomousVehicleLaboratory/SemVecNet
/ homogenize
Function
homogenize
semantic_mapping/src/utils/utils.py:34–36 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
32
33
34
def
homogenize(x):
35
# converts points from inhomogeneous to homogeneous coordinates
36
return
np.vstack((x, np.ones((1, x.shape[1]))))
37
38
39
def
dehomogenize(x):
Callers
3
project_pcd
Method · 0.90
update_map
Method · 0.90
project_colored_pcd_on_image
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected