python from SimpleCV import Image img = Image("image.jpg") img_scale = img.scale(0.5) img_rotate = img.rotate(45) img_crop = img.crop(100, 100, 200, 200) img.show() img_scale.show() img_rotate.show() img_crop.show()


上一篇:
下一篇:
切换中文