3 GEOMETRY THEORY FOR
OPTIMIZING HYBRID
DITHERING MATRIX
In the existing research, constructing hybrid
dithering matrix based on a geometry subdivision
usually follows this procedure (Ostromoukhov and
Hersch,1999; Tu et al, 2000): (1) randomly
distribute some dots in a tile unit of a halftone plane
as the vertex of geometry subdivision; (2) calculate a
geometry subdivision to a tile unit of the halftone
plane with the above central points as the vertex of
the subdivision; (3) produce the dithering matrix by
filling grey gradient tint in the regions of the
subdivision above and make the vertex of the
subdivision the darkest point and the centre of the
region as the lightest point. Then, the grey mode
image filled is converted directly to a dithering
matrix by taking the pixel value of the image as the
value of element of the matrix in the corresponding
position. The requirements for the geometry
subdivision are: (1) The narrow shape of region
should be avoided to make the shape of clustered dot
favourable in printing; (2) The vertex’s number is
expected to be as close as to the region’s number of
the subdivision. It is the best case as a result of
balancing clustered dot density in all grey levels, if
the vertex number equals the region’s number.
In the previous research, (Ostromoukhov and
Hersch,1999; Tu et al, 2000) first generate a pseudo
random distribution of central point with space
filling curve in a 1024x1024 square areas. Then,
mark in a 1024x1024 reference image with a disk of
radius r when a central point is added. After all
pixels of the referenced image have been marked,
the central point set is ready for the next step. When
the disk covers pixels are beyond (0..1023, 0..1023),
the pixels of coordinate mod by 1024 will also be
marked. The mod operation makes the central point
image mosaic seamlessly. Because Delaunay
triangulations maximize the minimum angle of all
the angles of the triangles in the triangulation, they
tend to avoid skinny triangles. Delaunay
triangulation is a good choice of geometry
subdivision to produce a hybrid dithering matrix
with favourable clustered dot shape. However, the
clustered dot density in highlight is greatly different
from the clustered dot density in shadow area.
Figure 1 and Figure 2 altogether show this
difference. Figure 1 and Figure 2 are the enlarged
detail of highlight and shadow of Figure 5 in
(Ostromoukhov and Hersch,1999). There are 7
positive clustered dots inside the marked circle of
Figure 1, whereas there are 13 negative clustered
dots inside the same sized circle of Figure 2.
Because of the great differences of clustered dot
densities and minimum dot size constraint for offset
printing, a comparatively low clustered dot density
has to be selected.
To explain the observation of Figure 1 and
Figure 2 theoretically, the research in
(Xu and Tan, 2009) deducted two theorems from
Euler formula.
[Theorem 1] G is a Delaunay triangulation
pattern that could be seamlessly tiled. The total
number of vertex, edges and faces of G are V, E and
F. F= V/2+2.
Proof: Because G is a geometry subdivision that
can be tiled seamlessly, it can be converted to a
multi-face object without hole and Euler formula can
be applied to G.
V-E+F=2 (1)
Every triangle has three edges and every edge is
shared by two triangles, so 3F=2E.
E=(3/2)F
(2)
Replace E in (1) with left side of (2):
V-(3F/2)+F=2
V=F/2+2 (3)
The geometry subdivision adopted to construct
dithering matrix usually has more than 1,000 faces.
Divide the two sides of equation (3) by F, we have
V:F≈1:2. [Theorems 1] explains why the ratio of
clustered densities in light and shadow areas is about
0.5.
[Theorem 2] G is a geometry subdivision that
can be tiled seamlessly. The total vertex, edges and
faces of G are V, E and F. If all the faces of the
division are quadrilaterals, then F=V-2.
Proof: Same as proof above:
V-E+F=2 (4)
If all faces of the G are quadrilaterals, every
quadrilateral has 4 edges and every edge is shared by
two quadrilaterals. So, 4F=2E
E=2F
(5)
Replace E in equation (4) with 2F
V-2F+F=2
F=V-2
[Theorems 2] suggests: if the geometry
subdivision compromises more quadrilaterals, the
ratio of the clustered dot densities in shadow and
light areas is closer to 1. According to [Theorem 2],
CONSTRUCTING THE HYBRID DITHERING MATRIX WITH EQUAL CLUSTERED DOT DENSITY
63