Computer Science, asked by saicha6702, 1 year ago

Describe dithering techniques for illumination model

Answers

Answered by lissyjobip6grdr
1
Dithering technique:
Another technique for digital half toning is dithering.
It is the technique for approximating halftones without reducing resolution, as pixel grid patterns do.
Dithering can be accomplished by Thresholding the image against a dither matrix.
To obtain n2 intensity levels, it is necessary to setup an n x n dither matrix Dn whose elements are distinct positive integers in the range of 0 to n2 – 1.
Matrix for 4 intensity level and 9 intensity level is shown below.
enter image description hereThe elements of a dither matrix are thresholds.
The matrix is laid like a tile over the entire image and each pixel value is compared with the corresponding threshold from the matrix.
The pixel becomes white if its value exceeds the threshold or black otherwise.
This approach produces an output image with the same dimensions as the input image, but with less detail visible.
High order dither matrices can be obtained from lower order matrices with the recurrence relation.
Similar questions