WO2002037835A2 - Prevention adaptative de l'ecretage permettant d'ameliorer la nettete d'image - Google Patents
Prevention adaptative de l'ecretage permettant d'ameliorer la nettete d'image Download PDFInfo
- Publication number
- WO2002037835A2 WO2002037835A2 PCT/EP2001/012587 EP0112587W WO0237835A2 WO 2002037835 A2 WO2002037835 A2 WO 2002037835A2 EP 0112587 W EP0112587 W EP 0112587W WO 0237835 A2 WO0237835 A2 WO 0237835A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- pixel
- enhancement
- value
- sharpness
- picture
- Prior art date
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N5/00—Details of television systems
- H04N5/44—Receiver circuitry for the reception of television signals according to analogue transmission standards
- H04N5/57—Control of contrast or brightness
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N5/00—Details of television systems
- H04N5/14—Picture signal circuitry for video frequency region
- H04N5/20—Circuitry for controlling amplitude response
- H04N5/205—Circuitry for controlling amplitude response for correcting amplitude versus frequency characteristic
- H04N5/208—Circuitry for controlling amplitude response for correcting amplitude versus frequency characteristic for compensating for attenuation of high frequency components, e.g. crispening, aperture distortion correction
Definitions
- This invention relates to the field of video processing, and in particular to processes used to enhance a video image.
- the "sharpness" of an image can be improved by enhancing the high- frequency components of the image; that is, by accentuating edges and other portions of an image so that changes are sharp, rather that gradual.
- a high-frequency enhancement can cause some changes to be overly accentuated, resulting in a "speckling" of the image and other visually unappealing anomalies.
- FIG. 1 illustrates a block diagram of a conventional sharpness enhancement device 100.
- the sharpness enhancement device 100 includes a convolution kernel 150 that functions as a high frequency filter to identify the high frequency components of the picture.
- a convolution kernel 150 that functions as a high frequency filter to identify the high frequency components of the picture.
- an image on a television screen is commonly referred to as a picture.
- the terms image and picture are used interchangeably herein, and are meant to include all or parts of a set of data that can be processed to produce a visual rendering corresponding to the data.
- the convolution kernel 150 computes a convolution value for each pixel of an image, based on the pixel's visual characteristics compared to the characteristics of neighboring pixels.
- the value of the pixel being processed is multiplied by +1, and the values of the pixels immediately above, below, left, and right of the pixel being processed are each multiplied by -1/4, and the sum of these multiplied values is the determined convolution value for the pixel being processed. If, for example, the pixel is located in a region of uniform pixel values, the sum of the pixel value minus a quarter of each of four similar pixel values is zero. That is, no enhancements are made within a region of uniform pixel values.
- the convolution value is 60 (100 - 10 -10 -10 -10). That is, the larger the change of a pixel's value, relative to neighboring pixels, the larger the convolution value.
- This convolution value, C is appropriately scaled by a gain factor, g, at 170, and added to the original pixel value, Yin, at 180, to form a sharpness enhanced pixel value:
- the determination of an appropriate gain factor, g, in this example includes four processes 110-140; less costly systems may use fewer processes, with a corresponding lesser quality determination of the appropriate gain factor; additional processes may also be used.
- the contrast control 110 determines a maximum gain gl that can be used without introducing contrast anomalies. That is, if the convolution value C is positive, and the Yin values correspond to a relatively dark area (low Yin values), a large enhancement could produce high-contrasting white values (high Yout values) which will appear as a white sparkles. Similarly, if the convolution value C is negative, and the Yin values correspond to a light area (high Yin values), a large negative enhancement could appear as black speckles (low Yout values).
- a commonly used range of pixel values is 0 to 255, thereby allowing the pixel value to be processed as a byte
- the dynamic range control 120 determines a similar maximum gain factor g2, to suppress exaggerated overshoots, and the adaptive coring 130 determines a maximum gain factor g3, to enhance noise reduction.
- the maximum gain g3 is kept low if the convolution value C is small, to prevent noise induced changes from being accentuated, while allowing large changes, corresponding to edges in the image, to receive a larger gain.
- the output Yout from the adder 180 will be clipped to lie within the minimum and maximum range of pixel values.
- the clipping prevention element 140 determines a maximum gain factor g4 to minimize the aliasing that is produced by excessive output clipping.
- the image is divided into blocks, and the number of clippings that occur within each block is used to determine a maximum gain factor associated with each block that will have the effect of reducing the number of clippings within the block.
- This block-level information is transferred to the pixels by computing a gain factor g4 for each pixel, based on a bilinear interpolation of the block gain factors. To avoid rapid changes in the time domain, the block gain factors are low pass filtered, using for example a weighted sum of prior gains.
- Each of these maximum gain factors gl, g2, g3, g4 are determined substantially heuristically, each based on a particular set of criteria, and often produce substantially different results. For example, a large Yin value and positive convolution value C will produce a relatively high gain gl (equation 2a), but, a large Yin value will often result in a relatively small gain g4, to minimize clipping.
- the gain selector 160 selects the minimum of the gains gl, g2, g3, and g4 as the appropriate gain to be used. That is, the minimum gain among the maximum determined gains gl, g2, g3, g4 is selected in order to provide a maximum sharpness enhancement while attempting to avoid the possible effects of over- enhancing the pixel values.
- the above described prior art processes are computationally complex, and typically require the use of data derived from a prior image to determine the gains to be used on a current image. The results of these processes can produce anomalous results if fast motion is present between one image and the next. Also, the prior art processes require communication between the processes that can lead to a high bandwidth requirement, particularly when some processes are implemented in software and other processes are implemented in hardware.
- the convolution kernel 150 preferably resides in hardware, because of the uniform and repetitive nature of the convolution algorithm, whereas the clipping prevention module 140 preferably resides in software, because of the heuristic rules-based algorithm typically employed. Often, the preferred partitioning of processes cannot be achieved, due to bandwidth limitations.
- a preferred partitioning based on the appropriate embodiment to effect each particular task, or to facilitate parallel processing often cannot be realized, due to the processor-bus bandwidth requirements that such a partitioning would produce.
- tasks which should be performed in software are embodied in hardware, and vice versa, so as to minimize the amount of data that is transferred via the processor-bus.
- a contrast control and clipping device that is configured to determine a margin of enhancement that may be applied to each pixel.
- This margin is used to limit the enhancement that is determined by the conventional convolution kernel and gain control modules.
- the margin is independent of the determined convolution value, thereby minimizing the bandwidth requirements among the modules used for picture sharpness enhancement.
- the reduced bandwidth requirement allows for an efficient partitioning of tasks between hardware and software embodiments, and eases the overall system design task. In a multi-media application, the amount of data that is transferred between the processor and sub-components is substantially reduced, and the efficient partitioning facilitates parallel processing.
- the margin is determined based on the pixel values in the current picture, using a computationally simple algorithm, thereby minimizing anomalies caused by temporal dependencies among the modules used for picture sharpness enhancement. Additionally, the sharpness enhancement is dynamically adjusted based on overall picture-level characteristics, including the average enhancement range, overall noise measures, and so on.
- FIG. 1 illustrates an example block diagram of a prior art picture sharpness enhancement system.
- FIG. 2 illustrates an example block diagram of a picture sharpness enhancement system in accordance with one aspect of this invention.
- FIG. 3 illustrates an example enhancement margin map that facilitates a determination of each pixel's maximum enhancement range in accordance with this invention.
- FIG. 4 illustrates an example block diagram of a picture sharpness enhancement system in accordance with another aspect of this invention.
- FIG. 5 illustrates an example block diagram of a video display system having a picture sharpness enhancement device in accordance with this invention.
- FIG. 2 illustrates an example block diagram of a picture sharpness enhancement system 200 in accordance with this invention.
- the contrast control 110 and clipping prevention 140 modules of the prior art system 100 illustrated in FIG. 1 often produce conflicting results regarding the maximum amount of gain (gl and g4, respectively) that may be applied to determine each pixel's convolution-determined enhancement (g*C).
- the conventionally independent functions of contrast control and clipping prevention are integrated into a single
- the enhancement that is added to each pixel's value should not produce an output pixel value that is beyond the range of allowable pixel values.
- > Yin. (4b)
- the maximum enhancement Emax that is allowable without introducing clipping can therefore be expressed as:
- the required communication between the conventional convolution kernel 150 and the clipping prevention module 140 of FIG. 1 introduces bandwidth requirements among the modules 110-190 that limit the performance of the conventional clipping prevention module 140, or that limit the design choices for partitioning a video processing system.
- the contrast and clipping control module 240 operates substantially independent of the convolution kernel 150, as illustrated in FIG. 2.
- the resultant pixel output value can be assured to lie within the allowable range of pixel values.
- the maximum enhancement for each pixel is determined based on a smoothing of enhancement range over an area, as illustrated in FIG. 3.
- a picture 310 is divided into blocks 320 (320a, 320b, 320c, 320d, etc.).
- the blocks 320 contain 16x16 pixels.
- a maximum block enhancement 330 (330a, 330b, 330c, 330d, etc.). Because the maximum enhancement 330 is intended to assure that no pixel within the block is enhanced beyond the allowable pixel range, the block enhancement 330 is defined as the minimum of the maximum allowable enhancement of each pixel within the block, as determined by equation (6) for each pixel (i):
- enhancement margin is used hereinafter to define the maximum allowable enhancement magnitude that is associated with each pixel. Limiting the enhancement margin of each pixel within each block to the Bmax term given in equation (7) will eliminate divergent enhancement margins among adjacent pixels, but will produce discontinuities at each block boundary and corresponding adverse visual effects.
- the enhancement margin for each pixel is determined by a bilinear interpolation of the surrounding block enhancement (Bmax) values, as illustrated by the surfaces (340k, 3401, 340m, etc.) of the example contour map 340, and corresponding to the following: X+ J -I
- FIG. 3 illustrates an enhancement margin ( ⁇ maxj) 341 for a pixel 301 that is determined by a bilinear interpolation of the block enhancement values (B ma (x,y)) 330 in the immediate area of the pixel 301, the enhancement margin 341 being a point X on the contour surface 340m corresponding to the location of the pixel 301 in the picture 310.
- This bilinear interpolation also provides the advantageous low pass filtering of the enhancement margin, thereby minimizing the visual anomalies caused by substantially different degrees of enhancements within local regions of the picture .
- this enhancement margin 240 for each pixel is provided to an enhancement limiter 250.
- the convolution kernel 150, the gain limiting modules 120 and 130, the minimum gain selector 160, and multiplier 170, operate as described with regard to FIG. 1, and provide a convolution-based enhancement g*C to the enhancement limiter 250.
- the magnitude of the enhancement Yenh that is added to the input pixel value Yin, or subtracted from the input pixel value Yin is:
- the sign of the enhancement Yenh is the sign of g*C term, which corresponds to the sign of the convolution value C.
- the determination of a pixel enhancement value can be effected using relatively simple computations.
- the determination of the enhancement margin is based only on the pixel value and the allowable range of the pixel value.
- the calculation of the (MaxRange-Yin) term can be effected by merely performing an inversion (ones-complement) of the n bits of the Yin term.
- the enhancement margins of equation (8) in accordance with this invention can be computed based on the pixel values of the current picture, thereby eliminating temporal data dependencies in clipping prevention.
- the above described process facilitates a substantial reduction in the bandwidth requirements of a typical system.
- the removal of the convolution value C of each pixel from the determination of the enhancement margin for each pixel substantially reduces the bandwidth requirements among the modules of FIG. 2, thereby facilitating the partitioning of modules among hardware and software embodiments, as desired.
- the determination of the (B ma ⁇ (x,y)) terms of equation (8), above is performed in software, and the bilinear interpolation of these values to determine the enhancement value Emaxi 241 for each pixel is performed in hardware. This preferred partitioning can be achieved because each block typically corresponds to hundreds of pixels (e.g.
- the margin map of FIG. 3 is used to dynamically adjust the convolution value C based on the characteristics associated with the entire picture, as illustrated in FIG. 4.
- FIG. 4 illustrates an alternative sharpness enhancement system 200' having a picture-adaptive modification block 450 that adjusts the convolution value C based on the average of the block enhancement factors, and, optionally, based on other picture-level characteristics, such as a picture noise measurement.
- a high average block enhancement margin implies a high potential for sharpness enhancement, whereas a low average block enhancement margin implies a high likelihood of clipping if sharpness enhancement is applied.
- the picture-adaptive modification block 450 attenuates the convolution value C if the average block enhancement margin is low.
- sharpness enhancement in the presence of noise generally produces noise- induced sparkles and other anomalies.
- the picture-adaptive modification block 450 attenuates the convolution value C if a noise measurement that is associated with the picture or communications channel is high.
- Other heuristics such as actually clipping rates, may also be used to dynamically modify the convolution value C to produce a visually pleasing result.
- an identification of the source of the picture may also be used to dynamically modify the convolution value C. For example, a picture from a DVD player needs little or no enhancement, whereas a picture from a television broadcaster may need a substantial amount of enhancement, depending upon the transmission format and media.
- a transmitted HDTV picture that is processed by an HDTV-compatible receiver should require less enhancement than a non-HDTV picture, and so on.
- FIG. 5 illustrates an example block diagram of a video display system 500 having a picture sharpness enhancement device 200 (or 200') in accordance with this invention.
- a source of video or other image information 510 provides an array of pixel values corresponding to a characteristic, such as the luminance, of each pixel within a picture.
- the sharpness enhancement module 200 is configured as discussed above to accentuate the high- frequency components of the array of pixel values, thereby accentuating the edge characteristics of the image, producing an image that appears 'sharper' than the original.
- the application of the sharpness enhancement is provided as an option, as indicated by the switch 520.
- the sharpened picture is provided to a video display device 530, in lieu of the original picture. Note that although this invention is particularly well suited to the sharpening of sequential images, such as a television broadcast, video conferencing, and video playback, the principles of this invention are equally applicable to the sharpening of still images as well.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Image Processing (AREA)
- Picture Signal Circuits (AREA)
- Transforming Electric Information Into Light Information (AREA)
Abstract
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EP01993118A EP1334610A2 (fr) | 2000-11-06 | 2001-10-29 | Prevention adaptative de l'ecretage permettant d'ameliorer la nettete d'image |
KR1020027008770A KR20020067929A (ko) | 2000-11-06 | 2001-10-29 | 화상 선명도 향상을 위한 적응성 클립핑 방지 |
JP2002540443A JP2004513569A (ja) | 2000-11-06 | 2001-10-29 | ピクチャーの鮮明さ強調のための適応的なクリッピング防止 |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/706,669 | 2000-11-06 | ||
US09/706,669 US6600518B1 (en) | 2000-11-06 | 2000-11-06 | Adaptive clipping prevention for picture sharpness enhancement |
Publications (2)
Publication Number | Publication Date |
---|---|
WO2002037835A2 true WO2002037835A2 (fr) | 2002-05-10 |
WO2002037835A3 WO2002037835A3 (fr) | 2002-11-07 |
Family
ID=24838585
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/EP2001/012587 WO2002037835A2 (fr) | 2000-11-06 | 2001-10-29 | Prevention adaptative de l'ecretage permettant d'ameliorer la nettete d'image |
Country Status (6)
Country | Link |
---|---|
US (1) | US6600518B1 (fr) |
EP (1) | EP1334610A2 (fr) |
JP (1) | JP2004513569A (fr) |
KR (1) | KR20020067929A (fr) |
CN (1) | CN1212001C (fr) |
WO (1) | WO2002037835A2 (fr) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1530365A1 (fr) * | 2002-08-15 | 2005-05-11 | Sony Corporation | Procede et dispositif de traitement de signaux video |
WO2006041049A1 (fr) | 2004-10-13 | 2006-04-20 | Matsushita Electric Industrial Co., Ltd. | Dispositif de traitement de signal video et dispositif de traitement d'image |
WO2007011649A1 (fr) * | 2005-07-19 | 2007-01-25 | Intel Corporation | Amelioration de l'affinage des sequences video par compensation adaptative |
EP1883225A1 (fr) | 2006-07-27 | 2008-01-30 | Samsung Electronics Co., Ltd | Procédé dynamique de réglage de gain basé sur la brillance et appareil associé |
CN100428330C (zh) * | 2004-02-24 | 2008-10-22 | 株式会社日立制作所 | 图像显示方法及其装置 |
CN101483738B (zh) * | 2008-01-10 | 2011-11-23 | 普诚科技股份有限公司 | 影像调整装置 |
US20220343469A1 (en) * | 2019-11-06 | 2022-10-27 | Canon Kabushiki Kaisha | Image processing apparatus |
Families Citing this family (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1232649A1 (fr) * | 2000-03-24 | 2002-08-21 | Koninklijke Philips Electronics N.V. | Circuit electronique et procede d'amelioration d'une image |
US7483083B2 (en) * | 2003-04-16 | 2009-01-27 | Intervideo, Inc. | Movie enhancement |
CN101002468A (zh) * | 2004-08-10 | 2007-07-18 | 皇家飞利浦电子股份有限公司 | 图像变换单元和方法 |
US8755446B2 (en) * | 2005-05-04 | 2014-06-17 | Intel Corporation | Varying sharpness based on motion in video sequences |
US7847863B2 (en) * | 2005-06-10 | 2010-12-07 | Intel Corporation | Enhancing sharpness in video images |
US7668387B2 (en) * | 2005-06-20 | 2010-02-23 | Intel Corporation | Selective local transient improvement and peaking for video sharpness enhancement |
US7620263B2 (en) * | 2005-10-06 | 2009-11-17 | Samsung Electronics Co., Ltd. | Anti-clipping method for image sharpness enhancement |
US8885967B2 (en) * | 2009-01-19 | 2014-11-11 | Csr Technology Inc. | Method and apparatus for content adaptive sharpness enhancement |
US8503814B2 (en) * | 2009-01-19 | 2013-08-06 | Csr Technology Inc. | Method and apparatus for spectrum estimation |
US9031346B2 (en) * | 2011-01-07 | 2015-05-12 | Tp Vision Holding B.V. | Method for converting input image data into output image data, image conversion unit for converting input image data into output image data, image processing apparatus, display device |
US11380054B2 (en) * | 2018-03-30 | 2022-07-05 | Cae Inc. | Dynamically affecting tailored visual rendering of a visual element |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO1990007751A1 (fr) * | 1988-12-27 | 1990-07-12 | Eastman Kodak Company | Masquage flou utilisant une variance locale ponderee centrale pour la definition d'image et la suppression de bruit |
US5666443A (en) * | 1993-08-24 | 1997-09-09 | Minolta Co., Ltd. | Image processor with edge emphasis of image data |
US6072538A (en) * | 1997-07-22 | 2000-06-06 | Sony Corporation | Digital image enhancement |
Family Cites Families (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS62239670A (ja) | 1986-04-11 | 1987-10-20 | Ikegami Tsushinki Co Ltd | 輪郭強調装置 |
US5717789A (en) * | 1993-09-08 | 1998-02-10 | California Institute Of Technology | Image enhancement by non-linear extrapolation in frequency space |
US6005983A (en) * | 1993-09-08 | 1999-12-21 | California Institutue Of Technology | Image enhancement by non-linear extrapolation in frequency space |
US5862266A (en) * | 1996-06-07 | 1999-01-19 | Hewlett-Packard Company | Circuit for sharpening of edges of a pixel image in a color copier |
EP0857395B1 (fr) * | 1996-08-26 | 2004-02-11 | Koninklijke Philips Electronics N.V. | Controle de la nettete |
US5880767A (en) * | 1996-09-11 | 1999-03-09 | Hewlett-Packard Company | Perceptual image resolution enhancement system |
KR100230391B1 (ko) * | 1996-11-29 | 1999-11-15 | 윤종용 | 휘도신호의 윤곽성분을 적응적으로 보정하는방법 및 회로 |
US5978518A (en) * | 1997-02-25 | 1999-11-02 | Eastman Kodak Company | Image enhancement in digital image processing |
JPH1146313A (ja) * | 1997-07-25 | 1999-02-16 | Fujitsu General Ltd | 輪郭強調回路 |
US5867606A (en) * | 1997-08-12 | 1999-02-02 | Hewlett-Packard Company | Apparatus and method for determining the appropriate amount of sharpening for an image |
US6252995B1 (en) * | 1997-08-25 | 2001-06-26 | Fuji Photo Film Co., Ltd. | Method of and apparatus for enhancing image sharpness |
JPH11346320A (ja) * | 1998-06-01 | 1999-12-14 | Victor Co Of Japan Ltd | 映像信号処理装置 |
US6377313B1 (en) * | 1999-09-02 | 2002-04-23 | Techwell, Inc. | Sharpness enhancement circuit for video signals |
-
2000
- 2000-11-06 US US09/706,669 patent/US6600518B1/en not_active Expired - Lifetime
-
2001
- 2001-10-29 KR KR1020027008770A patent/KR20020067929A/ko not_active Application Discontinuation
- 2001-10-29 JP JP2002540443A patent/JP2004513569A/ja not_active Ceased
- 2001-10-29 EP EP01993118A patent/EP1334610A2/fr not_active Withdrawn
- 2001-10-29 CN CNB018060722A patent/CN1212001C/zh not_active Expired - Fee Related
- 2001-10-29 WO PCT/EP2001/012587 patent/WO2002037835A2/fr not_active Application Discontinuation
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO1990007751A1 (fr) * | 1988-12-27 | 1990-07-12 | Eastman Kodak Company | Masquage flou utilisant une variance locale ponderee centrale pour la definition d'image et la suppression de bruit |
US5666443A (en) * | 1993-08-24 | 1997-09-09 | Minolta Co., Ltd. | Image processor with edge emphasis of image data |
US6072538A (en) * | 1997-07-22 | 2000-06-06 | Sony Corporation | Digital image enhancement |
Non-Patent Citations (1)
Title |
---|
PATENT ABSTRACTS OF JAPAN vol. 2000, no. 03, 30 March 2000 (2000-03-30) & JP 11 346320 A (VICTOR CO OF JAPAN LTD), 14 December 1999 (1999-12-14) * |
Cited By (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1530365A1 (fr) * | 2002-08-15 | 2005-05-11 | Sony Corporation | Procede et dispositif de traitement de signaux video |
EP1530365A4 (fr) * | 2002-08-15 | 2005-11-30 | Sony Corp | Procede et dispositif de traitement de signaux video |
US7221404B2 (en) | 2002-08-15 | 2007-05-22 | Sony Corporation | Video signal processing method and device |
CN100428330C (zh) * | 2004-02-24 | 2008-10-22 | 株式会社日立制作所 | 图像显示方法及其装置 |
WO2006041049A1 (fr) | 2004-10-13 | 2006-04-20 | Matsushita Electric Industrial Co., Ltd. | Dispositif de traitement de signal video et dispositif de traitement d'image |
US7750945B2 (en) | 2004-10-13 | 2010-07-06 | Panasonic Corporation | Video signal processing device and image processing device |
EP1802100A1 (fr) * | 2004-10-13 | 2007-06-27 | Matsushita Electric Industrial Co., Ltd. | Dispositif de traitement de signal video et dispositif de traitement d'image |
EP1802100A4 (fr) * | 2004-10-13 | 2009-08-26 | Panasonic Corp | Dispositif de traitement de signal video et dispositif de traitement d'image |
JP2009503929A (ja) * | 2005-07-19 | 2009-01-29 | インテル・コーポレーション | アダプティブ・ピーキングによる動画像列の鮮鋭度の向上 |
KR100925903B1 (ko) * | 2005-07-19 | 2009-11-09 | 인텔 코오퍼레이션 | 적응 피킹에 의한 비디오 시퀀스 선명도 향상 |
WO2007011649A1 (fr) * | 2005-07-19 | 2007-01-25 | Intel Corporation | Amelioration de l'affinage des sequences video par compensation adaptative |
EP1883225A1 (fr) | 2006-07-27 | 2008-01-30 | Samsung Electronics Co., Ltd | Procédé dynamique de réglage de gain basé sur la brillance et appareil associé |
EP1883225B1 (fr) * | 2006-07-27 | 2011-02-23 | Samsung Electronics Co., Ltd | Procédé dynamique de réglage de gain basé sur la brillance et appareil associé |
US8237867B2 (en) | 2006-07-27 | 2012-08-07 | Samsung Electronics Co., Ltd. | Dynamic gain adjustment method based on brightness and apparatus thereof |
CN101483738B (zh) * | 2008-01-10 | 2011-11-23 | 普诚科技股份有限公司 | 影像调整装置 |
US20220343469A1 (en) * | 2019-11-06 | 2022-10-27 | Canon Kabushiki Kaisha | Image processing apparatus |
US11756165B2 (en) | 2019-11-06 | 2023-09-12 | Canon Kabushiki Kaisha | Image processing apparatus, method, and storage medium for adding a gloss |
US11836900B2 (en) * | 2019-11-06 | 2023-12-05 | Canon Kabushiki Kaisha | Image processing apparatus |
Also Published As
Publication number | Publication date |
---|---|
KR20020067929A (ko) | 2002-08-24 |
WO2002037835A3 (fr) | 2002-11-07 |
US6600518B1 (en) | 2003-07-29 |
CN1411657A (zh) | 2003-04-16 |
JP2004513569A (ja) | 2004-04-30 |
CN1212001C (zh) | 2005-07-20 |
EP1334610A2 (fr) | 2003-08-13 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6600518B1 (en) | Adaptive clipping prevention for picture sharpness enhancement | |
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 | |
EP1111907B1 (fr) | Procédé pour rehausser une image numérique avec réglage de la texture en fonction du bruit | |
US5844627A (en) | Structure and method for reducing spatial noise | |
EP0398861B1 (fr) | Procédé pour accentuer adaptivement les images électroniques | |
JP3465226B2 (ja) | 画像濃度変換処理方法 | |
EP1292118A2 (fr) | Correction d'échelles de tonalité d'images numériques | |
US7110044B2 (en) | Image detail enhancement system | |
EP1320071A2 (fr) | Amélioration d'image avec suppression des suroscillations et sousoscillations | |
EP0963111A1 (fr) | Méthode et appareil d'amélioration dynamique du contraste dans des images vidéo | |
JPH08251432A (ja) | 実時間画像強調技法 | |
JPH07245709A (ja) | 画像信号処理方法および装置 | |
EP1075140A1 (fr) | Amélioration d'un signal vidéo | |
EP1854278B1 (fr) | Procede de regulation du depassement dans un systeme d'amelioration video | |
US20060039622A1 (en) | Sharpness enhancement | |
US6172718B1 (en) | Adaptive dynamic aperture correction | |
US7894686B2 (en) | Adaptive video enhancement gain control | |
US8687912B2 (en) | Adaptive overshoot control for image sharpening | |
WO1996041465A1 (fr) | Procede et systeme d'amelioration d'images au moyen de signaux auxiliaires | |
EP2315431A1 (fr) | Dispositif de traitement de signal d'image et dispositif d'affichage d'image | |
US7437020B2 (en) | Digital image processing device and method | |
JPH0340179A (ja) | 画像処理装置 | |
EP0717557B1 (fr) | Procédé et dispositif d'accentuation de flancs dans une image vidéo | |
KR100192777B1 (ko) | 다양한 윈도우 크기를 갖는 메디안 필터 | |
Lee et al. | Effective color distortion and noise reduction for unsharp masking in LCD |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
WWE | Wipo information: entry into national phase |
Ref document number: 2001993118 Country of ref document: EP |
|
ENP | Entry into the national phase |
Ref country code: JP Ref document number: 2002 540443 Kind code of ref document: A Format of ref document f/p: F |
|
WWE | Wipo information: entry into national phase |
Ref document number: 1020027008770 Country of ref document: KR |
|
WWP | Wipo information: published in national office |
Ref document number: 1020027008770 Country of ref document: KR |
|
WWE | Wipo information: entry into national phase |
Ref document number: 018060722 Country of ref document: CN |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
AK | Designated states |
Kind code of ref document: A3 Designated state(s): CN JP KR |
|
AL | Designated countries for regional patents |
Kind code of ref document: A3 Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR |
|
WWP | Wipo information: published in national office |
Ref document number: 2001993118 Country of ref document: EP |
|
WWW | Wipo information: withdrawn in national office |
Ref document number: 2001993118 Country of ref document: EP |