parosky / poissonblending

Python implementation of poisson blending

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poisson Blending for Python

ポワソン合成って?

それっぽく画像を合成する技術のひとつで、顔をすげ替えたりなどできます。詳しくは 勾配ベースの画像編集:Poisson Image Editing などを参照してください。

オリジナルは Poisson image editing [Perez et al., SIGGRAPH, 03] ですが、それは読まずに上記記事を参考にして実装しています。

使い方

poissonblending.py の test 関数を見ていただければ一瞬でわかるかと思います。今のところ mixed blend は未実装です。

その他

ブログの記事 もありますので宜しければご覧ください。

About

Python implementation of poisson blending

License:MIT License


Languages

Language:Python 100.0%