In this activity, we did image enhancements in the frequency domain. In particular, we tried to eliminate repetitive patterns in an image by filtering out the frequencies associated with them via masking techniques in the frequency domain. A. Convolution To begin, we first did some exercises in Fourier transformations. Using Scilab, we generated several patterns and took their Fourier transforms (FT). These patterns include: 1. Two dots along the x-axis symmetric about the center 2. Two circles along the x-axis symmetric about the center 3. Two squares along the x-axis symmetric about the center 4. Two Gaussian functions along the x-axis symmetric about the center There are several ways to produce these pattern. One is by finding the corresponding positions on the image that you want to assign a value of zero or one (depending on whether you want a white shape in a black background or vice-versa.) Another way is by convolving the shape with Dirac de...