Question: Write it in python code. 1. ( 20 points) Generate an 88 image with random values ranging between 0255. 2. (20 points) Apply 2 D
Write it in python code.

1. ( 20 points) Generate an 88 image with random values ranging between 0255. 2. (20 points) Apply 2 D Discrete Cosine Transformation (DCT) on the generated image above. Plot the response. 3. (40 points) Obtain the same response using the combination of 1D-DCTs. 4. (20 points) Compare the resultant responses from Questions 2 and 3. Hint: You can use - scipy.dctn function for 2D-DCT, and - scipy.dct function for 1D-DCT
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
