greatwallet / ImageFiltering1

assignment1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Filtering assignment 1

自62  程笑天 

## 概述 实现motion blur以及tilt shift 功能 ##实现方式
$ python imageFilter.py [image file] -x  # 实现x方向上motion blur
$ python imageFilter.py [image file] -y  # 实现y方向上motion blur
$ python imageFilter.py [image file] -sp  # 实现spin blur
$ python imageFilter.py [image file] -tf  # 实现tilt shift 效果
$ python imageFilter.py -h # 帮助

效果

原图

tilt shift

x motion blur

y motion blur

spin motion blur

About

assignment1


Languages

Language:Python 100.0%