Basic conversion of photos to pen and ink sketches with simulated annealing.
Drawing | Optimization |
---|---|
Build with:
cmake -B build -DCMAKE_BUILD_TYPE=Release && cmake --build build --config=Release
To use just put a WebP picture named in.webp
inside the executable folder and start it. I till produce optimization.ogv
video with the optimization process out.svg
vector graphics output of the final result and out.ogv
drawing the picture.
WIP: Make better UI.