Skip to content

transforming an image into a circular knit pattern by discrete optimization.

Notifications You must be signed in to change notification settings

Murgio/Liner-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liner Algorithm

#####Transforms an image into a knit pattern.


Result

Output Face with 6000 lines Input Face
output_image input_image

Demonstration

demo_gif


Overview

The algorithm finds the darkest line between two pins. It adds this line to a new blank image and removes the same line from the original image. The output is an image created out of straight lines where every line goes through the whole image.


Features

  • Number of lines can be changed
  • Prints out the individual steps so it can be copied with real strings
  • Calculates the lines pretty fast
  • Written in pure Java

About

transforming an image into a circular knit pattern by discrete optimization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages