- Correct Images: Folder containing the expected results (made with matlab)
- Filtered Images: The results made by the current project
- Images: Folder containg the images we used for the results
- Testbenches: To make sure the modules work
- work: Folder library made by ModelSim software
- sv Files: Modules of the project, made in System Verilog
Images are given to the project by first converting the image to the corresponding values in binary format (there is also a decimal format too for easier testing). The project also returns the image in binary format in a .txt format so we must do the inverse conversion again. The path for the input .txt image (image for convolution) and the outputs path for the .txt file (convoluted image) are in the convolution_filter_module_tb.sv which is the file you want to run in the ModelSim to recreate the results.
The Control Module is responsible for loading the coefficients of the 3x3 filter kernel we will apply to the image. As said before, the project currently supports only positive coefficients (negative ones will be added to next version probably).
This module handles the pixels of the image and the window (area of effect of the convolution) and how they are processed through the execution of the project.
As the name suggests, this is the model that produces the results of the convolution for each window.
This is the top module of the project and is responsible for connecting the modules referenced above.
The team compromised from the following 2 members (in alphabetical order):