Implementation of quantization methods such as median cut algorithm and dithering on an image with MATLAB programming language, MultiMedia course assignment, Fall 2019
Change a given image to a 8 bit grey level and 1 bit image with MATLAB.
Result:

Dither the given image with and without calculating its error with MATLAB
Result:

Plot the image's histogram graph for each one of the red, green and blue colors with MATLAB.
Result:

Decrease the number of bits for red and green colors to 3 bits and for blue color to 2 bits with Median cut algorithm in MATLAB.
Result:
