Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
def
Representational(r, g, b):
9
return
0.299 * r + 0.287 * g + 0.114 * b
10
11
12
def
calculate(img):
Callers
1
calculate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected