Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.42 KB

README.md

File metadata and controls

56 lines (34 loc) · 1.42 KB

ImageCompletion_CG_ZJU

Implementation of 2005 SIGGRAPH paper J. Sun et al. Image completion with structure propagation.

Code skeleton comes from here.

Collaborators:

Structure Propagation

Contributed by Jessie Peng

  • User interface

    • choose input image
    • draw mask
    • draw structure lines/curve
  • Structure propagation

    • single line
    • multiple lines
    • curve
  • Photometric correction (copied from https://github.com/ruanjiayi)

Files

cmake-build-debug/sp_result: output after structure propagation

cmake-build-debug/ts_result: output after texture synthesis

cmake-build-debug/mask_structure: mask of structures

Evironment

  • Language: C++14
  • IDE: CLion 2018.3
  • OpenCV 4.0.1

Texture Synthesis

Contributed by Xiu

Demo video in weibo (Watching with your phone will be better)

Evironment

  • Language: C++14
  • IDE: Microsoft Visual Studio 2017
  • OpenCV 3.3.0 (suitable for OpenCV 4 and Opencv 2)

Reference