/gradient-domain-fusion

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

Primary LanguageMATLAB

gradient-domain-fusion

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.