Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VisionXLab/OF-Diff
/ uint162single
Function
uint162single
ldm/modules/image_degradation/utils_image.py:259–261 ·
view source on GitHub ↗
(img)
Source
from the content-addressed store, hash-verified
257
258
259
def
uint162single(img):
260
261
return
np.float32(img/65535.)
262
263
264
def
single2uint16(img):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected