Skip to content

LyricZhao/GraphCut

Repository files navigation

GraphCut

A C++ implement of the paper "Graphcut Textures: Image and Video Synthesis Using Graph Cuts"

Compile

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make

Usage

# Example: graph_cut peas.png peas_output.png 512x512
graph_cut <input> <output> <canvas_size>

Details

For more details, please refer to report.pdf.

About

A C++ implement of the paper "Graphcut Textures: Image and Video Synthesis Using Graph Cuts"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages