WO2002027656A2 - Selective smoothing and sharpening of images by generalized unsharp masking - Google Patents

Selective smoothing and sharpening of images by generalized unsharp masking Download PDF

Info

Publication number
WO2002027656A2
WO2002027656A2 PCT/IB2001/001798 IB0101798W WO0227656A2 WO 2002027656 A2 WO2002027656 A2 WO 2002027656A2 IB 0101798 W IB0101798 W IB 0101798W WO 0227656 A2 WO0227656 A2 WO 0227656A2
Authority
WO
WIPO (PCT)
Prior art keywords
filter
selective
smoothing
sharpening
unsharp masking
Prior art date
Application number
PCT/IB2001/001798
Other languages
French (fr)
Other versions
WO2002027656A3 (en
Inventor
Ron P Maurer
Original Assignee
Hewlett-Packard Company
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 Company filed Critical Hewlett-Packard Company
Priority to JP2002531360A priority Critical patent/JP4125590B2/en
Priority to EP01978691A priority patent/EP1342212B1/en
Priority to DE60136955T priority patent/DE60136955D1/en
Priority to AU2002210785A priority patent/AU2002210785A1/en
Publication of WO2002027656A2 publication Critical patent/WO2002027656A2/en
Publication of WO2002027656A3 publication Critical patent/WO2002027656A3/en

Links

Classifications

    • G06T5/75
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/34Smoothing or thinning of the pattern; Morphological operations; Skeletonisation

Definitions

  • the present invention relates to processing of image data and in particular to the enhancement of images by sharpening and smoothing filtering.
  • x is the input image signal
  • y is the output image signal
  • is a real constant termed "the sharpness gain”
  • H is a linear high-pass filter.
  • the linear high-pass filter H can also be expressed as the difference between an identity-filter / and a linear low-pass filter L.
  • the main advantage of linear filters for denoising or sharpening is their simplicity and efficiency. Unfortunately, sharpening and denoising undo each other's operation, so that achieving both effective denoising and effective sharpening is not possible with linear-filters. This remains true even when the denoising and sharpening are performed in separate steps.
  • a simpler method for combining smoothing and sharpening is based on linear unsharp masking, (Eq. 1) by modifying the local "sharpness gain factor" ⁇ (i,j) such that it has positive values (sharpening) in activity regions but negative values (smoothing) in flat regions.
  • the local sharpness gain factor ⁇ (i,j) is in fact a soft- decision factor corresponding to a measure of the desired feature (activity).
  • the computational complexity of this method is still relatively high since at each pixel both the high-pass filter response (H*x) and the activity measure ⁇ (i,j) must be determined. Also, neither the linear high-pass filter nor the activity measure differentiate between dither patterns and directional edges.
  • Fig. 1 illustrates an embodiment of a generalized method of designing a filter for selective sharpening of image data
  • Fig. 2 illustrates an embodiment of a generalized method of designing a filter for selective sharpening and selective smoothing of image data
  • Fig. 3A illustrates a method of applying the filter as designed in Figs. 1 and 2;
  • Fig. 3B illustrates an exemplary 3x3 neighborhood.
  • FIG. 1 shows a first embodiment of a method of designing a filter which performs selective sharpening of image data.
  • the selective sharpening filter is designed from a pre-existing selective smoothing filter £ .
  • a selective smoothing filter is defined as a filter that operates on selected "non-feature" pixel values in an image and replaces them with a weighted average of its neighbors. This attenuates high frequency components, namely abrupt changes, in pixel intensity.
  • the selectiveness of the selective smoothing filter £ is based on a classification of neighborhoods which range from "feature" type neighborhoods (also referred to as ⁇ - type neighborhoods) which generally correspond to edges and "non-feature” type neighborhoods (also referred to as ⁇ -type neighborhoods).
  • the selective smoothing filter £ fully attenuates "non-feature” pixels having ⁇ -type neighborhoods, does not attenuate "feature” pixels having ⁇ -type neighborhoods, and attenuates to some degree pixels that are classified between "feature” or "non-feature”.
  • selective smoothing filters include a selectivity mechanism which is dependent on the classification of the "feature” and "non-feature” types.
  • the selectivity mechanism can be based on differences in photometric distance between pixels (i.e., intensity differences) and/or geometric distance between pixels or on other criteria used for classifying image neighborhoods.
  • non-selective smoothing filter L is derived in such a manner such that in "non-feature" neighborhoods (type ), it has exactly the same effect as £ .
  • feature neighborhoods (type ⁇ )
  • non-selective filter L has a smoothing effect while selective filter £ does not.
  • a given RAD filter is applied to a 3x3 neighborhood about a pixel of interest Po to perform an operation as defined by Eq. 2 on each pixel in the image:
  • ⁇ t is the influence-function of the robust error-norm
  • Po and P j are pixel values in a 3x3 neighborhood as shown in Fig. 3B
  • C j is the spatial weight which can be interpreted either as spatial filter coefficients, or as stochastic probabilities of random- walk transitions from pixel P j to pixel 0 in the 3x3 neighborhood.
  • ⁇ t 1.
  • the influence function ⁇ corresponds to a photometric weighting function which determines the selectivity of the RAD filter function.
  • the influence function is defined by the following conditions:
  • a difference operation of the selective smoothing filter I and the derived matching non-selective smoothing filter L is substituted for the high-pass filter operation performed on the input image data in an unsharp masking filter (block 106).
  • the resulting filter is a new selective sharpening filter designed from an unsharp masking filter in which the high-pass filter operation is replaced with the difference operation of the selective smoothing filter and the derived matching non-selective smoothing filter.
  • the method is performed in a single iteration of processing the image data. The following describes the substitution of the high-pass filter operation with the difference operation (£ -L) in an unsharp masking filter.
  • (£ -L) is a selective feature-enhancement filter, generating a zero output signal at "non- feature” pixels ( ⁇ ), and a strong output signal at "feature” pixels ( ⁇ ).
  • L is a feature-attenuation filter
  • I - L is a feature-enhancement filter.
  • I -L is a linear high-pass filter.
  • the unsharp masking filter as defined by Eq. 3 is equivalent to a linear unsharp masking filter (Eq. 1) at edges, and equivalent to the identity filter in "non-edge" pixels (flat regions). In other words, noise is not enhanced in flat regions.
  • the advantage of this method of filter design is that pre-existing selective smoothing filters that have been developed so as to have particular filtering characteristics can be used to design new selective sharpening filters having the same filtering characteristics. For example, if a pre-existing selective smoothing filter is characterized as a filter that selectively smoothes the image data while preserving edges with well defined directionality, then the selective sharpening filter which is designed according to the method shown in Fig. 1 will sharpen only edges with well defined directionality.
  • Fig. 2 shows a second embodiment of the method of designing a filter that both selectively smoothes "non-feature” pixels and selectively sharpens "feature” pixels in a single pass over the image.
  • a selective smoothing filter £ is selected (block 102)
  • a matching non-selective smoothing filter L is derived (block 104)
  • the difference operation ( I - L ) is substituted for the high- pass filter operation in an unsharp masking filter as in the method shown in Fig. 1.
  • the selectively smoothed image pixel values £x is substituted for the image pixel values x in the unsharp masking filter such that the smoothed image pixel values
  • the portion of the unsharp masking filter that implements the ⁇ (£ -L )x operation performs selective sharpening of the image data while the portion of the unsharp masking filter that implements the £x operation performs selective smoothing of the image data.
  • the method as shown in Fig. 2 illustrates that a selective sharpening and selective smoothing filter can be designed given a pre-existing selective smoothing filter £ .
  • One advantage of the new selective smoothing and sharpening filter obtained according to this design method is that the smoothing filter portion operates on non-feature neighborhoods without affecting the feature neighborhoods and the sharpening filter portion performs a complimentary function of enhancing feature neighborhoods without affecting non- feature neighborhoods.
  • FIG. 3 A shows a method of applying a filter designed according to the methods shown in Figs. 1 and 2 of the present invention by implementing £ and L separately and combining their outputs in a difference operation.
  • a pixel value x(i, j) corresponding to a pixel of interest which is to be enhanced is selected (block 112) from the image data (block 110).
  • a neighborhood W of pixels is selected (block 114).
  • An exemplary 3x3 neighborhood is shown in Fig. 3B which includes the pixel of interest P 0 and its neighboring pixels P ⁇ -P 8 .
  • Each of the smoothing filter.-' and the non-selectively smoothing filter L is applied (blocks 116, 118) to the pixel value x and its corresponding selected neighborhood to generate image data £x and Lx (where £x corresponds to the selectively smoothed pixel value generated by filtering pixel value x with smoothing filter £ andLx corresponds to the smoothed pixel value generated by filtering pixel value x with derived matching non-selective smoothing filter L).
  • the difference of these two pixel values is determined (120) to obtain the difference operation (£ - L ) Wfor pixel value x and its corresponding window W.
  • the difference operation is multiplied (122) by the sharpening strength factor ⁇ to obtain the value ⁇ (£ -L ) which is added (126) to either the original pixel value x or to the selectively smoothed pixel value £x dependent on whether the new filter is designed according to the method of Fig. 1 or Fig. 2.
  • switch 124 is set such that the original pixel value x is added to ⁇ (£ - L ) to obtain the enhanced output value y (128).
  • switch 124 is set such that the selectively smoothed pixel value £x is added to ⁇ (£ -L) to obtain the enhanced value y (128).
  • the system and method of image processing according to the present invention is not limited to such a neighborhood.
  • the neighborhood is not limited to any particular size.
  • the number of pixels is not limited to nine. Although a fixed number of pixels in the neighborhood is preferred for all pixels of interest, the size of the neighborhood may be changed dynamically to accommodate a particular class of image region (e.g., text, graphics, natural features).
  • the neighborhood is not limited to any particular geometry.
  • the shape of the neighborhood may be diamond shaped.
  • the neighborhood for each of the selective smoothing filtering operation and the selective sharpening operation need not be the same size.
  • the implementation requires (besides the computation of £x and Ex) just one multiplication and two subtraction/addition operations per pixel. It also has a modularity advantage, so that the implementation of either of the filters
  • the two filters L and £ can be applied to each pixel value with a single in-line process in which common computations in the implementations of L and £ are performed by or combined into a single computation to reduce filter complexity and processing time.
  • a single iteration of each pixel value is required to obtain both £x and Lx instead of two separate iterations for the two filters.
  • a non- selective smoothing filter L is derived from a pre-existing selective smoothing filter
  • a "weaker” selectivity state is defined as a state in which the selectivity mechanism of the filter causes the filter to function more like a non-selective smoothing filter than a selective smoothing filter.
  • a "weaker” selectivity state is defined as a state in which the selectivity mechanism of the filter causes the filter to function more like a non-selective smoothing filter than a selective smoothing filter.
  • filter L By deriving filter L in this manner the filter difference (£ -L) essentially becomes a selective bandpass filter instead of a selective high-pass filter.
  • This bandpass filter can then be substituted into the USM filter as described for the methods shown in Figs. 1 and 2.
  • the resulting filter designed in this manner provides more control over the types of neighborhoods where image sharpening is to occur.
  • mapping f(t) is a saturated linear mapping, which ensures that the absolute sharpening signal does not pass a pre-determined threshold T:

Abstract

A method of deriving from an existing selective image smoothing filter either a corresponding filter for selective image sharpening, or a corresponding filter for both selective image smoothing and selective image sharpening. The selective sharpening filter can be implemented quickly by using implementations of the existing selective smoothing filter and a derived matching non-selective smoothing filter as black boxes and combining their outputs in a simple manner. Alternatively, the derived selective sharpening filter can be implemented by inlining the combination of the implementations of the existing selective smoothing.

Description

SELECTIVE SMOOTHING AND SHARPENING OF IMAGES BY GENERALIZED UNSHARP MASKING
FIELD OF THE INVENTION
The present invention relates to processing of image data and in particular to the enhancement of images by sharpening and smoothing filtering.
BACKGROUND OF THE INVENTION
In many image-processing applications it is desirable to apply both smoothing and sharpening to image data in order to improve their appearance. In the linear- filtering domain, smoothing is done by attenuating high-frequency components of the image (low-pass filtering). Alternatively, sharpening is done by amplifying high- frequency components, also known as Unsharp Masking (USM), which is expressed mathematically as:
(Eq. 1) y = x + λ(H * x), (H = I - L)
where x is the input image signal, y is the output image signal, λ is a real constant termed "the sharpness gain", and H is a linear high-pass filter. The linear high-pass filter H can also be expressed as the difference between an identity-filter / and a linear low-pass filter L. The main advantage of linear filters for denoising or sharpening is their simplicity and efficiency. Unfortunately, sharpening and denoising undo each other's operation, so that achieving both effective denoising and effective sharpening is not possible with linear-filters. This remains true even when the denoising and sharpening are performed in separate steps.
Many selective denoising techniques have been investigated, which effectively attenuate selected types of noise without smoothing edges. These techniques do not utilize the selectiveness of the denoising filter to enhance edges and instead just leaved them un-smoothed. In a similar manner, many selective sharpening methods are known which effectively enhance edges without attenuating small amplitude noise in flat regions. These techniques do not utilize the selectiveness of the sharpening filter to denoise non-edge regions and instead just leave them unsharpened.
There are also many image-enhancement techniques that are known, which perform both denoising and sharpening. Most are based on a hard classification of neighborhoods corresponding to "non-features" (e.g., background, noise), and "features" (edges). Then a denoising algorithm is applied to "non-feature" neighborhoods and an unrelated sharpening algorithm is applied to "feature" neighborhoods. One limitation of such an approach is its relatively high computational complexity. Specifically, there are two separate operations that are performed at each pixel: a block/neighborhood classification and either a smoothing or a sharpening operation. Another limitation of the "hard" classification approach is the possibility of artifacts due to misclassifications, especially in noisy images.
This drawback can be eliminated, in part, by performing another technique in which both a smoothing operation and an unrelated sharpening operation is performed on each pixel and then the results of the smoothing and sharpening operations are mixed using a soft-decision function. However, this technique increases the computational complexity of the image enhancement process even more, since now both the smoothing algorithm and the unrelated sharpening algorithm needs to be applied at each pixel.
A simpler method for combining smoothing and sharpening is based on linear unsharp masking, (Eq. 1) by modifying the local "sharpness gain factor" λ(i,j) such that it has positive values (sharpening) in activity regions but negative values (smoothing) in flat regions. The local sharpness gain factor λ(i,j) is in fact a soft- decision factor corresponding to a measure of the desired feature (activity). The computational complexity of this method is still relatively high since at each pixel both the high-pass filter response (H*x) and the activity measure λ(i,j) must be determined. Also, neither the linear high-pass filter nor the activity measure differentiate between dither patterns and directional edges. It is hard to extend this method to handle different activity patterns in different ways, since both the high-pass filter and the activity measure must be redesigned. Hence, what is needed is a simple manner in which to design efficient selective image sharpening or selective image sharpening and selective image smoothing filters.
SUMMARY OF THE INVENTION
A method of designing an image processing filter in which a pre-existing selective smoothing filter is used to derive a matching non-selective smoothing filter by disabling the selectivity mechanism of the selective smoothing filter and then the difference of the pre-existing and derived filters is substituted into the high-pass filter operation of an unsharp masking filter operation to form the image processing filter.
BRIEF DESCRIPTION OF THE DRAWINGS
The objects, features, and advantages of the present invention will be apparent to one skilled in the art, in view of the following detailed description in which: Fig. 1 illustrates an embodiment of a generalized method of designing a filter for selective sharpening of image data;
Fig. 2 illustrates an embodiment of a generalized method of designing a filter for selective sharpening and selective smoothing of image data;
Fig. 3A illustrates a method of applying the filter as designed in Figs. 1 and 2; Fig. 3B illustrates an exemplary 3x3 neighborhood.
DETAILED DESCRIPTION OF THE INVENTION
A generalized method of designing selective filters given a selective smoothing filter £ is described and a method therein of applying the selective filter to image data. Fig. 1 shows a first embodiment of a method of designing a filter which performs selective sharpening of image data. The selective sharpening filter is designed from a pre-existing selective smoothing filter £ . In general, a selective smoothing filter is defined as a filter that operates on selected "non-feature" pixel values in an image and replaces them with a weighted average of its neighbors. This attenuates high frequency components, namely abrupt changes, in pixel intensity. The selectiveness of the selective smoothing filter £ is based on a classification of neighborhoods which range from "feature" type neighborhoods (also referred to as φ- type neighborhoods) which generally correspond to edges and "non-feature" type neighborhoods (also referred to as α-type neighborhoods). The selective smoothing filter £ fully attenuates "non-feature" pixels having α-type neighborhoods, does not attenuate "feature" pixels having φ-type neighborhoods, and attenuates to some degree pixels that are classified between "feature" or "non-feature". In general, selective smoothing filters include a selectivity mechanism which is dependent on the classification of the "feature" and "non-feature" types. The selectivity mechanism can be based on differences in photometric distance between pixels (i.e., intensity differences) and/or geometric distance between pixels or on other criteria used for classifying image neighborhoods.
Given the selective smoothing filter £ (block 102), it is assumed that it is always possible to derive a corresponding/matching smoothing filter L (block 104) that is non-selective by disabling the selectivity mechanism of £ . The non-selective smoothing filter L is derived in such a manner such that in "non-feature" neighborhoods (type ), it has exactly the same effect as £ . On the other hand, in "feature" neighborhoods (type φ) non-selective filter L has a smoothing effect while selective filter £ does not.
One example, of how to derive a matching non-selective smoothing filter from a pre-existing selective smoothing filter by disabling the selectivity mechanism of the selective filter is described with respect to a robust anisotropic diffusion (RAD) filter. A given RAD filter is applied to a 3x3 neighborhood about a pixel of interest Po to perform an operation as defined by Eq. 2 on each pixel in the image:
(Eq. 2) P0' = P0 + (Δt)∑ CjψiPj - PQ )
where ψtis the influence-function of the robust error-norm, Tis the characteristic scale of ψ, Po and Pj are pixel values in a 3x3 neighborhood as shown in Fig. 3B, and Cj is the spatial weight which can be interpreted either as spatial filter coefficients, or as stochastic probabilities of random- walk transitions from pixel Pj to pixel 0 in the 3x3 neighborhood. In this example, Δt = 1. The influence function ψ corresponds to a photometric weighting function which determines the selectivity of the RAD filter function. In this example the influence function is defined by the following conditions:
Figure imgf000007_0001
wherein AP is Pj-Po- The influence function and hence, the selectivity of the filter, is dependent on whether the photometric difference (ΔP) is greater than, less than, or equal to parameter T. Consequently, to disable the selectivity of the RAD filter, the parameter T can be set to ∞ so that the influence function is the same no matter what the photometric difference is.
Next, a difference operation of the selective smoothing filter I and the derived matching non-selective smoothing filter L is substituted for the high-pass filter operation performed on the input image data in an unsharp masking filter (block 106). The resulting filter is a new selective sharpening filter designed from an unsharp masking filter in which the high-pass filter operation is replaced with the difference operation of the selective smoothing filter and the derived matching non-selective smoothing filter. It should be noted that in one embodiment, the method is performed in a single iteration of processing the image data. The following describes the substitution of the high-pass filter operation with the difference operation (£ -L) in an unsharp masking filter. Analyzing the difference operation, it can be shown that the operation has a different effect on each of the neighborhood types, φ and . Specifically, in α-type neighborhoods, the filtering effects of L and £ are exactly the same. As a result, the difference operation is zero. In φ-type neighborhoods, £ has no effect and is equivalent to the identity operator / , while L has a strong smoothing effect (the smoothing effect is naturally larger on
"feature" pixels). Thus, in φ-neighborhoods (£ -L) ~ (I -L). In other words, (£ -L) is a selective feature-enhancement filter, generating a zero output signal at "non- feature" pixels (α), and a strong output signal at "feature" pixels (φ). Generally, since L is a feature-attenuation filter, then I - L is a feature-enhancement filter. In particular, when Lis a linear low-pass filter, I -L is a linear high-pass filter. Consequently, since (£ -L) ~ (I -L), and since I -L is a linear high-pass filter, (£ - L ) can be substituted for the high-pass filter operation in the unsharp masking filter. Scaling the output of ( £ - L ) by a real positive factor λ and adding the result to the original image data x yields a selective unsharp masking filter having a function defined by Eq. 3:
(Eq. 3) y = x + λ - (£ -L)x
In a particular case where L is linear, and the "feature" pixels correspond to edges, the unsharp masking filter as defined by Eq. 3 is equivalent to a linear unsharp masking filter (Eq. 1) at edges, and equivalent to the identity filter in "non-edge" pixels (flat regions). In other words, noise is not enhanced in flat regions.
The advantage of this method of filter design is that pre-existing selective smoothing filters that have been developed so as to have particular filtering characteristics can be used to design new selective sharpening filters having the same filtering characteristics. For example, if a pre-existing selective smoothing filter is characterized as a filter that selectively smoothes the image data while preserving edges with well defined directionality, then the selective sharpening filter which is designed according to the method shown in Fig. 1 will sharpen only edges with well defined directionality.
Fig. 2 shows a second embodiment of the method of designing a filter that both selectively smoothes "non-feature" pixels and selectively sharpens "feature" pixels in a single pass over the image. According to this method, a selective smoothing filter £ is selected (block 102), a matching non-selective smoothing filter L is derived (block 104), and the difference operation ( I - L ) is substituted for the high- pass filter operation in an unsharp masking filter as in the method shown in Fig. 1.
Next, the selectively smoothed image pixel values £x is substituted for the image pixel values x in the unsharp masking filter such that the smoothed image pixel values
£x are added to the scaled difference operation of the image data (i.e., λ-(£ - L )x) instead of the input image pixel values x. This substitution within the unsharp masking filter is illustrated by Eq. 4 as follows:
(Eq. 4) y = £x + λ - (£ - L)x
The net effect of this substitution is that the portion of the unsharp masking filter that implements the λ(£ -L )x operation performs selective sharpening of the image data while the portion of the unsharp masking filter that implements the £x operation performs selective smoothing of the image data. Consequently, the method as shown in Fig. 2 illustrates that a selective sharpening and selective smoothing filter can be designed given a pre-existing selective smoothing filter £ . One advantage of the new selective smoothing and sharpening filter obtained according to this design method is that the smoothing filter portion operates on non-feature neighborhoods without affecting the feature neighborhoods and the sharpening filter portion performs a complimentary function of enhancing feature neighborhoods without affecting non- feature neighborhoods. As a result, smoothing and sharpening operations do not interfere with each other or undo each others filtering affects as is seen in prior art filtering techniques. Fig. 3 A shows a method of applying a filter designed according to the methods shown in Figs. 1 and 2 of the present invention by implementing £ and L separately and combining their outputs in a difference operation. Initially, a pixel value x(i, j) corresponding to a pixel of interest which is to be enhanced is selected (block 112) from the image data (block 110). Next, a neighborhood W of pixels is selected (block 114). An exemplary 3x3 neighborhood is shown in Fig. 3B which includes the pixel of interest P0 and its neighboring pixels Pι-P8. Each of the smoothing filter.-' and the non-selectively smoothing filter L is applied (blocks 116, 118) to the pixel value x and its corresponding selected neighborhood to generate image data £x and Lx (where £x corresponds to the selectively smoothed pixel value generated by filtering pixel value x with smoothing filter £ andLx corresponds to the smoothed pixel value generated by filtering pixel value x with derived matching non-selective smoothing filter L).
The difference of these two pixel values is determined (120) to obtain the difference operation (£ - L ) Wfor pixel value x and its corresponding window W. The difference operation is multiplied (122) by the sharpening strength factor λ to obtain the value λ(£ -L ) which is added (126) to either the original pixel value x or to the selectively smoothed pixel value £x dependent on whether the new filter is designed according to the method of Fig. 1 or Fig. 2.
Specifically, in the case in which the filter is designed according to Fig.l switch 124 is set such that the original pixel value x is added to λ(£ - L ) to obtain the enhanced output value y (128). Alternatively, in the case in which the filter is designed according to Fig. 2, switch 124 is set such that the selectively smoothed pixel value £x is added to λ(£ -L) to obtain the enhanced value y (128).
It should be noted that although a 3x3 square-shaped neighborhood is used when performing both selective and non-selective image smoothing, the system and method of image processing according to the present invention is not limited to such a neighborhood. The neighborhood is not limited to any particular size. The number of pixels is not limited to nine. Although a fixed number of pixels in the neighborhood is preferred for all pixels of interest, the size of the neighborhood may be changed dynamically to accommodate a particular class of image region (e.g., text, graphics, natural features).
The neighborhood is not limited to any particular geometry. For example, the shape of the neighborhood may be diamond shaped. In addition, the neighborhood for each of the selective smoothing filtering operation and the selective sharpening operation need not be the same size.
As can be seen, the implementation requires (besides the computation of £x and Ex) just one multiplication and two subtraction/addition operations per pixel. It also has a modularity advantage, so that the implementation of either of the filters
£ , L could be changed without affecting the final result.
According to another method of applying a filter designed using the methods shown in Figs. 1 and 2 the two filters L and £ can be applied to each pixel value with a single in-line process in which common computations in the implementations of L and £ are performed by or combined into a single computation to reduce filter complexity and processing time. In addition, by incorporating both filter functions into a single in-line process, a single iteration of each pixel value is required to obtain both £x and Lx instead of two separate iterations for the two filters.
In the embodiments of designing a selective sharpening filter as shown in Fig.
1 or a selective smoothing and selective sharpening filter as shown in Fig. 2, a non- selective smoothing filter L is derived from a pre-existing selective smoothing filter
£ by disabling the selectivity mechanism of filter ϋ . In another embodiment of each of the methods shown in Figs. 1 and 2, instead of disabling the selectivity mechanism, it is set to a "weaker" selectivity state wherein a "weaker" selectivity state is defined as a state in which the selectivity mechanism of the filter causes the filter to function more like a non-selective smoothing filter than a selective smoothing filter. In other words, by decreasing the selectivity state of a selective smoothing filter, less "feature" neighborhoods are preserved and more "non-feature" neighborhoods are processed by the filter. An example of how to weaken the selectivity state of a selective smoothing filter can be shown with respect to the RAD filter. By setting the parameter T to a higher value (but not ∞) the selectivity mechanism of the RAD filter is set into a weaker selectivity state.
By deriving filter L in this manner the filter difference (£ -L) essentially becomes a selective bandpass filter instead of a selective high-pass filter. This bandpass filter can then be substituted into the USM filter as described for the methods shown in Figs. 1 and 2. The resulting filter designed in this manner provides more control over the types of neighborhoods where image sharpening is to occur.
Although in both Eqs. 3 and 4 the filter-difference (£ -L) is mapped linearly by λ, it should be understood that the generalized unsharp masking method is not limited to this particular mapping. For example, λ can have a local dependence λ=λ(i,j), according to some criterion which is not incorporated through the difference (£ -L). Another manner in which to generalized Eqs. 3 and 4 is by applying a general non-decreasing mapping f(t) to the result of the filter difference (£ -L)x (subject to the condition /(0) = θ). Namely, the filters as described in Eqs. 3 and 4 can be replaced by filters as described by:
(Eq. 5) y = x + fiβ - L)x) or y = £x + f((£ - L)x)
respectively. A simple example mapping f(t) is a saturated linear mapping, which ensures that the absolute sharpening signal does not pass a pre-determined threshold T:
Figure imgf000012_0001
In the preceding description, numerous specific details are set forth, such as specific filters and filter implementations in order to provide a thorough understanding of the present invention. It will be apparent, however, to one skilled in the art that these specific details need not be employed to practice the present invention. In other instances, well-known digital image processing steps have not been described in detail in order to avoid unnecessarily obscuring the present invention.
In addition, although elements of the present invention have been described in conjunction with certain embodiments, it is appreciated that the invention can be implemented in a variety of other ways. Consequently, it is to be understood that the particular embodiments shown and described by way of illustration is in no way intended to be considered limiting. Reference to the details of these embodiments is not intended to limit the scope of the claims which themselves recited only those features regarded as essential to the invention.

Claims

CLAIMSWe claim:
1. A method of designing a selective sharpening image processing filter comprising:
selecting a pre-existing selective smoothing filter having an associated selectivity mechanism;
deriving a matching non-selective smoothing filter from the pre-existing selective smoothing filter by disabling its selectivity mechanism;
in an unsharp masking filter having an associated high-pass filter operation, substituting a difference operation of the selective smoothing filter and the derived matching non- selective smoothing filter for the high-pass filter operation to form the image processing filter.
2. A method of designing a selective smoothing and selective sharpening image processing filter comprising:
selecting a pre-existing selective smoothing filter having an associated selectivity mechanism;
deriving a matching non-selective smoothing filter from the pre-existing selective smoothing filter by disabling its selectivity mechanism;
in an unsharp masking filter having an associated high-pass filter operation, substituting a difference operation of the selective smoothing filter and the derived matching non- selective smoothing filter for the high-pass filter operation, wherein the difference operation is scaled in the unsharp masking filter; and substituting selectively smoothed image pixel values for image pixel values in the unsharp masking filter, wherein the selectively smoothed image pixel values are added to the scaled difference operation in the unsharp masking filter to form the image processing filter.
3. A method of designing a selective sharpening image processing filter comprising:
selecting a pre-existing selective smoothing filter having an associated selectivity mechanism;
deriving a smoothing filter from the pre-existing selective smoothing filter by setting its selectivity mechanism to a weaker selectivity state;
in an unsharp masking filter having an associated high-pass filter operation, substituting a difference operation of the selective smoothing filter and the derived smoothing filter for the high-pass filter operation to form the image processing filter.
4. A method of designing a selective smoothing and selective sharpening image processing filter comprising:
selecting a pre-existing selective smoothing filter having an associated selectivity mechanism;
deriving a smoothing filter from the pre-existing selective smoothing filter by setting its selectivity mechanism to a weaker selectivity state ;
in an unsharp masking filter having an associated high-pass filter operation, substituting a difference operation of the selective smoothing filter and the derived smoothing filter for the high-pass filter operation, wherein the difference operation is scaled in the unsharp masking filter; and
substituting selectively smoothed image pixel values for image pixel values in the unsharp masking filter, wherein the selectively smoothed image pixel values are added to the scaled difference operation in the unsharp masking filter to form the image processing filter.
PCT/IB2001/001798 2000-09-29 2001-10-01 Selective smoothing and sharpening of images by generalized unsharp masking WO2002027656A2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP2002531360A JP4125590B2 (en) 2000-09-29 2001-10-01 Selective smoothing and sharpening of images with a general-purpose unsharp mask
EP01978691A EP1342212B1 (en) 2000-09-29 2001-10-01 Selective smoothing and sharpening of images by generalized unsharp masking
DE60136955T DE60136955D1 (en) 2000-09-29 2001-10-01 SELECTIVE SMOOTING AND IMPROVEMENT OF PICTURES THROUGH GENERAL BLURRING MASKING
AU2002210785A AU2002210785A1 (en) 2000-09-29 2001-10-01 Selective smoothing and sharpening of images by generalized unsharp masking

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/676,201 2000-09-29
US09/676,201 US6665448B1 (en) 2000-09-29 2000-09-29 Selective smoothing and sharpening of images by generalized unsharp masking

Publications (2)

Publication Number Publication Date
WO2002027656A2 true WO2002027656A2 (en) 2002-04-04
WO2002027656A3 WO2002027656A3 (en) 2003-05-30

Family

ID=24713610

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB2001/001798 WO2002027656A2 (en) 2000-09-29 2001-10-01 Selective smoothing and sharpening of images by generalized unsharp masking

Country Status (6)

Country Link
US (2) US6665448B1 (en)
EP (1) EP1342212B1 (en)
JP (1) JP4125590B2 (en)
AU (1) AU2002210785A1 (en)
DE (1) DE60136955D1 (en)
WO (1) WO2002027656A2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009082506A1 (en) * 2007-12-21 2009-07-02 Apple Inc. Management techniques for video playback
US8035666B2 (en) 2007-06-26 2011-10-11 Apple Inc. Dynamic backlight adaptation for black bars with subtitles
US8212843B2 (en) 2007-06-26 2012-07-03 Apple Inc. Error metric associated with backlight adaptation
WO2017153410A1 (en) * 2016-03-07 2017-09-14 Connaught Electronics Ltd. Method for generating a noise-reduced image based on a noise model of multiple images, as well as camera system and motor vehicle

Families Citing this family (41)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3319727B2 (en) * 1999-10-20 2002-09-03 日本放送協会 Image processing device
US7405740B1 (en) * 2000-03-27 2008-07-29 Stmicroelectronics, Inc. Context sensitive scaling device and method
US6665448B1 (en) * 2000-09-29 2003-12-16 Hewlett-Packard Development Company, L.P. Selective smoothing and sharpening of images by generalized unsharp masking
US7039236B2 (en) * 2000-12-14 2006-05-02 Matsushita Electric Works, Ltd. Image processor and pattern recognition apparatus using the image processor
JP4089163B2 (en) * 2001-02-26 2008-05-28 ソニー株式会社 Image noise reduction method and apparatus
JP2002259965A (en) * 2001-02-26 2002-09-13 Sony Corp Image noise reducing method and device
US7545976B2 (en) * 2002-05-01 2009-06-09 Hewlett-Packard Development Company, L.P. Method and apparatus for associating image enhancement with color
JP2004096506A (en) * 2002-08-30 2004-03-25 Konica Minolta Holdings Inc Image forming method, image processor and image recording device
JP2005025696A (en) * 2003-07-04 2005-01-27 Japan Science & Technology Agency Image processor, image processing method, program, and storage medium
US7430334B2 (en) * 2003-07-31 2008-09-30 Hewlett Packard Development Company, L.P. Digital imaging systems, articles of manufacture, and digital image processing methods
US7269295B2 (en) * 2003-07-31 2007-09-11 Hewlett-Packard Development Company, L.P. Digital image processing methods, digital image devices, and articles of manufacture
US20050164598A1 (en) * 2004-01-22 2005-07-28 Mandalay Point, Inc. Removable and reconfigurable doll clothing
US7720303B2 (en) * 2004-04-28 2010-05-18 Hewlett-Packard Development Company, L.P. Polynomial approximation based image filter methods, systems, and machine-readable media
US7356195B2 (en) * 2004-04-29 2008-04-08 Hewlett-Packard Development Company, L.P. System and method for estimating image sharpness
US8594448B2 (en) * 2004-08-16 2013-11-26 Hewlett-Packard Development Company, L.P. Bi-selective filtering in transform domain
WO2007020930A1 (en) * 2005-08-15 2007-02-22 Sony Corporation Imaging device, noise reduction device, noise reduction method, and program
WO2007029235A2 (en) * 2005-09-05 2007-03-15 Algosoft Limited Automatic digital film and video restoration
US7903850B2 (en) * 2005-10-14 2011-03-08 Siemens Medical Solutions Usa, Inc. Method and apparatus for pre-processing scans by combining enhancement and denoising as a preparation for segmenting the same
EP1840821A1 (en) * 2006-03-27 2007-10-03 Sony Deutschland Gmbh Method for sharpness enhanging an image
JP4523926B2 (en) * 2006-04-05 2010-08-11 富士通株式会社 Image processing apparatus, image processing program, and image processing method
JP4766118B2 (en) * 2007-02-02 2011-09-07 株式会社ニコン Image processing method
US20080267524A1 (en) * 2007-04-30 2008-10-30 Doron Shaked Automatic image enhancement
US8031961B2 (en) * 2007-05-29 2011-10-04 Hewlett-Packard Development Company, L.P. Face and skin sensitive image enhancement
US8417050B2 (en) * 2007-07-31 2013-04-09 Hewlett-Packard Development Company, L.P. Multi-scale robust sharpening and contrast enhancement
WO2009081485A1 (en) * 2007-12-25 2009-07-02 Fujitsu Limited Image processing apparatus, image processing method and image processing program
JP4998287B2 (en) * 2008-01-25 2012-08-15 ソニー株式会社 Image processing apparatus and method, and program
JP5254740B2 (en) * 2008-10-24 2013-08-07 キヤノン株式会社 Image processing apparatus and image processing method
JP5254739B2 (en) * 2008-10-24 2013-08-07 キヤノン株式会社 Image forming apparatus and control method thereof
JP5241429B2 (en) * 2008-10-24 2013-07-17 キヤノン株式会社 Image forming apparatus and control method thereof
JP5230456B2 (en) * 2009-01-09 2013-07-10 キヤノン株式会社 Image processing apparatus and image processing method
US8554005B1 (en) 2009-04-02 2013-10-08 Hewlett-Packard Development Company, L.P. Digital image enhancement method and system that embolden or thin image features
US8223230B2 (en) * 2009-05-08 2012-07-17 Qualcomm Incorporated Systems, methods, and apparatus for camera tuning and systems, methods, and apparatus for reference pattern generation
US8456545B2 (en) * 2009-05-08 2013-06-04 Qualcomm Incorporated Systems, methods, and apparatus for generation of reinforcement pattern and systems, methods, and apparatus for artifact evaluation
US8824826B2 (en) * 2011-02-24 2014-09-02 Foveon, Inc. Methods for performing fast detail-preserving image filtering
US9082180B2 (en) * 2012-12-28 2015-07-14 Nvidia Corporation System, method, and computer program product for implementing a spatially varying unsharp mask noise reduction filter
EP3053333A4 (en) 2013-10-04 2017-08-02 RealD Inc. Image mastering systems and methods
US9736333B1 (en) * 2016-04-08 2017-08-15 Xerox Corporation Filter configuration for software based image path
CN105890531B (en) * 2016-06-24 2018-10-26 温州大学 Accurate communication relay contact spacing detection method based on sensing imaging system
JP6953183B2 (en) * 2017-05-24 2021-10-27 キヤノン株式会社 Image processing equipment, image processing methods and programs
WO2019232279A1 (en) * 2018-05-31 2019-12-05 Boston Medical Center Corporation White matter fibrography by synthetic magnetic resonance imaging
US11328390B2 (en) 2020-05-13 2022-05-10 Ambu A/S Method for adaptive denoising and sharpening and visualization systems implementing the method

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4315318A (en) * 1978-12-26 1982-02-09 Fuji Photo Film Co., Ltd. Method and apparatus for processing a radiation image

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2574923B2 (en) * 1990-04-10 1997-01-22 大日本スクリーン製造株式会社 Outline enhancement method and image processing device
US5402338A (en) * 1991-12-26 1995-03-28 Fuji Photo Film Co., Ltd. Method for forming energy subtraction images
DE69636911T2 (en) * 1995-03-29 2007-11-22 Fujifilm Corp. Image processing method and apparatus
US6055340A (en) * 1997-02-28 2000-04-25 Fuji Photo Film Co., Ltd. Method and apparatus for processing digital images to suppress their noise and enhancing their sharpness
US6721441B1 (en) * 1999-12-30 2004-04-13 General Electric Company Extended dynamic range system for digital X-ray imaging detectors
US6665448B1 (en) * 2000-09-29 2003-12-16 Hewlett-Packard Development Company, L.P. Selective smoothing and sharpening of images by generalized unsharp masking

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4315318A (en) * 1978-12-26 1982-02-09 Fuji Photo Film Co., Ltd. Method and apparatus for processing a radiation image

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
MAHMOODI A B ET AL: "AN ADAPTIVE EDGE AND CONTRAST ENHANCEMENT TECHNIQUE BASED ON UNSHARP MASKING" PROCEEDINGS OF THE SPIE, SPIE, BELLINGHAM, VA, US, vol. 454, 1984, pages 326-330, XP000560780 *
POLESEL A ET AL: "Image enhancement via adaptive unsharp masking" IEEE TRANSACTIONS ON IMAGE PROCESSING, IEEE INC. NEW YORK, US, vol. 9, no. 3, March 2000 (2000-03), pages 505-510, XP006556774 ISSN: 1057-7149 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8035666B2 (en) 2007-06-26 2011-10-11 Apple Inc. Dynamic backlight adaptation for black bars with subtitles
US8212843B2 (en) 2007-06-26 2012-07-03 Apple Inc. Error metric associated with backlight adaptation
US8576256B2 (en) 2007-06-26 2013-11-05 Apple Inc. Dynamic backlight adaptation for video images with black bars
US8581826B2 (en) 2007-06-26 2013-11-12 Apple Inc. Dynamic backlight adaptation with reduced flicker
US8629830B2 (en) 2007-06-26 2014-01-14 Apple Inc. Synchronizing dynamic backlight adaptation
US8648781B2 (en) 2007-06-26 2014-02-11 Apple Inc. Technique for adjusting a backlight during a brightness discontinuity
US8692755B2 (en) 2007-06-26 2014-04-08 Apple Inc. Gamma-correction technique for video playback
WO2009082506A1 (en) * 2007-12-21 2009-07-02 Apple Inc. Management techniques for video playback
US8766902B2 (en) 2007-12-21 2014-07-01 Apple Inc. Management techniques for video playback
WO2017153410A1 (en) * 2016-03-07 2017-09-14 Connaught Electronics Ltd. Method for generating a noise-reduced image based on a noise model of multiple images, as well as camera system and motor vehicle

Also Published As

Publication number Publication date
EP1342212A2 (en) 2003-09-10
JP2004510267A (en) 2004-04-02
DE60136955D1 (en) 2009-01-22
JP4125590B2 (en) 2008-07-30
US6665448B1 (en) 2003-12-16
AU2002210785A1 (en) 2002-04-08
US20040071360A1 (en) 2004-04-15
EP1342212B1 (en) 2008-12-10
WO2002027656A3 (en) 2003-05-30
US6980696B2 (en) 2005-12-27

Similar Documents

Publication Publication Date Title
US6665448B1 (en) Selective smoothing and sharpening of images by generalized unsharp masking
EP1320987B1 (en) Method for enhancing compressibility and visual quality of scanned document images
KR100790980B1 (en) Post-processing circuit according to the frequency components of the image signal
US4074231A (en) Pattern processing system
US20070223834A1 (en) Method for small detail restoration in digital images
EP1379074A2 (en) Digital descreening of image signals
KR100532121B1 (en) Method and apparatus for image detail enhancement
Abe et al. Iterative Edge-Preserving adaptive Wiener filter for image denoising
CN104103040B (en) Image enhancement method
KR100565065B1 (en) Method and apparatus for image detail enhancement using filter bank
Berger et al. Adaptive regularized constrained least squares image restoration
Rubel et al. Additive spatially correlated noise suppression by robust block matching and adaptive 3D filtering (JIST-first)
uddin Khan et al. An efficient image noise removal and enhancement method
Jernigan et al. Nonlinear lateral inhibition and image processing
Horiuchi et al. Adaptive filtering for color image sharpening and denoising
Jafar et al. Image contrast enhancement based on equalization of edge histograms
CN111986095A (en) Image processing method and image processing device based on edge extraction
CN114581443B (en) Image processing method and device, computer equipment and readable storage medium
Cheikh et al. Directional unsharp masking-based approach for color image enhancement
Russo Design of fuzzy relation-based image sharpeners
Russo Design of piecewise linear sharpeners
Smolka et al. Forward and backward anisotropic diffusion filtering for color image enhancement
Wilscy et al. Fuzzy approach for restoring color images corrupted with additive noise
Russo Image enhancement based on noise estimation
Smolka et al. Application of the self-avoiding random walk noise reduction algorithm in the colour image segmentation

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 BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE 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 NO NZ PH PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE 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
121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: 2001978691

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2002531360

Country of ref document: JP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

WWP Wipo information: published in national office

Ref document number: 2001978691

Country of ref document: EP