WO2004079655A2 - Variable contrast mapping of digital images - Google Patents

Variable contrast mapping of digital images Download PDF

Info

Publication number
WO2004079655A2
WO2004079655A2 PCT/US2004/005864 US2004005864W WO2004079655A2 WO 2004079655 A2 WO2004079655 A2 WO 2004079655A2 US 2004005864 W US2004005864 W US 2004005864W WO 2004079655 A2 WO2004079655 A2 WO 2004079655A2
Authority
WO
WIPO (PCT)
Prior art keywords
contrast
pixel
local
mapping
function
Prior art date
Application number
PCT/US2004/005864
Other languages
French (fr)
Other versions
WO2004079655A3 (en
Inventor
Ron P. Maurer
Original Assignee
Hewlett Packard Development Company L.P.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hewlett Packard Development Company L.P. filed Critical Hewlett Packard Development Company L.P.
Priority to JP2006508869A priority Critical patent/JP2006519447A/en
Priority to EP04715660A priority patent/EP1597700A2/en
Publication of WO2004079655A2 publication Critical patent/WO2004079655A2/en
Publication of WO2004079655A3 publication Critical patent/WO2004079655A3/en

Links

Classifications

    • G06T5/94
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20004Adaptive image processing
    • G06T2207/20012Locally adaptive

Definitions

  • Image sharpening is performed to improve the appearance of d igital images and particularly the legibility of documents.
  • Most filters that perform image sharpening use variations of unsharp masking, a linear sharpening filter, which generates overshoots and undershoots at abrupt edges.
  • Unsharp masking tends to produce visually favorable results for natural images, but not for document images.
  • the unsharp masking can create overshoot artifacts, which reduce image compressibility of text-rich images.
  • An alternative to unsharp masking is based on the mathematical morphology approach, which is frequently reduced to combinations of neighborhood-minimum and neighborhood-maximum filters.
  • Morphological filters that combine smoothing and sharpening such as the Mean of Least Variance (MLV) filter and variants of toggle mapping filter, tend to strongly posterize images, i.e. reduce original images to piecewise constant intensity functions. While this effect can be desirable for purely textual images or medical images, it does not yield visually acceptable results for compound document images, which may also contain photos, variable backgrounds, and other image regions that do not correspond to piecewise constant intensity profiles.
  • MMV Mean of Least Variance
  • processing of a pixel of a digital image includes mapping intensity of the pixel as a smooth, non-linear continuous function of the intensity and minimum and maximum intensities of a local pixel neighborhood of the pixel.
  • Figure 1 is an illustration of a digital image processing method in accordance with an embodiment of the present invention.
  • Figure 2 is an illustration of an exemplary neighborhood of pixels for the method of Figure 1.
  • Figure 3 is an illustration of an exemplary non-linear function for the method of Figure 1.
  • Figure 4 is an illustration of a profile of a contrast- stretching parameter.
  • Figure 5 is an illustration of another exemplary non-linear function for the method of Figure 1.
  • Figure 6 is an illustration of a digital imaging system including a machine for performing the method of Figure 1.
  • Figure 1 illustrates a method of performing variable contrast mapping on a grayscale digital image.
  • the variable contrast mapping is performed on a pixel-by-pixel basis.
  • the variable contrast mapping includes determining minimum and maximum intensity values and a local contrast range of a local pixel neighborhood (110); and mapping intensity of the pixel of interest as a smooth, non-linear continuous function of its intensity value, and the minimum and maximum intensity values (120).
  • the mapped value remains within the local contrast range.
  • This non-linear function will be referred to as a "contrast mapping function.”
  • An exemplary local neighborhood is illustrated in Figure 2.
  • the exemplary local neighborhood is delineated by a window indicated in dashed lines.
  • the neighborhood should be symmetric about the pixel of interest (the pixel of interest in Figure 2 is marked with an "X").
  • a 3x3 local n eighborhood is illustrated; owever, the local neighborhood is not limited to any particular size or shape.
  • the size and shape of the local neighborhood may even be changed dynamically to accommodate a particular class of image region (e.g., text, graphics, natural features).
  • a particular class of image region e.g., text, graphics, natural features.
  • local minima and maxima of the partial neighborhoods may be used.
  • the local neighborhood may include the pixel of interest, or it may be punctured.
  • a punctured neighborhood does not include the pixel of interest.
  • the punctured neighborhood might be preferred for images containing halftone noise.
  • the value of the pixel of interest may be clipped to ensure that the value of the pixel of interest does not exceed the local maximum or fall below the local minimum (115). If the value of the pixel of interest is greater than the local maximum, the value is set equal to the local maximum. If the value of the pixel of interest is less than the local minimum, the value is set equal to the local minimum.
  • the contrast mapping function may include a contrast- stretching parameter ⁇ (D), which is a function of the local contrast range (D).
  • the contrast stretching parameter ⁇ (D) affects the slope of the nonlinear function at the mid-range point.
  • the sign of the contrast stretching parameter ( ⁇ ) determines whether contrast stretching or contrast compaction is performed, and the value of the contrast stretching parameter determines the amount of contrast stretching or contrast compaction.
  • a negative value of the contrast stretching parameter can cause contrast compaction by pushing a pixel intensity value toward the mid-range point, and a positive value can cause contrast stretching by the pushing pixel intensity value away from the mid- range point.
  • FIG. 4 An exemplary profile for the contrast stretching parameter ⁇ (D) is shown in Figure 4.
  • the contrast mapping function A (/) has the following constraints: (1) it is non-decreasing; (2) it produces filtered values that cover the entire local contrast range; and (3) it is symmetrical with respect to lightening and darkening a bout t he m id-range p oint s o t hat i t i dentity- maps a pixel at its mid-range point. Because of constraints (1) and (2), the local minimum and local maximum values (m and M) are mapped to themselves.
  • the non-linear function E A (J) can perform clipping in addition to the clipping that might have been performed at step 115.
  • a generic expression for such a function F X (I) may take the following form:
  • K(T) denotes a contrast stretching term, which depends parametrically upon M,m and complies with the following constraints:
  • the function (/) may be expressed as a cubic polynomial in /, which is proportional to a product derived from the constraint (a1 ).
  • contrast stretching term could take the following form.
  • variable contrast mapping can adaptively perform contrast stretching and contrast compaction without creating artifacts.
  • Strong contrast stretching is applied to strong edges (e.g., computer- generated features, text) mild contrast stretching to mild edges (e.g., edges in natural features), and contrast compaction in low contrast neighborhoods (e.g., patches that do not contain edges).
  • variable contrast mapping sharpens edges without enhancing low amplitude noise.
  • Halftone noise is not enhanced, and can even be partly smoothed. Overshoot is prevented. Consequently, compressibility of the contrast-mapped image is not reduced relative to the original image, and can even be increased.
  • variable contrast mapping can be modified to perform "selective thickening" of narrow, dark features such as lines and text.
  • the selective thickening may be performed to compensate for a psycho-visual effect that results from excessive contrast stretching and other types of sharpening.
  • the excessive contrast stretching appears to make narrow dark features thinner at normal viewing distance, since the human eye is more sensitive to the lighter side of a dark feature.
  • sharpened, narrow, dark features appear thinner at normal viewing distance, even though they really aren't thinner.
  • the selective thickening can be used to make the narrow dark features bolder and appear to have the correct thickness at normal viewing distance.
  • the modified contrast mapping function F ⁇ t (I) complies with the same first and second constraints as the function F ⁇ (I) above: (1) non-decreasing; and (2) producing filtered values that cover the entire local contrast range.
  • ⁇ A, t — , where f is a dimensionless thickening parameter.
  • K t (J) is a contrast stretching term, which complies with the following constraints:
  • constraints (b1) and (d) together ensure that the modified contrast mapping function F ⁇ t (I) identity-maps the two end points.
  • Constraints (b2) and (c2) together ensure that the modified contrast mapping function F ⁇ t (I) is below the identity map (i.e. darkens) up to a value that is lighter than At.
  • Constraints (b3) and (c3) together cause the modified curve to have the same slope at the mid-range point A as the original curve, i.e. they are parallel at that point.
  • the shift is defined on the horizontal axis (and not the vertical axis), there is a correspondence between t and the geometric shift in the location of the mid-range point A at edges.
  • the horizontal mid-range shift corresponds to thickening, not darkening.
  • a uniform value of t causes the same thickening to edges for different contrast ranges.
  • the actual value of the selective thickening parameter is application-specific.
  • a value for the selective thickening parameter (t) can be selected to allow more aggressive contrast stretching without thinning. However, this value can be increased so that the dark features appear even thicker, or this value can be decreased so that the dark features appear thinner, but not as thin as without selective thickening.
  • Figure 6 shows a digital imaging system 610.
  • An image capture device 612 provides lines of a digital image to a processor 614.
  • the processor 614 may store all of the lines of the digital image in memory 616 for processing at a later time, or it may process the digital image in real time. The processed image may also be stored in the memory 616.
  • the processor 614 may use hardware, software or a combination of the two to process the digital image according to the method of Figure 1.
  • the processor may perform additional processing as well.
  • the memory 616 stores a program that, when executed, instructs the processor 614 to perform the method of Figure 1.
  • the processor 614 and memory 616 may be part of a personal computer or workstation, they may be embedded in an image capture device, etc.
  • variable contrast mapping can be implemented in a very efficient manner. Moreover, the variable contrast mapping can be performed in real time.
  • variable contrast mapping is not limited to any particular type of image. It may be applied to images containing only text and other computer-generated features, images containing only natural features, and compound documents containing natural features and computer-generated features.
  • variable contrast mapping may be "bootstrapped" onto another processing method that determines minimum and maximum pixel intensity values for neighborhoods of pixels.
  • the variable contrast mapping may be bootstrapped onto the bleed through reduction method disclosed in assignee's U.S. Serial No. (attorney docket no. PDNO 200309934-1).
  • variable contrast mapping has been described with respect to a grayscale digital image.
  • the variable contrast mapping can be extended to color images.
  • I n perceptual color space where luminance is decoupled from chrominance (e.g., YC r Cb, YUV, Lab)
  • the variable contrast mapping may be applied to the luminance channel.
  • Conventional sharpening may be used on the chrominance channels.
  • the sharpening of the chrominance channels is optional, since the human visual system is less sensitive to chrominance than luminance.
  • variable contrast mapping may be performed on multiple channels, wherein the contrast-stretching parameter is coordinated between the multiple channels.
  • the variable contrast mapping may be used to sharpen or smooth the chrominance channels in addition to the luminance channel.
  • the pixel values of each chrominance channel are converted to chrominance intensities (in YC b C r color space, for example, the chromatic intensity of a pixel may be computed as
  • a local contrast range of chrominance intensities is computed for each pixel in each chrominance channel.
  • the contrast stretching parameter that was used to map the luminance component of a pixel is also used to map the chrominance components of that pixel, but as a function of the local contrast range of chrominance intensities.
  • the image is initially in a non- perceptual color space such as RGB (in which luminance and chrominance are not decoupled).
  • a non- perceptual color space such as RGB (in which luminance and chrominance are not decoupled).
  • the luminance component is computed and mapped, and the difference between the original value and the mapped luminance value is determined. That difference is used to modify each component in non-perceptual color space.
  • the RGB triplet of a pixel is [100, 150, 200]. If the luminance is reduced by 50 gray levels, the RGB value may be modified by reducing each component by 50 gray levels to [50, 100, 150]. In the alternative, the RGB components may be multiplied by the ratio of mapped luminance to original luminance. Clipping may be applied to the resulting pixel values to ensure that the RGB results of the transformed image are within the RGB gamut. A more sophisticated gamut mapping may be performed instead of clipping to maintain color fidelity.
  • variable contrast mapping may be applied to each channel in RGB color space. For each pixel, local contrast range and a contrast-stretching parameter are determined for each color component, and a single contrast-stretching parameter is selected. That single contrast-stretching parameter is used to map each color component of the pixel.
  • the single parameter used in the mapping may be a linear combination of the three individual parameters, the maximum of the three parameters, etc. Use of the single parameter can avoid color fringes.
  • the selective thickening is not limited to filters that perform variable contrast mapping.
  • Unsharp masking filters and other sharpening filters can be modified to perform selective thickening. These filters may be modified to perform more sharpening of dark features at darks sides of edges. The resulting imbalance between the dark and light sides of an edge creates the perception of a shift in location of the edge center, which results in the perception of a thicker, darker edge.
  • the selective boldening may be performed as a non-decreasing function of local contrast.
  • ⁇ A t may be proportional to the spatial gradient of the intensity (I), wherein
  • the sharpening factor can also depend on the gradient in order to avoid sharpening of noise in low-gradient neighborhoods, which is also analogous to variable contrast mapping ( ⁇ (
  • the selective sharpening is independent of the thickening.

Landscapes

  • Image Processing (AREA)
  • Facsimile Image Signal Circuits (AREA)

Abstract

Processing of a pixel of a digital image includes mapping intensity of the pixel as a smooth, non-linear continuous function of the intensity and minimum and maximum intensities of a local pixel neighborhood of the pixel (120).

Description

VARIABLE CONTRAST MAPPING OF DIGITAL IMAGES
BACKGROUND
[0001] Image sharpening is performed to improve the appearance of d igital images and particularly the legibility of documents. Most filters that perform image sharpening use variations of unsharp masking, a linear sharpening filter, which generates overshoots and undershoots at abrupt edges. Unsharp masking tends to produce visually favorable results for natural images, but not for document images. In images of documents, the unsharp masking can create overshoot artifacts, which reduce image compressibility of text-rich images.
[0002] An alternative to unsharp masking is based on the mathematical morphology approach, which is frequently reduced to combinations of neighborhood-minimum and neighborhood-maximum filters. Morphological filters that combine smoothing and sharpening, such as the Mean of Least Variance (MLV) filter and variants of toggle mapping filter, tend to strongly posterize images, i.e. reduce original images to piecewise constant intensity functions. While this effect can be desirable for purely textual images or medical images, it does not yield visually acceptable results for compound document images, which may also contain photos, variable backgrounds, and other image regions that do not correspond to piecewise constant intensity profiles.
SUMMARY [0003] According to one aspect of the present invention, processing of a pixel of a digital image includes mapping intensity of the pixel as a smooth, non-linear continuous function of the intensity and minimum and maximum intensities of a local pixel neighborhood of the pixel. Other aspects and advantages of the present invention will become apparent from the following detailed description, taken in conjunction with the accompanying drawings, illustrating by way of example the principles of the present invention.
BRIEF DESCRIPTION OF THE DRAWINGS
[0004] Figure 1 is an illustration of a digital image processing method in accordance with an embodiment of the present invention.
[0005] Figure 2 is an illustration of an exemplary neighborhood of pixels for the method of Figure 1.
[0006] Figure 3 is an illustration of an exemplary non-linear function for the method of Figure 1.
[0007] Figure 4 is an illustration of a profile of a contrast- stretching parameter.
[0008] Figure 5 is an illustration of another exemplary non-linear function for the method of Figure 1.
[0009] Figure 6 is an illustration of a digital imaging system including a machine for performing the method of Figure 1.
DETAILED DESCRIPTION
[0010] Reference is made to Figure 1 , which illustrates a method of performing variable contrast mapping on a grayscale digital image. The variable contrast mapping is performed on a pixel-by-pixel basis. On each pixel of interest, the variable contrast mapping includes determining minimum and maximum intensity values and a local contrast range of a local pixel neighborhood (110); and mapping intensity of the pixel of interest as a smooth, non-linear continuous function of its intensity value, and the minimum and maximum intensity values (120). The mapped value remains within the local contrast range. This non-linear function will be referred to as a "contrast mapping function."
[0011] The local contrast range (D) of a pixel of interest may be determined as difference between the corresponding minimum intensity value (m) and the corresponding maximum intensity value (M). Thus D=M- m. This range (D) can vary from pixel to pixel.
[0012] An exemplary local neighborhood is illustrated in Figure 2. The exemplary local neighborhood is delineated by a window indicated in dashed lines. Preferably, the neighborhood should be symmetric about the pixel of interest (the pixel of interest in Figure 2 is marked with an "X"). A 3x3 local n eighborhood is illustrated; owever, the local neighborhood is not limited to any particular size or shape. The size and shape of the local neighborhood may even be changed dynamically to accommodate a particular class of image region (e.g., text, graphics, natural features). At boundary pixels and other pixels having partial neighborhoods, local minima and maxima of the partial neighborhoods may be used.
[0013] The middle of the local contrast range (the "mid-range point") is one-half the sum of the local maximum and local minimum. That is, the mid-range point A=(M+m)/2.
[0014] The local neighborhood may include the pixel of interest, or it may be punctured. A punctured neighborhood does not include the pixel of interest. The punctured neighborhood might be preferred for images containing halftone noise.
[0015] If the neighborhood is punctured, the value of the pixel of interest may be clipped to ensure that the value of the pixel of interest does not exceed the local maximum or fall below the local minimum (115). If the value of the pixel of interest is greater than the local maximum, the value is set equal to the local maximum. If the value of the pixel of interest is less than the local minimum, the value is set equal to the local minimum.
[0016] The contrast mapping function may include a contrast- stretching parameter λ(D), which is a function of the local contrast range (D). The contrast stretching parameter λ(D) affects the slope of the nonlinear function at the mid-range point. A contrast mapping function FX(I) having a sigmoid shape and a slope of 1+λ is illustrated in Figure 3. The effects of λ=0, λ=-0.7, and λ=0.7 are illustrated in Figure 3. For this example, the contrast mapping function Fλ(I) performs identity mapping for λ=0, contrast compaction for λ<0, and contrast stretching for λ>0. Thus the sign of the contrast stretching parameter (λ) determines whether contrast stretching or contrast compaction is performed, and the value of the contrast stretching parameter determines the amount of contrast stretching or contrast compaction. A negative value of the contrast stretching parameter can cause contrast compaction by pushing a pixel intensity value toward the mid-range point, and a positive value can cause contrast stretching by the pushing pixel intensity value away from the mid- range point.
[0017] The contrast-stretching parameter λ(D) is a continuous, non-decreasing function of the local contrast range. It may have the following general characteristics. As D -> 0, λ -> -λo, which corresponds to maximum contrast compaction. For 0<D<Tι (low contrast ranges), contrast compaction is performed as a non-decreasing function of D. For T0≤D<Tι, λ(D)=0, whereby identity mapping is performed. For TI<D<TMAX (high contrast ranges), contrast mapping is performed as a non-decreasing function of D. The threshold TMAX corresponds to very strong edges. Maximum contrast mapping
Figure imgf000005_0001
is performed at D= TMAX- For D> TMAX, contrast mapping is performed at = MAX to prevent oversharpening of edges.
[0018] An exemplary profile for the contrast stretching parameter λ(D) is shown in Figure 4. The exemplary contrast-stretching parameter λ has a piecewise-linear profile. Contrast compaction increases linearly from -λo to 0 over the range D=0 to D=T0. The range D=T0 to D=Tι shrinks to a single point, where identity mapping is performed (λ=0). Contrast stretching increases linearly from λ(T0)=0 to
Figure imgf000005_0002
Contrast stretching is performed at λ=λMAχ for D>TMAX- [0019] The contrast mapping function A(/) has the following constraints: (1) it is non-decreasing; (2) it produces filtered values that cover the entire local contrast range; and (3) it is symmetrical with respect to lightening and darkening a bout t he m id-range p oint s o t hat i t i dentity- maps a pixel at its mid-range point. Because of constraints (1) and (2), the local minimum and local maximum values (m and M) are mapped to themselves. The non-linear function EA(J)can perform clipping in addition to the clipping that might have been performed at step 115.
[0020] A generic expression for such a function FX(I) may take the following form:
+ λ -K(I) ] }
Figure imgf000006_0001
where / represents pixel intensity, and K(T) denotes a contrast stretching term, which depends parametrically upon M,m and complies with the following constraints:
(a1 ) vanishes at three points : K(m) = K(M) = K(A) = 0.
(a2) has the same sign as l-A: sgn(K(I)) = $gα(I - A) .
(a3) has unity derivative at l=A: K' (A) = 1.
Following constraint (a3), the derivative of Fλ(ϊ) at the mid-range point (A) is 1+λ.
[0021] The function (/) may be expressed as a cubic polynomial in /, which is proportional to a product derived from the constraint (a1 ).
K(I) =- (I-A) -(M-I)- (I-m)
Wf
[0022] Other functions with similar properties could be used. For example, the contrast stretching term could take the following form.
Figure imgf000007_0001
[0023] The variable contrast mapping can adaptively perform contrast stretching and contrast compaction without creating artifacts. Strong contrast stretching is applied to strong edges (e.g., computer- generated features, text) mild contrast stretching to mild edges (e.g., edges in natural features), and contrast compaction in low contrast neighborhoods (e.g., patches that do not contain edges).
[0024] The variable contrast mapping sharpens edges without enhancing low amplitude noise. Halftone noise is not enhanced, and can even be partly smoothed. Overshoot is prevented. Consequently, compressibility of the contrast-mapped image is not reduced relative to the original image, and can even be increased.
[0025] The variable contrast mapping can be modified to perform "selective thickening" of narrow, dark features such as lines and text. The selective thickening may be performed to compensate for a psycho-visual effect that results from excessive contrast stretching and other types of sharpening. The excessive contrast stretching appears to make narrow dark features thinner at normal viewing distance, since the human eye is more sensitive to the lighter side of a dark feature. Thus sharpened, narrow, dark features appear thinner at normal viewing distance, even though they really aren't thinner. The selective thickening can be used to make the narrow dark features bolder and appear to have the correct thickness at normal viewing distance.
[0026] The modified contrast mapping function Fλ t (I) complies with the same first and second constraints as the function Fλ(I) above: (1) non-decreasing; and (2) producing filtered values that cover the entire local contrast range. However, the modified contrast mapping function Fλ t (I) complies with a third constraint that is generalized from Fλ (A) = A to Fλ t(At) = A , where the "lightened inverse mid-point" At is defined as At ≡ A + ΔAt , w here Δ At i s a p rescribed h orizontal s hift of t he m id-range. This horizontal mid-range shift ΔAt is proportional to the contrast range.
For example, ΔA, = t — , where f is a dimensionless thickening parameter.
[0027] A generic expression for such a function Fλ t(I) may take the following form
+ λ -Kt(I)-Bt (I) ] }
Figure imgf000008_0001
Kt(J) is a contrast stretching term, which complies with the following constraints:
(b1 ) vanishes at three points : Kt (m) = Kt (M) = Kt (At) = 0.
(b2) has the same sign as l-At : sgn(j£, (/)) = sgn(J ~ At) .
(b3) has unity derivative at l=A : Kt'(A) ~ 1.
Bt(I) is a boldening term which complies with the following constraints:
(d ) vanishes at the two end points : Bt (m) = Bt (M) = 0
(c2) is non-negative : Bt(I) ≥ 0
(c3) causes maximum boldening at l=A : Bt' (A) = 0 (c4) its derivative corresponds to the prescribed horizontal shift at l-At '■ B,'(At) = At - A = AAt
The constraints (b1) and (d) together ensure that the modified contrast mapping function Fλ t(I) identity-maps the two end points. Constraints (b2) and (c2) together ensure that the modified contrast mapping function Fλ t(I) is below the identity map (i.e. darkens) up to a value that is lighter than At. Constraints (b3) and (c3) together cause the modified curve to have the same slope at the mid-range point A as the original curve, i.e. they are parallel at that point. Constraints (c4) and (b1) ensure that the modified contrast mapping function Fλ t(I) passes through the third constraining point Fλ t(At) = A .
[0028] Exemplary contrast stretching and boldening terms Kt(I),Bt(I) are as follows:
K (I) _ (I-At) -(M -I) -(I-m)
t (M -I)-(I- m)
Bt(I) =
( 2)
[0029] Figure 5 illustrates the horizontal mid-range shift. Shown in solid is an exemplary unshifted contrast mapping function Fλ(I) . Shown in dash is the exemplary modified contrast mapping function Fλ t(I) for t=0.4. Because of the horizontal mid-range shift, the modified contrast mapping function Λ,(/) is not symmetrical with respect to lightening and darkening about A. A point lighter than the mid-range point by a prescribed amount (ΔAt) is mapped to the mid-range point.
[0030] Because the shift is defined on the horizontal axis (and not the vertical axis), there is a correspondence between t and the geometric shift in the location of the mid-range point A at edges. The horizontal mid-range shift corresponds to thickening, not darkening. Among the advantages, a uniform value of t causes the same thickening to edges for different contrast ranges. The uniform value of the contrast mapping parameter t causes the most darkening on the light side of a strong edge, some darkening on the light side of a mild edge, and very little darkening in low contrast regions. Slight darkening in low contrast regions, if not desired, can be avoided by setting t=0 when D is less than a threshold.
[0031] The actual value of the selective thickening parameter is application-specific. A value for the selective thickening parameter (t) can be selected to allow more aggressive contrast stretching without thinning. However, this value can be increased so that the dark features appear even thicker, or this value can be decreased so that the dark features appear thinner, but not as thin as without selective thickening. Thus thinning may be undercompensated for values of t between 0 and tc (where t=0 results in no thickening, and t=tc results in compensative thickening), or thinning may be overcompensated for values t greater than tc.
[0032] Figure 6 shows a digital imaging system 610. An image capture device 612 provides lines of a digital image to a processor 614. The processor 614 may store all of the lines of the digital image in memory 616 for processing at a later time, or it may process the digital image in real time. The processed image may also be stored in the memory 616. The processor 614 may use hardware, software or a combination of the two to process the digital image according to the method of Figure 1. The processor may perform additional processing as well.
[0033] In a software implementation, the memory 616 stores a program that, when executed, instructs the processor 614 to perform the method of Figure 1. The processor 614 and memory 616 may be part of a personal computer or workstation, they may be embedded in an image capture device, etc.
[0034] In both hardware and software implementations, the processing can be performed using only integer arithmetic and precomputed lookup table terms. Thus the variable contrast mapping can be implemented in a very efficient manner. Moreover, the variable contrast mapping can be performed in real time.
[0035] The variable contrast mapping is not limited to any particular type of image. It may be applied to images containing only text and other computer-generated features, images containing only natural features, and compound documents containing natural features and computer-generated features.
[0036] The variable contrast mapping may be "bootstrapped" onto another processing method that determines minimum and maximum pixel intensity values for neighborhoods of pixels. For example, the variable contrast mapping may be bootstrapped onto the bleed through reduction method disclosed in assignee's U.S. Serial No. (attorney docket no. PDNO 200309934-1).
[0037] Thus far the variable contrast mapping has been described with respect to a grayscale digital image. However, the variable contrast mapping can be extended to color images. I n perceptual color space, where luminance is decoupled from chrominance (e.g., YCrCb, YUV, Lab), the variable contrast mapping may be applied to the luminance channel. Conventional sharpening may be used on the chrominance channels. However, the sharpening of the chrominance channels is optional, since the human visual system is less sensitive to chrominance than luminance.
[0038] The variable contrast mapping may be performed on multiple channels, wherein the contrast-stretching parameter is coordinated between the multiple channels. As a first example, the variable contrast mapping may be used to sharpen or smooth the chrominance channels in addition to the luminance channel. The pixel values of each chrominance channel are converted to chrominance intensities (in YCbCr color space, for example, the chromatic intensity of a pixel may be computed as
C = Λ/ 2 + C) ). A local contrast range of chrominance intensities is computed for each pixel in each chrominance channel. The contrast stretching parameter that was used to map the luminance component of a pixel is also used to map the chrominance components of that pixel, but as a function of the local contrast range of chrominance intensities.
[0039] As a second example, the image is initially in a non- perceptual color space such as RGB (in which luminance and chrominance are not decoupled). For each pixel, the luminance component is computed and mapped, and the difference between the original value and the mapped luminance value is determined. That difference is used to modify each component in non-perceptual color space. For example, the RGB triplet of a pixel is [100, 150, 200]. If the luminance is reduced by 50 gray levels, the RGB value may be modified by reducing each component by 50 gray levels to [50, 100, 150]. In the alternative, the RGB components may be multiplied by the ratio of mapped luminance to original luminance. Clipping may be applied to the resulting pixel values to ensure that the RGB results of the transformed image are within the RGB gamut. A more sophisticated gamut mapping may be performed instead of clipping to maintain color fidelity.
[0040] As a third example, the variable contrast mapping may be applied to each channel in RGB color space. For each pixel, local contrast range and a contrast-stretching parameter are determined for each color component, and a single contrast-stretching parameter is selected. That single contrast-stretching parameter is used to map each color component of the pixel. The single parameter used in the mapping may be a linear combination of the three individual parameters, the maximum of the three parameters, etc. Use of the single parameter can avoid color fringes.
[0041] The selective thickening is not limited to filters that perform variable contrast mapping. Unsharp masking filters and other sharpening filters can be modified to perform selective thickening. These filters may be modified to perform more sharpening of dark features at darks sides of edges. The resulting imbalance between the dark and light sides of an edge creates the perception of a shift in location of the edge center, which results in the perception of a thicker, darker edge. The selective boldening may be performed as a non-decreasing function of local contrast.
[0042] Consider a linear unsharp masking (sharpening) filter that has the form Fζ(I) = I+ζ-(I-L), where <^is a sharpening factor, and L is the result of applying a spatial low-pass filter with its center located on the pixel o f i nterest. S uch a filter c an p erform s elective t hickening s imply by shifting the argument by AAt, where t is the dimensionless thickening parameter. Thus the linear sharpening filter modified to perform selective thickening may have the form Fζιt (I) = I-AAt +ζ-(I-AAt -L) .
[0043] In this more general application, ΔAt may be proportional to the spatial gradient of the intensity (I), wherein
ΔA, - 1 • |V/|
Figure imgf000013_0001
. According to this definition for ΔAt, the selective darkening is very small, even negligible, in low-contrast (low- gradient) neighborhoods. Using this definition for ΔAt, the parameter t retains its meaning for the geometric shift of the edge center, as with variable contrast mapping.
[0044] In addition to making AAt depend on the gradient, the sharpening factor can also depend on the gradient in order to avoid sharpening of noise in low-gradient neighborhoods, which is also analogous to variable contrast mapping (λ(|V/| ) instead of λ(D)). However, the selective sharpening is independent of the thickening.
[0045] Selective thickening can be applied without performing sharpening by setting the sharpening factor ζ\o ζ=0. Thus
Ft(I) =
Figure imgf000013_0002
. This holds true for variable contrast mapping, where λ(D)=0.
[0046] The present invention is not limited to the specific embodiments described and illustrated above. Instead, the invention is construed according to the claims that follow.

Claims

THE CLAIMS
1. A method of processing a pixel of a digital image, the method comprising mapping intensity of the pixel as a smooth, non-linear continuous function of the intensity and minimum and maximum intensities of a local pixel neighborhood of the pixel (120).
2. The method of claim 1 , wherein the pixel is mapped as a function of local contrast range of the local neighborhood (110).
3. The method of claim 2, wherein the neighborhood is punctured; and wherein the method further includes clipping the pixel if the pixel lies outside of the local contrast range (115).
4. The method of claim 2, wherein the mapping is also performed as a function of a contrast-stretching parameter, the contrast stretching parameter determining whether the pixel is mapped by contrast stretching, contrast compaction, or identity mapping.
5. The method of claim 4, wherein the contrast stretching parameter determines the slope of the mapping function at a mid-range point.
6. The method of claim 4, wherein contrast compaction is performed for local pixel neighborhoods with small local contrast ranges, and contrast stretching is performed for local pixel neighborhoods with high local contrast ranges.
7. The method of claim 4, wherein contrast stretching does not exceed a prescribed value for high contrast neighborhoods.
8. The method of claim 4, wherein the mapping function has the form:
+ λ -K(I) ] }
Figure imgf000015_0001
9. The method of claim 1 , wherein the mapping function is non- decreasing, it produces filtered values that cover the entire local contrast range, and it is symmetrical about a mid-range point with respect to lightening and darkening so that the function identity-maps at the mid-range point.
10. The method of claim 1, wherein the digital image is a color image; wherein the mapping is performed on multiple channels of the color image, and wherein the contrast-stretching parameter is coordinated between the multiple channels.
PCT/US2004/005864 2003-02-28 2004-02-27 Variable contrast mapping of digital images WO2004079655A2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2006508869A JP2006519447A (en) 2003-02-28 2004-02-27 Variable contrast mapping of digital images
EP04715660A EP1597700A2 (en) 2003-02-28 2004-02-27 Variable contrast mapping of digital images

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/377,523 2003-02-28
US10/377,523 US8615142B2 (en) 2003-02-28 2003-02-28 Variable contrast mapping of digital images

Publications (2)

Publication Number Publication Date
WO2004079655A2 true WO2004079655A2 (en) 2004-09-16
WO2004079655A3 WO2004079655A3 (en) 2005-04-28

Family

ID=32908162

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2004/005864 WO2004079655A2 (en) 2003-02-28 2004-02-27 Variable contrast mapping of digital images

Country Status (5)

Country Link
US (1) US8615142B2 (en)
EP (1) EP1597700A2 (en)
JP (1) JP2006519447A (en)
TW (1) TWI340922B (en)
WO (1) WO2004079655A2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010003948A1 (en) * 2008-07-07 2010-01-14 Gemalto Sa Method for securing an image by means of graphical anti-counterfeiting means, method for securing an identification document, and secure identification document
US7961968B2 (en) 2006-08-25 2011-06-14 Nec Corporation Image density conversion method, image enhancement processor, and program thereof

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8184340B2 (en) * 2003-06-17 2012-05-22 Xerox Corporation Method for color rendering using scanned halftone classification
US7869094B2 (en) * 2005-01-07 2011-01-11 Mitcham Global Investments Ltd. Selective dithering
KR102227478B1 (en) * 2014-08-05 2021-03-15 삼성디스플레이 주식회사 Display controlling apparatus, display controlling method, and display apparatus
JP6824619B2 (en) * 2016-03-31 2021-02-03 キヤノン株式会社 Image processing device and its control method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5524070A (en) * 1992-10-07 1996-06-04 The Research Foundation Of State University Of New York Local adaptive contrast enhancement
EP1058209A2 (en) * 1999-06-02 2000-12-06 Eastman Kodak Company A method for enhancing the edge contrast of a digital image
WO2002027657A2 (en) * 2000-09-29 2002-04-04 Hewlett-Packard Company Image sharpening by variable contrast stretching
US20020118889A1 (en) * 2000-12-28 2002-08-29 Fujitsu Limited Image status estimating method, image correcting method, image correction apparatus, and storage medium

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0468482A (en) * 1990-07-10 1992-03-04 Kawasaki Steel Corp Method and device for recognizing character
US5933540A (en) 1995-05-11 1999-08-03 General Electric Company Filter system and method for efficiently suppressing noise and improving edge definition in a digitized image
US5787209A (en) 1996-02-05 1998-07-28 Hewlett-Packard Company Method of filtering images using image compressibility to determine threshold parameter
US6731821B1 (en) * 2000-09-29 2004-05-04 Hewlett-Packard Development Company, L.P. Method for enhancing compressibility and visual quality of scanned document images
US7194142B2 (en) * 2003-02-28 2007-03-20 Hewlett-Packard Development Company, L.P. Selective thickening of dark features by biased sharpening filters

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5524070A (en) * 1992-10-07 1996-06-04 The Research Foundation Of State University Of New York Local adaptive contrast enhancement
EP1058209A2 (en) * 1999-06-02 2000-12-06 Eastman Kodak Company A method for enhancing the edge contrast of a digital image
WO2002027657A2 (en) * 2000-09-29 2002-04-04 Hewlett-Packard Company Image sharpening by variable contrast stretching
US20020118889A1 (en) * 2000-12-28 2002-08-29 Fujitsu Limited Image status estimating method, image correcting method, image correction apparatus, and storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7961968B2 (en) 2006-08-25 2011-06-14 Nec Corporation Image density conversion method, image enhancement processor, and program thereof
WO2010003948A1 (en) * 2008-07-07 2010-01-14 Gemalto Sa Method for securing an image by means of graphical anti-counterfeiting means, method for securing an identification document, and secure identification document
EP2145774A1 (en) * 2008-07-07 2010-01-20 Gemalto SA Method for securing an image by means of graphical anti-counterfeiting means, method for securing an identification document, and secure identification
US8428300B2 (en) 2008-07-07 2013-04-23 Gemalto Sa Method for securing an image by means of graphical anti-counterfeiting means, method for securing an identification document, and secure identification document

Also Published As

Publication number Publication date
US20040170338A1 (en) 2004-09-02
TWI340922B (en) 2011-04-21
EP1597700A2 (en) 2005-11-23
US8615142B2 (en) 2013-12-24
JP2006519447A (en) 2006-08-24
WO2004079655A3 (en) 2005-04-28
TW200416620A (en) 2004-09-01

Similar Documents

Publication Publication Date Title
EP2076013B1 (en) Method of high dynamic range compression
Parthasarathy et al. An automated multi scale retinex with color restoration for image enhancement
EP2216988B1 (en) Image processing device and method, program, and recording medium
KR102117522B1 (en) Display management for high dynamic range video
EP1742178B1 (en) Contrast enhancement of images
US7020332B2 (en) Method and apparatus for enhancing a digital image by applying an inverse histogram-based pixel mapping function to pixels of the digital image
EP2833317B1 (en) Image display device and/or method therefor
US8860744B2 (en) System for image enhancement
US7809208B2 (en) Image sharpening with halo suppression
US7194142B2 (en) Selective thickening of dark features by biased sharpening filters
US9214015B2 (en) System for image enhancement
CN106341613B (en) Wide dynamic range image method
US8615142B2 (en) Variable contrast mapping of digital images
Hu et al. Using adaptive tone mapping to enhance edge-preserving color image automatically
Unaldi et al. Nonlinear technique for the enhancement of extremely high contrast images
Yamashita et al. Contrast-gain-based visual tone mapping for digital photo prints
Tseng et al. Image enhancement based on gamma map processing
Sasaki et al. A simplified implementation of multiscale retinex for contrast enhancement
Kyung et al. Improved color reproduction based on CIELAB color space in integrated multi-scale retinex
Lee et al. Dynamic range compression algorithm for mobile display devices using average luminance values
Guarnieri et al. Color rendering in high dynamic range images
Lee et al. Enhanced HDR Image Rendering Method using Visual Acuity Based Edge Separation
Hu et al. Research Article Using Adaptive Tone Mapping to Enhance Edge-Preserving Color Image Automatically
WO2014118033A1 (en) Method and device for modifying the dynamic range of an image sequence

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): BW GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DPEN Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed from 20040101)
WWE Wipo information: entry into national phase

Ref document number: 2004715660

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2006508869

Country of ref document: JP

WWP Wipo information: published in national office

Ref document number: 2004715660

Country of ref document: EP

WWW Wipo information: withdrawn in national office

Ref document number: 2004715660

Country of ref document: EP