CS203 Course Project using verilog In this project we have implemented image processing in verilog.
-
We use PIL library in python to convert any image into its hex file.
-
We use the hex file generated in 1 to process the hex file in verilog.
-
We output the processed pixels in 2 as another hex file.
-
We use PIL library in python to convert any hex file generated in 3 into a image in png format.