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

Function calculate

Compression_Analysis/PSNR.py:12–15  ·  view source on GitHub ↗
(img)

Source from the content-addressed store, hash-verified

10
11
12def calculate(img):
13 b, g, r = cv2.split(img)
14 pixelAt = Representational(r, g, b)
15 return pixelAt
16
17
18def main():

Callers 1

mainFunction · 0.70

Calls 1

RepresentationalFunction · 0.85

Tested by

no test coverage detected