CSc 470 / I0807
Image Processing
Source Code and Executables
-
CS470.app.zip - Mac version of CS470 executable (for MacOS 10.11 and above).
-
CS470.skel.zip - Zip file containing
the skeleton source code to the homework assignments.
-
histmatch.cpp - Code for histogram matching problem in Homework #1.
Saves output in file.
-
histeq.cpp - Code for histogram equalization. Saves output in file.
-
dft1D.c - Discrete Fourier transform (1D). For illustration purpose.
-
fft1D.c - Fast Fourier transform (1D). For illustration purpose.