测量PSNR-SSIM平均值

参考代码python ''' calculate the PSNR and SSIM. same as MATLAB's results ''' import os import math import numpy as np import cv2 import glob def main(): # Configurations # GT - 原图 # Gen: 生成
相关文章
相关标签/搜索