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

https://github.com/adamspannbauer/line_art


https://github.com/adamspannbauer/line_art

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Line Art1

Draw an input image using a random walk. Comes in 2 flavors: (1) Black/White & (2) Color. Presented with little description, documentation, usage information.

The color version uses the dominant color finding process shown [here](https://adamspannbauer.github.io/2018/03/02/app-icon-dominant-colors/) (with some modifications to avoid 'unwanted' colors).

Built with:

* Python (for uhh... everything)
* OpenCV (for segmenting/drawing2)
* Sci-kit Learn (for finding dominant colors)

## Example Input/Output

### Color

Output:

Input:

### Black/White

Output:

Input:

1Not sure if technically lines or technically art

2I should prolly learn p5.js instead of using OpenCV for these drawing type projects