def testSNR(imageList, outputname): # SNR imSNR = a4.logSNR(imageList) io.imwrite(imSNR, str(outputname + "_logSNR_x%03d" % (len(imageList))) + ".png")
def computeSNR(imList): return a4.logSNR(imList, 1.0)