0
4.5kviews
Construct improved gray scale quantization code for given level data set.

{100, 110, 124, 124, 130, 200, 210}

1 Answer
0
198views

enter image description here

IGS coded image = {0110, 0111, 0111, 1000, 1000, 1101, 1101}

Please log in to add an answer.