1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

white space

This commit is contained in:
Adrien BAK
2014-10-14 16:10:53 +09:00
parent cb76d00f5f
commit ee210afc44
@@ -215,13 +215,10 @@ void Cloning::solve(const Mat &img, Mat& mod_diff, Mat &result)
imgLinePtr = img.ptr<unsigned char>(h-1);
for(int i = 0 ; i < w ; ++i)
resLinePtr[i] = imgLinePtr[i];
}
void Cloning::poissonSolver(const Mat &img, Mat &laplacianX , Mat &laplacianY, Mat &result)
{
const int w = img.cols;
const int h = img.rows;