Line drawing generator from photographs
Top 57.8% on sourcepulse
This project implements a non-photorealistic rendering technique to automatically generate line drawings from photographs, offering both a real-time interactive GUI and a command-line interface. It is targeted at researchers and users interested in image processing and artistic rendering.
How It Works
The core of the project is based on the technique described by Kang et al., which focuses on generating coherent line drawings. It likely employs algorithms for edge detection, line thinning, and coherence enhancement to produce stylized line art from input images. The GUI version provides an interactive experience, while the command-line version allows for batch processing and integration into other workflows.
Quick Start & Requirements
build.sh
script is provided for Linux.src/cmd.cpp
is the entry point. Example options include -s
for source image and -o
for output path, with parameters for ETF kernel size, iteration counts, and line width.test.sh
.Highlighted Details
sigma_c
, sigma_m
, rho
).Maintenance & Community
No specific information on contributors, sponsorships, or community channels (like Discord/Slack) is provided in the README.
Licensing & Compatibility
The README does not explicitly state the license. Compatibility for commercial use or closed-source linking is not specified.
Limitations & Caveats
The project's license is not specified, which may impact commercial use. Information regarding community support or ongoing maintenance is absent.
2 years ago
1 day