Skip to content
/ Shapify Public

A library to parse prominent figures and geometric shapes from images.

Notifications You must be signed in to change notification settings

svr8/Shapify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shapify

Shapify is a library to ease the process of converting real-world imagery into digital format. The aim is to help digital artist so can extract pieces of art from images they've found somewhere and avoid process of duplicating it by hand. The library does not aims to offer tools for novice developers so the artists can continue their work without having to learn heavy coding skills.

Examples

Original

drawing

Shapifed

drawingdrawing

Here, every shape identified is given a unique number(index). A particular shape can be fetched by using:

ImageShaper shaper = new ImageShaper(sourceImage);
Shape shape = shaper.getShape(3);

About

A library to parse prominent figures and geometric shapes from images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages