HW3, Computer problem, part (a)
EECS 203A. UCI. FALL 2004
by Nasser Abbasi
This below shows the solution to this problem.
First initliaize session and load package needed to read/write binary files.
In[14]:=
In[18]:=
Define the filter response function. This takes the filter itself and the piece of data below the filter and returns the new pixel value
In[24]:=
Read the image file and display it.
In[27]:=
In[28]:=
Created by Mathematica (October 24, 2004)