Exemplo n.º 1
0
ex9.minGray(show=True)
ex9.load(zad9 + "pirate_gray.tiff")
ex9.averageGray(show=True)
ex9.gaussGray(show=True)
ex9.robertsGray(show=True)
ex9.prewittGray(show=True)
ex9.sobolGray(show=True)
ex9.compassGray(show=True)
ex9.reliefGray(show=True)
ex9.VDGGray(show=True)
ex9.medianGray(show=True)
ex9.maxGray(show=True)
ex9.minGray(show=True)
ex9.load(zad9 + "lena_color.tiff")
ex9.averageColor(show=True)
ex9.gaussColor(show=True)
ex9.robertsColor(show=True)
ex9.prewittColor(show=True)
ex9.sobolColor(show=True)
ex9.compassColor(show=True)
ex9.reliefColor(show=True)
ex9.VDGColor(show=True)
ex9.medianColor(show=True)
ex9.maxColor(show=True)
ex9.minColor(show=True)
ex9.load(zad9 + "peppers_color.tiff")
ex9.averageColor(show=True)
ex9.gaussColor(show=True)
ex9.robertsColor(show=True)
ex9.prewittColor(show=True)
ex9.sobolColor(show=True)