revamped
authorGary Bradski <no@email>
Sat, 4 Dec 2010 08:30:39 +0000 (08:30 +0000)
committerGary Bradski <no@email>
Sat, 4 Dec 2010 08:30:39 +0000 (08:30 +0000)
samples/cpp/dft.cpp

index 1c714bc..d5984bd 100644 (file)
@@ -5,6 +5,7 @@
 #include <iostream>
 using namespace cv;
 using namespace std;
+
 void help()
 {
        cout << "\nThis program demonstrated the use of the discrete Fourier transform (dft)\n"