Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/thygate/stable-diffusion-webui-depthmap-script
/ rgb2gray
Function
rgb2gray
src/depthmap_generation.py:956–958 ·
view source on GitHub ↗
(rgb)
Source
from the content-addressed store, hash-verified
954
955
956
def
rgb2gray(rgb):
957
# Converts rgb to gray
958
return
np.dot(rgb[..., :3], [0.2989, 0.5870, 0.1140])
959
960
961
def
resizewithpool(img, size):
Callers
2
calculateprocessingres
Function · 0.85
generatepatchs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected