Skip to content

Commit a204ae3

Browse files
Merge pull request #2997 from khanhkhanhlele/Compression_Analysis/PSNR.py
Fix typos in Compression_Analysis/PSNR.py
2 parents 47203d2 + 28af8ec commit a204ae3

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)