Rainzor / PoissonImageEditing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poisson Image Editing

  • Implement the Poisson Image Editing algorithm
  • Implement the Scanline Conversion algorithm for polygon rasterization
  • Learn to solve large sparse systems of equations using the Eigen library
  • Learn to use OpenCV
  • Real-time drag region display results (optional)
  • Matrix factorization

The materials provided.

Practice according to the above requirements and methods based on the contents of two folders, "(1) documents" and "(2) project".

(1) documents` ->

Project description and some supporting materials.

(2) project` ->

Project code framework(Completed)

Demo

https://cdn.jsdelivr.net/gh/Ubpa/USTC_CG_Data@master/Homeworks/03_PoissonImageEditing/demo.jpg

About


Languages

Language:C++ 90.7%Language:CMake 9.3%