Parte di articolo le cui formule sono
state realizzate con EzMath
(richiesta plug-in EzMath)
Allegato alla nota 82 del 19990102
Versione
originale dell'articolo
2.1.1 2D-Dithering
For a 2D-Dithering I used Floyd Steinberg
Dithering, but it is possible to make some experiments with Ordered Dithering
or similar method. Floyd-Steinberg Dithering and 3D-Dithering have one
important feature: precious error distribution.
If original voxel intensity is I(x,y) and dithered
voxel intensity of the same voxel is Id(x,y)
, we can defined, that
ERROR = I(x,y) - Id(x,y).
On the image is the one possibility of distribution of
this error information.
Error diffusion in Floyd-Steinberg Dithering
This possibility of error diffusion we can describe via
this equations: