MCPcopy Create free account
hub / github.com/OpenImagingLab/4DSloMo / SH2RGB

Function SH2RGB

utils/sh_utils.py:228–229  ·  view source on GitHub ↗
(sh)

Source from the content-addressed store, hash-verified

226 return (rgb - 0.5) / C0
227
228def SH2RGB(sh):
229 return sh * C0 + 0.5

Callers 2

readColmapSceneInfoFunction · 0.90
readNerfSyntheticInfoFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected