1. 首页
  2. 数据库
  3. 其它
  4. python 实现波浪滤镜特效

python 实现波浪滤镜特效

上传者: 2021-02-01 15:17:12上传 PDF文件 117.57KB 热度 23次
本文用 Python 实现 PS 滤镜的波浪特效 import numpy as np from skimage import img_as_float import matplotlib.pyplot as plt from skimage import io import numpy.matlib import math # 图片位置 file_name2='D:/Visual Effects/PS Algorithm/4.jpg' img=io.imread(file_name2) img = img_as_float(img) row, col, channel = img.shap
下载地址
用户评论