Commit 5c982091 authored by Adrien BAK's avatar Adrien BAK

whitespaces

parent ee210afc
......@@ -127,7 +127,6 @@ void Cloning::dst(const Mat& src, Mat& dest, bool invert)
merge(planes, 2, complex);
dft(complex, complex, flag);
split(complex, planes);
temp = Mat::zeros(src.cols, 2 * src.rows + 2, CV_32F);
for(int j = 0 ; j < src.cols ; ++j)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment