From ee210afc44f5f61b8886e19f8177e47004ccf1f8 Mon Sep 17 00:00:00 2001 From: Adrien BAK Date: Tue, 14 Oct 2014 16:10:53 +0900 Subject: [PATCH] white space --- modules/photo/src/seamless_cloning_impl.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/photo/src/seamless_cloning_impl.cpp b/modules/photo/src/seamless_cloning_impl.cpp index ddbe595702..2b6ad45131 100644 --- a/modules/photo/src/seamless_cloning_impl.cpp +++ b/modules/photo/src/seamless_cloning_impl.cpp @@ -215,13 +215,10 @@ void Cloning::solve(const Mat &img, Mat& mod_diff, Mat &result) imgLinePtr = img.ptr(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;