예제 #1
0
파일: a4Script.py 프로젝트: rlacey/6815_PS4
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)