3、图像几何变换和差值缩放实例

来源:互联网 发布:劲舞团淘宝代理 编辑:程序博客网 时间:2024/06/05 02:05
read_image (Image, 'patras')
rotate_image (Image, ImageRotate, 20, 'weighted')
mirror_image (Image, ImageMirror, 'row')
mirror_image (ImageMirror, ImageMirror1, 'column')

zoom_image_factor (ImageMirror1, ImageZoomed, 0.5, 0.5, 'bilinear')
zoom_image_size (ImageZoomed, ImageZoom, 100, 100, 'constant')
0 0