MCPcopy Create free account
hub / github.com/MetaSLAM/SphereVLAD / proj_img

Method proj_img

utils/pointProcess.py:81–84  ·  view source on GitHub ↗
(self, pt)

Source from the content-addressed store, hash-verified

79 return sph_proj
80
81 def proj_img(self, pt):
82 sph_proj = self.do_sph_projection(pt)
83 sph_proj = sph_proj.reshape([self.sph_H, self.sph_W, 1])
84 return sph_proj
85
86 def do_top_projection(self, points):
87 """ Project a pointcloud into a BEV picture

Callers

nothing calls this directly

Calls 1

do_sph_projectionMethod · 0.95

Tested by

no test coverage detected