Пример #1
0
def testSNR(imageList, outputname):
    # SNR
    imSNR = a4.logSNR(imageList)
    io.imwrite(imSNR, str(outputname + "_logSNR_x%03d" % (len(imageList))) + ".png")
Пример #2
0
def computeSNR(imList):
    return a4.logSNR(imList, 1.0)