mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
whitespaces
This commit is contained in:
parent
ee210afc44
commit
5c98209127
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user