This commit is contained in:
Gary Bradski 2010-12-04 08:30:39 +00:00
parent 52fd8ad662
commit 6b123fee4b

View File

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