Skip to content

A small header-only c++ library to depixelize pixels to contours

Notifications You must be signed in to change notification settings

reMarkable/depixelator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

depixelator

A tiny C++ header library for creating contours out of black&white images.

The library itself is contained in the 'depixelizer.h' header file, which has no dependencies outside of the C++ standard library.

main.cpp and depixelator.pro contain a test application using Qt, which, when fed a black/white image, will output a 'result.png' with the results.

run 'depixelator --help' for a list of options on how to tweak & adjust the contouring process.

Enjoy!

About

A small header-only c++ library to depixelize pixels to contours

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published