Skip to content

Instantly share code, notes, and snippets.

@thorikawa
thorikawa / poisson.cpp
Created September 4, 2011 14:42
Poisson Image Editing OpenCV
#include <opencv2/opencv.hpp>
#include <iostream>
#include <vector>
#include <cmath>
#include <assert.h>
using namespace std;
using namespace cv;