MCPcopy Create free account
hub / github.com/geekcomputers/Python / Representational

Function Representational

Compression_Analysis/PSNR.py:8–9  ·  view source on GitHub ↗
(r, g, b)

Source from the content-addressed store, hash-verified

6
7
8def Representational(r, g, b):
9 return 0.299 * r + 0.287 * g + 0.114 * b
10
11
12def calculate(img):

Callers 1

calculateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected