20 import SimpleITK
as sitk
23 pixelType = sitk.sitkUInt8
24 imageSize = [128, 128]
41 face = face - eye1 - eye2
46 mouthCenter = [64, 76]
52 face =
sitk.Paste(face, mouth, mouthSize, mouthLoc, mouthLoc)
58 sitk.Show( image, title=
"Hello World: Python", debugOn=
True )