-
2005-04-26
10/092,634
2002-03-08
US 6,885,383 B2
2005-04-26
-
-
Matthew C. Bella | Po-Wei Chen
2022-09-26
Procedure for digital picture edge-smoothing refers to a method of smoothing the rough edges, around the objects, in a digital picture, as a result of enlargement. The procedure consists of detecting the rough edges and removing some pixel(s), so that edge will become smoother. If the edge has a 45 degrees angle, made of 2 by 2 pixels, will become an edge of 1 by 1 pixel. If the edge has 4 by 2 pixels, it will become a 2 by 1 pixel edge.
Get notified when new applications in this technology area are published.
This invention refers to a procedure of smoothing the rough edges of a digital picture, by moving around the pixels resulting from pixel replication enlargement.
The existing procedure uses a different color for pixels placed on the edges. The pixels are not moved, but only changed their color (their RGB value). The new color is an average of the neighboring pixels. Pixels could participate in different ratio to the new color. This is an edge-smoothing procedure, by different-color.
The disadvantage of edge-smoothing procedure, by different-color is a lost of contrast around the edges. The picture has blurred edges and is not clear.
The object of this invention is a procedure to remove all the pixels placed in the farthest corner of the edge and replacing them with background pixels. As the picture is enlarged twice using pixel replication, each pixel in the picture will be replaced with four equals and arranged in a square. If these squares are placed next each other, horizontally or vertically, no rough edges will result. If they are placed to form an inclined line (45 degrees or less) one pixel in each square will be far from the line center. That pixel is a rough-edge pixel and that edge is a two-pixel edge. This edge will be visible and rough.
In order to smooth the edge, a computer procedure is necessary to detect the rough-edge pixels and move them in a right position or to replace them with background pixel. This is an edge-smoothing procedure, by moving-pixels.
The advantage of this invention is a smooth edge and a high contrast. All details will remain clear.
FIG. 1a, shows a 2 by 2 picture edge, as result of enlargement, by pixel replication.
FIG. 1b, shows a 1 by 1 picture with edges smoothed by moving-pixels procedure.
FIG. 2a, shows a 4 by 2 picture edge, as a result of enlargement by pixel replication.
FIG. 2b, shows a picture with edges smoothed by different-color procedure.
FIG. 2c, shows a 2 by 1 picture with edges smoothed by moving-pixels procedure.
FIG. 3a, shows all the situations possible when the edge has to be smoothed.
FIG. 3b, shows all the situations with edges smoothed by moving-pixels procedure.
FIG. 4a, shows a color picture enlarged by pixel replication procedure.
FIG. 4b, shows 4a picture with edges smoothed by different-color procedure.
FIG. 4c, shows 4a picture with edges smoothed by moving-pixels procedure.
FIG. 5a, shows a picture enlarged by pixel replication procedure.
FIG. 5b, shows 5a picture with edges smoothed by different-color procedure.
FIG. 5c, shows 5a picture with edges smoothed, by moving-pixels procedure.
FIG. 6a, shows a picture enlarged by pixel replication procedure.
FIG. 6b, shows 6a picture with edges smoothed by different-color procedure.
FIG. 6c, shows 6a picture with edges smoothed, by moving-pixels procedure.
In FIG. 1 a are 2 by 2 edges at 45 degrees. To smooth these edges we can replace the pixel βaβ with βbβ or βbβ with βaβ. To keep the size of the line the same, in one side are replaced βaβ with βbβ and in the other side βbβ with βaβ. The pixels βaβ and βbβ are just moved in another position. Their RGB value is the same. The picture contrast and clarity will be the same. FIG. 1b is the edge smoothed by moving-pixels procedure.
The Prior-Art procedure to smooth the edges consists of combining the colors of βaβ and βbβ and placing them on both positions βa βand βbβ. The βaβ and βbβ RGB color is an average of βa βand βbβ RGB color. The new color of βa βand βbβ is like (a+b)/2. This formula is applied for every R(red),G(green),B(blue) colors of the pixels βaβ and βbβ.
That color does not exist in the βa βand βbβ neighborhood so the procedure is called a different-color procedure. The βa βand βbβ new color will be like a fog exactly on the edge. It will give a blurred edge, and will reduce the picture contrast. In practice much more than βa βand βbβ, pixels will have the color changed. That will reduce the clarity of picture's details.
In FIG. 2a is an edge with 4 by 2 pixels. To smooth this edge, two βaβ and two βbβ has to be moved or changed colors. FIG. 2b shows the 4 by 2 edge smoothed into 2 by 1 edge by moving-pixels procedure (the object of this invention). FIG. 2c shows the 4 by 2 edge smoothed by different-color procedure (the object of prior-art).
All possibilities of edges are shown in FIG. 3. Two for positive slope (one above and one below), and two for negative slope (one above and one below). The FIG. 4 shows a picture enlarged by pixel replication (a), and smoothed by different-color (b) and moving-pixels procedure (c). FIG. 5 and FIG. 6 show pictures enlarged by pixel replication (a) and smoothed by different-color procedure (b), and by moving-pixels procedure (c).
Both these procedures are practically implemented by a computer programming, specific for different kinds of pictures.
In FIG. 7b, is a basic code for different-color procedure and in FIG. 7a is a basic code for moving-pixels procedure. The four pixels which forms a square are named: p(2,2), p(2,3), p(3,2) and p(3,3). Neighbors pixels are named p(1,1), p(1,2), p(1,3), p(1,4), p(2,1), p(2,4), p(3,1), p(3,4), p(4,1), p(4,2), p(4,3) and p(4,4).
The βifβ statements in FIG. 7a, are designed to detect the rough-edge pixels, and the next statement will move the pixels. There are four lines of code, one for each possibility. (as shows in FIG. 3a).
In the beginning of this section we described a method for smoothing local edges at 45 degrees (in images that have been interpolated two times using pixel replication) once pixels βaβ and βbβ are detected. To clarify, this invention now describes a method of detecting pixels βaβ and βbβ when we are dealing with black and white images, such as line drawings. Detection is achieved by looking at every pixel and analyzing its neighbors to see if the pixel is a corner pixel. A pixel is labeled βaβ if the pixel is a black corner and by βbβ if the pixel is a white corner pixel. A black corner can be detected if the pixel is black and at least one of the following holds:
1. An edge-smoothing procedure for black and white images that are interpolated two-times using pixel replication comprising of:
labeling each pixel in the interpolated image by βaβ if the pixel is black and:
the immediate neighbors at β45, 0, 45, 90, 135 degrees are white while the immediate neighbors at 180, β90, β135 degrees are black or
the immediate neighbors at 135, 180, β135, β90, β45 degrees are white while the immediate neighbors at 0, 45, 90 degrees are black or
the immediate neighbors at β135, β90, β45, 0, 45 degrees are white while the immediate neighbors at 90, 135, 180 degrees are black or
the immediate neighbors at 45, 90, 135, 180, β135 degrees are white while the immediate neighbors at β90, β45s 0 degrees are black;
labeling each pixel in the interpolated image by βbβ if the pixel is white and
the immediate neighbors at β45, 0, 45, 90, 135 degrees are black while the immediate neighbors at 180, β90, β135 degrees are white or
the immediate neighbors at 135, 180, β135, β90, β45 degrees are black while the immediate neighbors at 0, 45, 90 degrees are white or the immediate neighbors at β135, β90, β45, 0, 45 degrees are black while the immediate neighbors at 90, 135, 180 degrees are white or
the immediate neighbors at 45, 90, 135, 180, β135 degrees are black while the immediate neighbors at β90, β45,0 degrees are white;
selectin a replacement rule: (βaβ replaces βbβ) or (βbβ replaces βaβ);
replacing all the βaβ labeled pixels with the βbβ labeled pixels if the rule is (βaβ replaces βbβ); and
replacing all the βbβ labeled pixels with the βaβ labeled pixels if the rule is (βbβ replaces βaβ).