An open API service indexing awesome lists of open source software.

https://github.com/berkbavas/diffusioncurvespoc


https://github.com/berkbavas/diffusioncurvespoc

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# Diffusion Curves
This application is for rendering smooth-shaded images where the colors are constrained by several arbitrary curves.
I implemented the algorithm described [here](https://people.engr.tamu.edu/schaefer/teaching/645_Fall2015/lectures/diffusion.ppt).
The original paper is [here](https://maverick.inria.fr/Publications/2008/OBWBTS08/).

XML files contain definitions of several Bezier curves and color points.
I found those XML files [here](https://www.labri.fr/perso/barla/blog/?page_id=251).

## Build
1) Install `Qt 5.x.y`.
2) Open `DiffusionCurvesPoC.pro` with `QtCreator` and build & run it.

## Output
Following images are rendered using this application.