jmecom / gradient-domain-fusion

Non-photorealistic rendering and Poisson blending using gradient domain fusion.

Home Page:http://ahris.github.io/articles/gradient-domain-fusion/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gradient-domain-fusion

Full writeup here.

Developed by Jordan Mecom and Alice Wang.

This project explores image blending and non-photo realistic rendering using gradient domain fusion (adapted from the SIGGRAPH 2010 talk about GradientShop). Given an input image, gradient domain image processing first finds the gradient of the given image, and then solves for a new image using a system of equations. The equations act as constraints, defining what problem is solved. In this project, we explore a simple toy problem, Poisson blending, and non-photo realistic rendering.

About

Non-photorealistic rendering and Poisson blending using gradient domain fusion.

http://ahris.github.io/articles/gradient-domain-fusion/


Languages

Language:MATLAB 100.0%