Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutonomousVehicleLaboratory/SemVecNet
/ dehomogenize
Function
dehomogenize
semantic_mapping/src/utils/utils.py:39–41 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
37
38
39
def
dehomogenize(x):
40
# converts points from homogeneous to inhomogeneous coordinates
41
return
x[:-1] / x[-1]
42
43
44
from
scipy.linalg
import
logm, expm
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