MCPcopy 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
956def rgb2gray(rgb):
957 # Converts rgb to gray
958 return np.dot(rgb[..., :3], [0.2989, 0.5870, 0.1140])
959
960
961def resizewithpool(img, size):

Callers 2

calculateprocessingresFunction · 0.85
generatepatchsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected