Skip to content

Implementation of median cut algorithm and dithering on an image color with MATLAB programming language, MultiMedia course assignment, Fall 2019

Notifications You must be signed in to change notification settings

ZahraGanji/Color-Image-Quantization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Color-Image-Quantization

Implementation of quantization methods such as median cut algorithm and dithering on an image with MATLAB programming language, MultiMedia course assignment, Fall 2019

Question 1

Change a given image to a 8 bit grey level and 1 bit image with MATLAB.
Result:
Screenshot (3009)

Question 2

Dither the given image with and without calculating its error with MATLAB
Result:
Screenshot (3017)

Question 3

part 1

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

part 2

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:
Screenshot (3018)

About

Implementation of median cut algorithm and dithering on an image color with MATLAB programming language, MultiMedia course assignment, Fall 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages