initial commit

This commit is contained in:
Dmitriy Anisimov
2014-09-13 18:28:41 +04:00
parent cff5e3ee88
commit 1007c06d44
159 changed files with 118 additions and 5119 deletions

View File

@@ -14,12 +14,12 @@ static void help()
printf("\nThis program demonstrated the use of the discrete Fourier transform (dft)\n"
"The dft of an image is taken and it's power spectrum is displayed.\n"
"Usage:\n"
"./dft [image_name -- default lena.jpg]\n");
"./dft [image_name -- default ../data/lena.jpg]\n");
}
const char* keys =
{
"{@image|lena.jpg|input image file}"
"{@image|../data/lena.jpg|input image file}"
};
int main(int argc, const char ** argv)