Skip to content

Commit

Permalink
Image Reconstruction from Gradients
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth committed Jun 16, 2012
1 parent b31785f commit 8eb78cb
Show file tree
Hide file tree
Showing 11 changed files with 428 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Poisson Image Editing/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
This code has been written in C++ using OpenCV library. It has been tested on Ubuntu 12.04 64 bit linux platform.

Compile: ./build.sh
(Make sure that OpenCV-2.4 is installed on your platform)

Usage: ./poisson <input image>

Output:
-> Original Image
-> Reconstructed Image


2 changes: 2 additions & 0 deletions Poisson Image Editing/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
g++ -o poisson image_reconst.cpp -ggdb `pkg-config --cflags opencv` `pkg-config --libs opencv`

Loading

0 comments on commit 8eb78cb

Please sign in to comment.