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.
2 parents 47203d2 + 28af8ec commit a204ae3Copy full SHA for a204ae3
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