We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d9bf5 commit 28af8ecCopy full SHA for 28af8ec
Compression_Analysis/PSNR.py
@@ -16,7 +16,7 @@ def calculate(img):
16
17
18
def main():
19
- # Loading images (orignal image and compressed image)
+ # Loading images (original image and compressed image)
20
orignal_image = cv2.imread("orignal_image.png", 1)
21
compressed_image = cv2.imread("compressed_image.png", 1)
22
0 commit comments