Skip to content

Commit 28af8ec

Browse files
Fix typos in Compression_Analysis/PSNR.py
1 parent c5d9bf5 commit 28af8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compression_Analysis/PSNR.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def calculate(img):
1616

1717

1818
def main():
19-
# Loading images (orignal image and compressed image)
19+
# Loading images (original image and compressed image)
2020
orignal_image = cv2.imread("orignal_image.png", 1)
2121
compressed_image = cv2.imread("compressed_image.png", 1)
2222

0 commit comments

Comments
 (0)