Write an anonymous function called image_quantization that takes one image matrix and returns the reduced image matrix.
a) Define a function to reduce the image matrix
b) Implement an algorithm to compress the image
c) Manipulate the pixel values of the image
d) None of the above

Q&A Education