Skip to content

parosky/poissonblending

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages