Skip to content

A python implementation of a SIGGRAPH paper "Graphcut Textures: Image and Video Synthesis Using Graph Cuts"

Notifications You must be signed in to change notification settings

ErictheSam/Graphcut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphcut

A python implementation of a SIGGRAPH paper "Graphcut Textures: Image and Video Synthesis Using Graph Cuts"

Requirements:

imageio

networkx

numpy

Usage:

Use python mincut.py origin_graph generated_graph height width to generate the new texture.

E.g. python mincut.py strawberry.png strawberry_new.png 512 512

About

A python implementation of a SIGGRAPH paper "Graphcut Textures: Image and Video Synthesis Using Graph Cuts"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages