WO2013185449A1 - Image enhancement method, image enhancement device and display device - Google Patents

Image enhancement method, image enhancement device and display device Download PDF

Info

Publication number
WO2013185449A1
WO2013185449A1 PCT/CN2012/085983 CN2012085983W WO2013185449A1 WO 2013185449 A1 WO2013185449 A1 WO 2013185449A1 CN 2012085983 W CN2012085983 W CN 2012085983W WO 2013185449 A1 WO2013185449 A1 WO 2013185449A1
Authority
WO
WIPO (PCT)
Prior art keywords
image
enhancement
component
luminance component
color space
Prior art date
Application number
PCT/CN2012/085983
Other languages
French (fr)
Chinese (zh)
Inventor
张晓�
冯朋朋
张一凡
Original Assignee
京东方科技集团股份有限公司
北京京东方显示技术有限公司
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 京东方科技集团股份有限公司, 北京京东方显示技术有限公司 filed Critical 京东方科技集团股份有限公司
Publication of WO2013185449A1 publication Critical patent/WO2013185449A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N1/00Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
    • H04N1/46Colour picture communication systems
    • H04N1/56Processing of colour picture signals
    • H04N1/60Colour correction or control
    • H04N1/6027Correction or control of colour gradation or colour contrast
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N1/00Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
    • H04N1/46Colour picture communication systems
    • H04N1/56Processing of colour picture signals
    • H04N1/60Colour correction or control
    • H04N1/6002Corrections within particular colour systems
    • H04N1/6005Corrections within particular colour systems with luminance or chrominance signals, e.g. LC1C2, HSL or YUV

Definitions

  • Image enhancement method image enhancement device and display device
  • Embodiments of the present invention relate to the field of image processing, and in particular, to an image enhancement method, an image enhancement device, and a display device. Background technique
  • the image may be affected by factors such as the dynamic range of the imaging device and the intensity of the ambient light, resulting in low contrast, inconspicuous image information, color distortion, insufficient outline of the target or insufficient clarity of the boundary information.
  • factors such as the dynamic range of the imaging device and the intensity of the ambient light, resulting in low contrast, inconspicuous image information, color distortion, insufficient outline of the target or insufficient clarity of the boundary information.
  • Image enhancement refers to the processing of highlighting certain information of an image according to specific needs, while weakening or removing some unwanted information. It is the most basic means of image processing. It is often a preprocessing process for various image analysis and processing. .
  • embodiments of the present invention provide an image enhancement method, an image enhancement apparatus, and a display apparatus, which can perform an enhancement process by converting an image from an RGB color image to an HSI color space, thereby avoiding the defect of color loss.
  • an embodiment of the present invention provides an image enhancement method, including: converting an original image from a red, green, and blue RGB color space to a hue, saturation, and brightness HSI color space;
  • the processed image is converted from the HSI color space to the RGB color space.
  • the step of performing enhancement processing on the luminance component comprises:
  • the global brightness adjustment is performed on the locally enhanced image using a gamma transform.
  • the method further includes:
  • the gray level of the luminance component is normalized to obtain a normalized luminance component as a luminance component of the original image.
  • the saturation component is enhanced by the following formula:
  • S is a saturation component of the original image
  • R'(x, _y) is the reflected light information of the object after global brightness adjustment.
  • the calculation formula of R'(x, _y) is:
  • the image brightness enhancement device is provided for the global brightness adjustment.
  • the embodiment of the invention further provides an image enhancement device, including:
  • a first conversion module configured to convert an original image from a red, green, and blue RGB color space to a hue, saturation, and brightness HSI color space;
  • An image enhancement module configured to maintain a hue component unchanged, and perform enhancement processing on the luma component and the saturation component respectively to obtain a processed image
  • the image enhancement module comprises:
  • a local enhancement module configured to perform local enhancement processing on a luminance component of the original image by using a Retinex visual model to obtain a locally enhanced image
  • a global enhancement module configured to perform global brightness adjustment on the locally enhanced image by using a Gamma transform.
  • the image enhancement module further includes:
  • a normalization processing module configured to normalize a gray level of a luminance component of the original image, to obtain a normalized luminance component, and use the normalized luminance component as the original image
  • the luminance component is sent to the local enhancement module.
  • the image enhancement module further includes:
  • a saturation enhancement module configured to perform enhancement processing on the saturation component according to the relationship between the saturation component and the luminance component.
  • the embodiment of the invention further provides a display device comprising the above image enhancement device.
  • Converting images from RGB color space to HSI color space for image enhancement processing can avoid image loss processing directly in the RGB color space and cause color loss defects.
  • images processed in HSI color space are processed in RGB color space. The image is more suitable for human visual characteristics.
  • FIG. 1 is a schematic flow chart of an image enhancement method according to an embodiment of the present invention.
  • FIG. 2 is another schematic flowchart of an image enhancement method according to an embodiment of the present invention.
  • FIG. 3 is still another schematic flowchart of an image enhancement method according to an embodiment of the present invention.
  • FIG. 4 is a schematic structural diagram of an image enhancement apparatus according to an embodiment of the present invention. detailed description
  • FIG. 1 is a schematic flowchart diagram of an image enhancement method according to an embodiment of the present invention, where the image enhancement method includes the following steps:
  • Step 101 Convert the original image from the red, green, and blue RGB color spaces to the hue and saturation Degree, brightness HSI color space;
  • Step 102 Keep the tone component unchanged, and perform enhancement processing on the luminance component and the saturation component respectively to obtain the processed image.
  • Step 103 Convert the processed image from an HSI color space to an RGB color space.
  • Existing display devices use the RGB color space, and finally the enhanced processed image needs to be converted from the HSI color space to the RGB color space.
  • the image is enhanced by converting the image from the RGB color space to the HSI color space, it is possible to avoid the defect of color loss directly by performing image enhancement processing in the RGB color space, and further, the image processed in the HSI color space. It is more suitable for human visual characteristics than images processed in the RGB color space.
  • I -(R + G + B); where H, S, and I are the hue component, the saturation component, and the luminance component, respectively, and R, G, and B are the red, green, and blue components of the original image, respectively.
  • step 101 it is not excluded to convert the original image from the RGB color space to the HSI color space by using other conversion formulas.
  • the luminance component /(x,_y) of the original image, the hue component H(x,_y), and the saturation component S(x, , where (x, _y) represent the coordinates of the pixel are obtained.
  • Enhancement processing of luminance component and saturation component (2.1)
  • the luminance component /(X, y) may be enhanced by the following steps:
  • the luminance component of an image can be represented by the product of the ambient luminance function and the object's reflected illumination information:
  • R(x, _y) is the reflected light information of the object
  • (x, _y) is the ambient brightness function
  • the ambient brightness function is processed.
  • the global brightness adjustment is performed on the locally enhanced image by the Gamma transform, that is, the global enhancement processing.
  • the global brightness adjustment can be performed on the image after local enhancement processing using the following formula:
  • ( ⁇ ) is the ambient brightness function after global brightness adjustment, which is the Gamma transform coefficient.
  • is the ambient brightness function after global brightness adjustment, which is the Gamma transform coefficient.
  • the brightness component of the image also increases. Because the human eye is more sensitive to medium-brightness image details, It is less sensitive to low-brightness and high-brightness image details, so different values should be used for different brightness images.
  • the brightness interval of an 8-bit image is divided into three brightness intervals: low, medium, and high.
  • the brightness range of each interval is [0, 39], [40, 179], [180, 255].
  • can use the following values:
  • the saturation component may be enhanced by the following method:
  • the saturation component of the image is related to the reflected light information of the object in the luminance component. Therefore, the saturation component can be enhanced according to the relationship between the saturation component and the reflected light information of the object in the luminance component.
  • the specific processing formula can be:
  • S is the saturation component of the original image
  • R'(x, _y) is the reflected light information of the object after the global brightness adjustment, and the calculation formula of R'(x, _y) For:
  • the saturation component may be enhanced by other methods, and is not described here.
  • the intrinsic property of the object itself is determined by the reflected illumination information of the object. Therefore, in the embodiment of the present invention, the influence of the ambient brightness function on the image is removed, and the processed reflected illumination information is used as the enhanced brightness. Component.
  • the hue component of the original image ( x , the enhanced saturation component ( x , , and the processed reflected illumination information ( x , from the HSI color) may be used by the following formula: Space conversion to RGB color space:
  • the gray level of the luminance component may be normalized, and the image is converted into a preset variation range to obtain The processed luminance component is then subjected to local enhancement processing and global luminance adjustment for the normalized luminance component.
  • the luminance component of the image / ( ⁇ , the range of gray levels is [0, 255], in order to ensure data processing, grayscale is required.
  • the level is normalized so that the gray level range of the original image becomes [0, 1], that is:
  • the image enhancement apparatus includes:
  • a first conversion module 401 configured to convert an original image from a red, green, and blue RGB color space to a hue, saturation, and brightness HSI color space;
  • the image enhancement module 402 is configured to maintain the tone component unchanged, and perform enhancement processing on the luminance component and the saturation component respectively to obtain the processed image;
  • the second conversion module 403 is configured to convert the processed image from the HSI color space to the RGB color space.
  • the image enhancement module may further include:
  • a local enhancement module configured to perform local enhancement processing on a luminance component of the original image by using a Retinex visual model to obtain a locally enhanced image
  • a global enhancement module configured to perform global brightness adjustment on the locally enhanced image by using a Gamma transform.
  • the image enhancement module may further include:
  • a normalization processing module configured to normalize a gray level of a luminance component of the original image, to obtain a normalized luminance component, and use the normalized luminance component as the original image
  • the luminance component is sent to the local enhancement module.
  • the image enhancement module may further include:
  • a saturation enhancement module configured to perform enhancement processing on the saturation component according to the relationship between the saturation component and the luminance component.
  • an embodiment of the present invention further provides a display device, including the above image enhancement device, including but not limited to: a liquid crystal television, a computer, a mobile phone, and the like.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Image Processing (AREA)

Abstract

An image enhancement method, an image enhancement device and a display device are provided. The method comprises the following steps: transforming an original image from the RGB color space into the HSI color space (101); keeping the hue component unchanged, respectively performing the enhancement processing of the luminance component and saturation component to obtain a processed image (102); and transforming the processed image from the HSI color space into the RGB color space (103). The present invention transforms the image from the RGB color space into the HSI color space to perform enhancement processing, thus the defect of color loss can be avoided.

Description

图像增强方法、 图像增强装置和显示装置 技术领域  Image enhancement method, image enhancement device and display device
本发明实施例涉及图像处理领域, 尤其涉及一种图像增强方法、 图像增 强装置和显示装置。 背景技术  Embodiments of the present invention relate to the field of image processing, and in particular, to an image enhancement method, an image enhancement device, and a display device. Background technique
图像在获取的过程中有可能会受到成像设备动态范围大小、环境光线强 弱等因素的影响, 导致图像出现对比度较低、 图像信息不明显、 颜色失真、 目标的轮廓或者边界信息清晰度不够等现象,给人类视觉观察和机器分析处 理带来困难, 因而需要对图像进行增强处理。  During the acquisition process, the image may be affected by factors such as the dynamic range of the imaging device and the intensity of the ambient light, resulting in low contrast, inconspicuous image information, color distortion, insufficient outline of the target or insufficient clarity of the boundary information. The phenomenon brings difficulties to human visual observation and machine analysis processing, and thus it is necessary to enhance the image.
图像增强指按特定的需要突出图像的某些信息, 同时削弱或去除某些不 需要的信息的处理方法, 是图像处理的最基本手段, 它往往是各种图像分析 与处理时的预处理过程。  Image enhancement refers to the processing of highlighting certain information of an image according to specific needs, while weakening or removing some unwanted information. It is the most basic means of image processing. It is often a preprocessing process for various image analysis and processing. .
目前, 通常是在 RGB颜色空间下直接对图像进行增强处理, 这种处理 方法容易产生颜色丟失的缺陷。 发明内容  Currently, images are usually enhanced directly in the RGB color space, which is prone to color loss defects. Summary of the invention
有鉴于此, 本发明实施例提供一种图像增强方法、 图像增强装置和显示 装置, 将图像从 RGB颜色图像转换到 HSI颜色空间下进行增强处理, 可以 避免产生颜色丟失的缺陷。  In view of this, embodiments of the present invention provide an image enhancement method, an image enhancement apparatus, and a display apparatus, which can perform an enhancement process by converting an image from an RGB color image to an HSI color space, thereby avoiding the defect of color loss.
为解决上述问题, 本发明实施例提供一种图像增强方法, 包括: 将原始图像从红、绿、 蓝 RGB颜色空间转换到色调、饱和度、 亮度 HSI 颜色空间;  To solve the above problem, an embodiment of the present invention provides an image enhancement method, including: converting an original image from a red, green, and blue RGB color space to a hue, saturation, and brightness HSI color space;
保持色调分量不变, 分别对亮度分量和饱和度分量进行增强处理, 得到 处理后的图像;  Keeping the hue component unchanged, and separately enhancing the luminance component and the saturation component to obtain the processed image;
将所述处理后的图像从 HSI颜色空间转换到 RGB颜色空间。  The processed image is converted from the HSI color space to the RGB color space.
优选的, 所述对亮度分量进行增强处理的步骤包括:  Preferably, the step of performing enhancement processing on the luminance component comprises:
利用 Retinex视觉模型对所述原始图像的亮度分量进行局部增强处理, 得到局部增强处理后的图像;  Locally enhancing the luminance component of the original image by using a Retinex visual model to obtain a locally enhanced image;
利用 Gamma变换对所述局部增强处理后的图像进行全局亮度调整。 优选的, 所述利用 Retinex视觉模型对所述亮度分量进行局部增强处理 的步骤之前还包括: The global brightness adjustment is performed on the locally enhanced image using a gamma transform. Preferably, before the step of performing local enhancement processing on the luminance component by using a Retinex visual model, the method further includes:
对所述亮度分量的灰度级进行归一化,得到归一化后的亮度分量作为所 述原始图像的亮度分量。  The gray level of the luminance component is normalized to obtain a normalized luminance component as a luminance component of the original image.
优选的, 釆用下述公式对所述原始图像的亮度分量进行局部增强处理: t(x,y)=I(x,y)*G(x,y)  Preferably, the luminance component of the original image is locally enhanced by the following formula: t(x, y) = I(x, y) * G(x, y)
其中, J'(x,_y)为局部增强处理后的环境亮度函数, /(x,_y)为原始图像的亮 度 分 量 , G(x,_y) 为 高 斯 函 数 , G(x,_y) 的 计 算 公 式 为 :  Where J'(x, _y) is the ambient brightness function after local enhancement processing, /(x, _y) is the luminance component of the original image, G(x, _y) is the Gaussian function, and the calculation of G(x, _y) The formula is:
G(x' = , σ为高斯函数的标准差值; G ( x ' = , σ is the standard deviation of the Gaussian function;
Figure imgf000004_0001
釆用下述公式对所述局部增强处理后的图像进行全局亮度调整:
Figure imgf000004_0001
进行 Global brightness adjustment of the locally enhanced image using the following formula:
其中, (χ, 为全局亮度调整后的环境亮度函数, γ为 Gamma变换系数。 优选的, 釆用下述公式对所述饱和度分量进行增强处理:
Figure imgf000004_0002
Where , is the ambient brightness function after the global brightness adjustment, and γ is the gamma transform coefficient. Preferably, the saturation component is enhanced by the following formula:
Figure imgf000004_0002
其中, 为增强处理后的饱和度分量, S为所述原始图像的饱和度分量, Wherein, to enhance the processed saturation component, S is a saturation component of the original image,
R'(x,_y)为全局亮度调整后的物体反射光照信息, R'(x,_y)的计算公式为: R'(x, _y) is the reflected light information of the object after global brightness adjustment. The calculation formula of R'(x, _y) is:
K(x,y)= (x, + , Γ为物体反射光照信息的平均亮度, 根据所述原始图像 的位数而定, /(x,_y)为原始图像的亮度分量, J;(x, 为全局亮度调整后的环 境亮度函数。 本发明实施例还提供一种图像增强装置, 包括: K(x,y)= (x , + , Γ is the average brightness of the reflected light information of the object, depending on the number of bits of the original image, /(x, _y) is the luminance component of the original image, J; (x The image brightness enhancement device is provided for the global brightness adjustment. The embodiment of the invention further provides an image enhancement device, including:
第一转换模块, 用于将原始图像从红、 绿、 蓝 RGB颜色空间转换到色 调、 饱和度、 亮度 HSI颜色空间;  a first conversion module, configured to convert an original image from a red, green, and blue RGB color space to a hue, saturation, and brightness HSI color space;
图像增强模块, 用于保持色调分量不变, 分别对亮度分量和饱和度分量 进行增强处理, 得到处理后的图像;  An image enhancement module, configured to maintain a hue component unchanged, and perform enhancement processing on the luma component and the saturation component respectively to obtain a processed image;
第二转换模块, 用于将所述处理后的图像从 HSI颜色空间转换到 RGB 颜色空间。 优选的, 所述图像增强模块包括: And a second conversion module, configured to convert the processed image from an HSI color space to an RGB color space. Preferably, the image enhancement module comprises:
局部增强模块, 用于利用 Retinex视觉模型对所述原始图像的亮度分量 进行局部增强处理, 得到局部增强处理后的图像;  a local enhancement module, configured to perform local enhancement processing on a luminance component of the original image by using a Retinex visual model to obtain a locally enhanced image;
全局增强模块, 用于利用 Gamma变换对所述局部增强处理后的图像进 行全局亮度调整。  And a global enhancement module, configured to perform global brightness adjustment on the locally enhanced image by using a Gamma transform.
优选的, 所述图像增强模块还包括:  Preferably, the image enhancement module further includes:
归一化处理模块, 用于对所述原始图像的亮度分量的灰度级进行归一 化, 得到归一化后的亮度分量, 并将所述归一化后的亮度分量作为所述原始 图像的亮度分量发送给所述局部增强模块。  a normalization processing module, configured to normalize a gray level of a luminance component of the original image, to obtain a normalized luminance component, and use the normalized luminance component as the original image The luminance component is sent to the local enhancement module.
优选的, 所述图像增强模块还包括:  Preferably, the image enhancement module further includes:
饱和度增强模块, 用于根据所述饱和度分量与所述亮度分量的关系, 对 所述饱和度分量进行增强处理。  And a saturation enhancement module, configured to perform enhancement processing on the saturation component according to the relationship between the saturation component and the luminance component.
本发明实施例还提供一种显示装置, 包括上述图像增强装置。  The embodiment of the invention further provides a display device comprising the above image enhancement device.
本发明实施例具有以下有益效果:  Embodiments of the present invention have the following beneficial effects:
将图像从 RGB颜色空间转换到 HSI颜色空间进行图像增强处理, 可以 避免直接在 RGB颜色空间进行图像增强处理而产生颜色丟失的缺陷,此外, 在 HSI颜色空间处理的图像比在 RGB颜色空间处理的图像更适合人的视觉 特性。 附图说明  Converting images from RGB color space to HSI color space for image enhancement processing can avoid image loss processing directly in the RGB color space and cause color loss defects. In addition, images processed in HSI color space are processed in RGB color space. The image is more suitable for human visual characteristics. DRAWINGS
图 1为本发明实施例的图像增强方法的一流程示意图;  1 is a schematic flow chart of an image enhancement method according to an embodiment of the present invention;
图 2为本发明实施例的图像增强方法的另一流程示意图;  2 is another schematic flowchart of an image enhancement method according to an embodiment of the present invention;
图 3为本发明实施例的图像增强方法的又一流程示意图;  FIG. 3 is still another schematic flowchart of an image enhancement method according to an embodiment of the present invention; FIG.
图 4为本发明实施例的图像增强装置的一结构示意图。 具体实施方式  FIG. 4 is a schematic structural diagram of an image enhancement apparatus according to an embodiment of the present invention. detailed description
下面结合附图和实施例, 对本发明的具体实施方式作进一步详细描述。 如图 1所示为本发明实施例的图像增强方法的一流程示意图, 该图像增 强方法包括以下步骤:  The specific embodiments of the present invention are further described in detail below with reference to the drawings and embodiments. FIG. 1 is a schematic flowchart diagram of an image enhancement method according to an embodiment of the present invention, where the image enhancement method includes the following steps:
步骤 101 , 将原始图像从红、 绿、 蓝 RGB颜色空间转换到色调、 饱和 度、 亮度 HSI颜色空间; Step 101: Convert the original image from the red, green, and blue RGB color spaces to the hue and saturation Degree, brightness HSI color space;
步骤 102, 保持色调分量不变, 分别对亮度分量和饱和度分量进行增强 处理, 得到处理后的图像;  Step 102: Keep the tone component unchanged, and perform enhancement processing on the luminance component and the saturation component respectively to obtain the processed image.
其中,保持色调分量不变,可以保证经过处理后的图像没有颜色的偏移。 步骤 103 , 将所述处理后的图像从 HSI颜色空间转换到 RGB颜色空间。 现有的显示装置均釆用 RGB颜色空间, 因而最后还需要将增强处理后 的图像从 HSI颜色空间转换到 RGB颜色空间。  Among them, keeping the hue component unchanged, it can be guaranteed that the processed image has no color shift. Step 103: Convert the processed image from an HSI color space to an RGB color space. Existing display devices use the RGB color space, and finally the enhanced processed image needs to be converted from the HSI color space to the RGB color space.
在上述实施例中, 由于将图像从 RGB颜色空间转换到 HSI颜色空间进 行图像增强处理, 可以避免直接在 RGB颜色空间进行图像增强处理而产生 颜色丟失的缺陷, 此外, 在 HSI颜色空间处理的图像比在 RGB颜色空间处 理的图像更适合人的视觉特性。  In the above embodiment, since the image is enhanced by converting the image from the RGB color space to the HSI color space, it is possible to avoid the defect of color loss directly by performing image enhancement processing in the RGB color space, and further, the image processed in the HSI color space. It is more suitable for human visual characteristics than images processed in the RGB color space.
下面结合附图 2和 3, 分别对上述实施例中的每一步骤的具体实现过程 进行详细说明。  The specific implementation process of each step in the above embodiment will be described in detail below with reference to FIGS. 2 and 3.
( 1 )颜色空间转换  (1) color space conversion
在一个示例中, 在上述步骤 101中, 可以釆用下述转换公式将原始图像 从 RGB颜色空间转换 HSI颜色空间: H= In one example, in the above step 101, the original image may be converted from the RGB color space to the HSI color space using the following conversion formula: H=
Figure imgf000006_0001
Figure imgf000006_0001
= l-i ~~ - ~~ ^「min (R,G,B)1; = l-i ~~ - ~~ ^"min (R,G,B)1;
(R + G + B)L 、 , , ,」' (R + G + B) L , , , ,"'
I=-(R + G + B); 其中, H、 S、 I分别为色调分量、 饱和度分量和亮度分量, R、 G、 B分 别为原始图像的红、 绿、 蓝分量。 I=-(R + G + B); where H, S, and I are the hue component, the saturation component, and the luminance component, respectively, and R, G, and B are the red, green, and blue components of the original image, respectively.
当然, 在上述步骤 101中, 也不排除釆用其他转换公式, 将原始图像从 RGB颜色空间转换到 HSI颜色空间。  Of course, in the above step 101, it is not excluded to convert the original image from the RGB color space to the HSI color space by using other conversion formulas.
进行颜色空间转换后,得到原始图像的亮度分量 /(x,_y)、 色调分量 H(x,_y) 以及饱和度分量 S(x, , 其中, (x,_y)表示像素的坐标。  After the color space conversion, the luminance component /(x,_y) of the original image, the hue component H(x,_y), and the saturation component S(x, , where (x, _y) represent the coordinates of the pixel are obtained.
(2) 亮度分量和饱和度分量的增强处理 (2.1 )请参考图 2, 在一个示例中, 在上述步骤 102中可以釆用以下步 骤对亮度分量 /(X, y)进行增强处理: (2) Enhancement processing of luminance component and saturation component (2.1) Referring to FIG. 2, in an example, in the above step 102, the luminance component /(X, y) may be enhanced by the following steps:
(2.11 )利用 Retinex视觉模型对原始图像的亮度分量进行局部增强处 理, 得到局部增强处理后的图像;  (2.11) Using the Retinex visual model to locally enhance the luminance component of the original image to obtain a locally enhanced image;
由 Retinex视觉模型的定义可知, 图像的亮度分量可以由环境亮度函数 和物体反射光照信息的乘积表示:  As can be seen from the definition of the Retinex visual model, the luminance component of an image can be represented by the product of the ambient luminance function and the object's reflected illumination information:
I(x,y) = R(x,y)L(x,y) I(x,y) = R(x,y)L(x,y)
其中, R(x,_y)为物体反射光照信息, (x,_y)为环境亮度函数。  Where R(x, _y) is the reflected light information of the object, and (x, _y) is the ambient brightness function.
在进行局部增强处理时, 是对环境亮度函数进行处理, 具体的, 可以利 用中心环绕法, 将原始图像的亮度分量与高斯函数进行卷积, 得到局部增强 处理后的环境亮度函数^ , : t(x,y)=I(x,y)*G(x,y) ,  In the local enhancement process, the ambient brightness function is processed. Specifically, the center component can be used to convolve the luminance component of the original image with the Gaussian function to obtain the local brightness enhancement process ^ , : t (x,y)=I(x,y)*G(x,y) ,
其中, J'(x,_y)为局部增强处理后的环境亮度函数, /(x,_y)为原始图像的亮 度 分 量 , G(x,_y) 为 高 斯 函 数 , G(x,_y) 的 计 算 公 式 为 :  Where J'(x, _y) is the ambient brightness function after local enhancement processing, /(x, _y) is the luminance component of the original image, G(x, _y) is the Gaussian function, and the calculation of G(x, _y) The formula is:
G(x' = , σ为高斯函数的标准差值; G ( x ' = , σ is the standard deviation of the Gaussian function;
Figure imgf000007_0001
Figure imgf000007_0001
(2.12)利用 Gamma变换对所述局部增强处理后的图像进行全局亮度 调整, 即全局增强处理。 (2.12) The global brightness adjustment is performed on the locally enhanced image by the Gamma transform, that is, the global enhancement processing.
可以釆用如下公式, 对局部增强处理后的图像进行全局亮度调整:  The global brightness adjustment can be performed on the image after local enhancement processing using the following formula:
其中, (χ, 为全局亮度调整后的环境亮度函数, 为 Gamma 变换系 数。 随着 的增大, 图像的亮度分量也随之增加。 由于人眼对中等亮度的图 像细节敏感度较高, 而对低亮度和高亮度的图像细节敏感度较低, 因此对于 不同的亮度图像应釆用不同的 取值。 Among them, (χ, is the ambient brightness function after global brightness adjustment, which is the Gamma transform coefficient. As the image increases, the brightness component of the image also increases. Because the human eye is more sensitive to medium-brightness image details, It is less sensitive to low-brightness and high-brightness image details, so different values should be used for different brightness images.
举例来说,将一幅 8位的图像的亮度区间分为低、 中、 高三个亮度区间, 每个区间的亮度范围分别为 [0, 39]、 [40,179]、 [180,255]。 经过实验分析, γ 可以釆用如下取值:  For example, the brightness interval of an 8-bit image is divided into three brightness intervals: low, medium, and high. The brightness range of each interval is [0, 39], [40, 179], [180, 255]. After experimental analysis, γ can use the following values:
0635 i/0≤I(x,y)≤39  0635 i/0≤I(x,y)≤39
γ = \ 0414 i/40≤I(x,y)≤179  γ = \ 0414 i/40 ≤ I(x, y) ≤ 179
0523 i/180≤I(x,y)≤255 当然, 在本发明的其他实施例中, 还可以釆用其他亮度增强方法, 对亮 度分量进行增强处理, 在此不再——说明。 0523 i/180≤I(x,y)≤255 Of course, in other embodiments of the present invention, other brightness enhancement methods may be used to enhance the luminance component, which is not described here.
(2.2)在上述亮度分量的增强处理中, 由于随着高斯函数的标准差值 σ 的增大, 图像对比度也随之增加, 但是亮度值减小, 而导致图像颜色不够鲜 明。 为了解决这一问题, 还需要对原始图像的饱和度分量进行处理。  (2.2) In the above-described enhancement processing of the luminance component, since the image contrast increases as the standard deviation σ of the Gaussian function increases, the luminance value decreases, resulting in an image color that is not sufficiently clear. In order to solve this problem, it is also necessary to process the saturation component of the original image.
在一个示例中, 在上述步骤 102中, 可以釆用以下方法对饱和度分量进 行增强处理:  In one example, in the above step 102, the saturation component may be enhanced by the following method:
通过实验得知, 图像的饱和度分量与亮度分量中的物体反射光照信息相 关, 因而, 可以根据饱和度分量与亮度分量中的物体反射光照信息的关系, 对所述饱和度分量进行增强处理, 具体的处理公式可以为:
Figure imgf000008_0001
It is found through experiments that the saturation component of the image is related to the reflected light information of the object in the luminance component. Therefore, the saturation component can be enhanced according to the relationship between the saturation component and the reflected light information of the object in the luminance component. The specific processing formula can be:
Figure imgf000008_0001
其中, 为增强处理后的饱和度分量, S为所述原始图像的饱和度分量, R'(x,_y)为全局亮度调整后的物体反射光照信息, R'(x,_y)的计算公式为:  In order to enhance the processed saturation component, S is the saturation component of the original image, and R'(x, _y) is the reflected light information of the object after the global brightness adjustment, and the calculation formula of R'(x, _y) For:
K(x,y)= (x, + , Γ为物体反射光照信息的平均亮度, 的引入是为了避免 出现分母等于 0的现象, 其根据所述原始图像的位数而定。 例如, 当图像为 8位图像时 = /255。 当然, 在本发明的其他实施例中, 也可以釆用其他方法对饱和度分量进 行增强处理, 在此不再——描述。 K(x,y)= (x , + , Γ is the average brightness of the reflected light information of the object, introduced to avoid the phenomenon that the denominator is equal to 0, depending on the number of bits of the original image. For example, when the image When it is an 8-bit image, it is = / 255. Of course, in other embodiments of the present invention, the saturation component may be enhanced by other methods, and is not described here.
(3 )颜色空间转换  (3) color space conversion
在 Retinex视觉模型中, 物体本身的固有属性由物体的反射光照信息决 定, 因此, 在本发明实施例中, 去除掉环境亮度函数对图像的影响, 将处理 后的反射光照信息作为增强后的亮度分量。  In the Retinex visual model, the intrinsic property of the object itself is determined by the reflected illumination information of the object. Therefore, in the embodiment of the present invention, the influence of the ambient brightness function on the image is removed, and the processed reflected illumination information is used as the enhanced brightness. Component.
在一个示例中, 在上述步骤 103中, 可以釆用下述公式将原始图像的色 调分量 (x, 、 增强后的饱和度分量 (x, 、 以及处理后的反射光照信息 (x, 从 HSI颜色空间转换到 RGB颜色空间: In an example, in the above step 103, the hue component of the original image ( x , the enhanced saturation component ( x , , and the processed reflected illumination information ( x , from the HSI color) may be used by the following formula: Space conversion to RGB color space:
当 H(x,_y)<2r/J时, RGB 的三个分量可以由下式得出: When H(x, _y) < 2 r/J, the three components of RGB can be derived from:
B = R\x,y)[l-S\x,y)]
Figure imgf000009_0001
B = R\x,y)[lS\x,y)]
Figure imgf000009_0001
cos[_60° -H(x,y)~ G = 3R\x,y)-(R + B)  Cos[_60° -H(x,y)~ G = 3R\x,y)-(R + B)
当2^≤^^ < /_?时, 首先将 减去 RGB 的三个分量可 以由下式得出:
Figure imgf000009_0002
When 2^ ≤ ^^ < /_?, the first three components of RGB are subtracted from the following equation:
Figure imgf000009_0002
B = 3R\x,y)-(R + G)  B = 3R\x, y)-(R + G)
当^ /J≤H<2r时, 首先将 H减去 W/ , RGB 的三个分量可以由下式得 When ^ /J ≤ H < 2 r, first subtract H from W / , the three components of RGB can be obtained from
G = RXx,y)[l-S\x,y)] G = RXx, y) [l-S\x, y)]
S'(x,y)co H(x,y) S'(x,y)co H(x,y)
B = R\x,y) 1 + - cos[6 °_H(x, ]J R = 3R\x,y)-(G + B) 当然, 在上述步骤 103中, 也不排除釆用其他转换公式, 将处理后的图 像从 HSI颜色空间转换到 RGB颜色空间。  B = R\x, y) 1 + - cos[6 °_H(x, ]JR = 3R\x, y)-(G + B) Of course, in the above step 103, other conversion formulas are not excluded. Converts the processed image from the HSI color space to the RGB color space.
请参考图 3, 在一个实施例中, 在对亮度分量进行局部增强处理之前, 还可以对亮度分量的灰度级进行归一化,将图像转换到一个预先设定的变化 范围内, 得到归一化处理后的亮度分量, 然后再对归一化处理后的亮度分量 进行局部增强处理和全局亮度调整。  Referring to FIG. 3, in an embodiment, before performing local enhancement processing on the luminance component, the gray level of the luminance component may be normalized, and the image is converted into a preset variation range to obtain The processed luminance component is then subjected to local enhancement processing and global luminance adjustment for the normalized luminance component.
例如, 对于一幅 8位的彩色图像, 在其转换到 HSI颜色空间后, 图像的 亮度分量 /(χ, 的灰度级的范围为 [0, 255], 为了保证数据处理, 需要把灰度 级进行归一化, 使原图像的灰度级范围变为 [0, 1], 即:  For example, for an 8-bit color image, after it is converted to the HSI color space, the luminance component of the image / (χ, the range of gray levels is [0, 255], in order to ensure data processing, grayscale is required. The level is normalized so that the gray level range of the original image becomes [0, 1], that is:
/(x, — min  /(x, — min
if max [/(x, ] - min  If max [/(x, ] - min
max [/(x, ] - min [l(x.  Max [/(x, ] - min [l(x.
0 if max [/(x, ] - min 其中, /(χ, 为归一化处理后的亮度分量, /(χ,3 为原始图像的亮度分 对应于上述图像增强方法, 本发明实施例还提供一种图像增强装置, 如 图 4所示, 所述图像增强装置包括: 0 if max [/(x, ] - min where /(χ, is the normalized processed luminance component, /(χ, 3 is the luminance of the original image corresponds to the image enhancement method described above, and is still in the embodiment of the present invention) Providing an image enhancement device, such as As shown in FIG. 4, the image enhancement apparatus includes:
第一转换模块 401 , 用于将原始图像从红、 绿、 蓝 RGB颜色空间转换 到色调、 饱和度、 亮度 HSI颜色空间;  a first conversion module 401, configured to convert an original image from a red, green, and blue RGB color space to a hue, saturation, and brightness HSI color space;
图像增强模块 402, 用于保持色调分量不变, 分别对亮度分量和饱和度 分量进行增强处理, 得到处理后的图像;  The image enhancement module 402 is configured to maintain the tone component unchanged, and perform enhancement processing on the luminance component and the saturation component respectively to obtain the processed image;
第二转换模块 403 , 用于将所述处理后的图像从 HSI颜色空间转换到 RGB颜色空间。  The second conversion module 403 is configured to convert the processed image from the HSI color space to the RGB color space.
在一个示例中, 对应于上述图 2所示的图像增强方法, 所述图像增强模 块还可以包括:  In an example, corresponding to the image enhancement method shown in FIG. 2, the image enhancement module may further include:
局部增强模块, 用于利用 Retinex视觉模型对所述原始图像的亮度分量 进行局部增强处理, 得到局部增强处理后的图像;  a local enhancement module, configured to perform local enhancement processing on a luminance component of the original image by using a Retinex visual model to obtain a locally enhanced image;
全局增强模块, 用于利用 Gamma变换对所述局部增强处理后的图像进 行全局亮度调整。  And a global enhancement module, configured to perform global brightness adjustment on the locally enhanced image by using a Gamma transform.
在一个示例中, 对应于上述图 3所示的图像增强方法, 所述图像增强模 块还可以包括:  In an example, corresponding to the image enhancement method shown in FIG. 3, the image enhancement module may further include:
归一化处理模块, 用于对所述原始图像的亮度分量的灰度级进行归一 化, 得到归一化后的亮度分量, 并将所述归一化后的亮度分量作为所述原始 图像的亮度分量发送给所述局部增强模块。  a normalization processing module, configured to normalize a gray level of a luminance component of the original image, to obtain a normalized luminance component, and use the normalized luminance component as the original image The luminance component is sent to the local enhancement module.
在一个示例中, 对应于上述图 2和图 3所示的方法, 所述图像增强模块 还可以包括:  In an example, corresponding to the method shown in FIG. 2 and FIG. 3, the image enhancement module may further include:
饱和度增强模块, 用于根据所述饱和度分量与所述亮度分量的关系, 对 所述饱和度分量进行增强处理。  And a saturation enhancement module, configured to perform enhancement processing on the saturation component according to the relationship between the saturation component and the luminance component.
另外, 本发明实施例还提供一种显示装置, 包括上述图像增强装置, 所 述显示装置包括但不限于: 液晶电视、 电脑、 手机等。  In addition, an embodiment of the present invention further provides a display device, including the above image enhancement device, including but not limited to: a liquid crystal television, a computer, a mobile phone, and the like.
以上所述仅是本发明的优选实施方式, 应当指出, 对于本技术领域的普 通技术人员来说, 在不脱离本发明原理的前提下, 还可以作出若干改进和润 饰, 这些改进和润饰也应视为本发明的保护范围。  The above description is only a preferred embodiment of the present invention, and it should be noted that those skilled in the art can also make several improvements and retouchings without departing from the principles of the present invention. It is considered as the scope of protection of the present invention.

Claims

权利要求书 Claim
1. 一种图像增强方法, 包括: 1. An image enhancement method, comprising:
将原始图像从红、绿、 蓝 RGB颜色空间转换到色调、饱和度、 亮度 HSI 颜色空间;  Convert the original image from the red, green, and blue RGB color space to hue, saturation, and brightness HSI color space;
保持色调分量不变, 分别对亮度分量和饱和度分量进行增强处理, 得到 处理后的图像;  Keeping the hue component unchanged, and separately enhancing the luminance component and the saturation component to obtain the processed image;
将所述处理后的图像从 HSI颜色空间转换到 RGB颜色空间。  The processed image is converted from the HSI color space to the RGB color space.
2. 如权利要求 1所述的图像增强方法,其中,所述对亮度分量进行增强 处理的步骤包括:  2. The image enhancement method according to claim 1, wherein said step of performing enhancement processing on the luminance component comprises:
利用 Retinex视觉模型对所述原始图像的亮度分量进行局部增强处理, 得到局部增强处理后的图像;  Locally enhancing the luminance component of the original image by using a Retinex visual model to obtain a locally enhanced image;
利用 Gamma变换对所述局部增强处理后的图像进行全局亮度调整。 The global brightness adjustment is performed on the locally enhanced image using a Gamma transform.
3. 如权利要求 2所述的图像增强方法, 其中, 所述利用 Retinex视觉模 型对所述亮度分量进行局部增强处理的步骤之前还包括: 3. The image enhancement method according to claim 2, wherein the step of performing local enhancement processing on the luminance component by using the Retinex visual model further comprises:
对所述亮度分量的灰度级进行归一化,得到归一化后的亮度分量作为所 述原始图像的亮度分量。  The gray level of the luminance component is normalized to obtain a normalized luminance component as a luminance component of the original image.
4. 如权利要求 2-3任一项所述的图像增强方法, 其中:  4. The image enhancement method according to any one of claims 2-3, wherein:
釆用下述公式对所述原始图像的亮度分量进行局部增强处理:  进行 Locally enhancing the luminance component of the original image using the following formula:
t (x, y) = I(x, y) * G(x, y)  t (x, y) = I(x, y) * G(x, y)
其中, J' (x, _y)为局部增强处理后的环境亮度函数, /(x, _y)为原始图像的亮 度 分 量 , G(x, _y) 为 高 斯 函 数 , G(x, _y) 的 计 算 公 式 为 :  Where J' (x, _y) is the ambient brightness function after local enhancement processing, /(x, _y) is the luminance component of the original image, G(x, _y) is the Gaussian function, and the calculation of G(x, _y) The formula is:
G(x' = , σ为高斯函数的标准差值; G ( x ' = , σ is the standard deviation of the Gaussian function;
Figure imgf000011_0001
釆用下述公式对所述局部增强处理后的图像进行全局亮度调整:
Figure imgf000011_0002
Figure imgf000011_0001
进行 Global brightness adjustment of the locally enhanced image using the following formula:
Figure imgf000011_0002
其中, (χ, 为全局亮度调整后的环境亮度函数, γ为 Gamma变换系数。  Where , is the ambient brightness function after global brightness adjustment, and γ is the Gamma transform coefficient.
5. 如权利要求 2所述的图像增强方法,其中,釆用下述公式对所述饱和 度分量进行增强处理:
Figure imgf000012_0001
5. The image enhancement method according to claim 2, wherein the saturation component is enhanced by the following formula:
Figure imgf000012_0001
其中, 为增强处理后的饱和度分量, S为所述原始图像的饱和度分量, R'(x, _y)为全局亮度调整后的物体反射光照信息, R'(x, _y)的计算公式为:  In order to enhance the processed saturation component, S is the saturation component of the original image, and R'(x, _y) is the global brightness-adjusted object-reflected illumination information, and the calculation formula of R'(x, _y) For:
K(x,y) = (x, + , Γ为物体反射光照信息的平均亮度, 根据所述原始图像 的位数而定, /(x,_y)为原始图像的亮度分量, J;(x, 为全局亮度调整后的环 境亮度函数。 K(x,y) = (x , + , Γ is the average brightness of the reflected light information of the object, depending on the number of bits of the original image, /(x, _y) is the luminance component of the original image, J; (x , the ambient brightness function adjusted for global brightness.
6. 一种图像增强装置, 包括: 6. An image enhancement device comprising:
第一转换模块, 用于将原始图像从红、 绿、 蓝 RGB颜色空间转换到色 调、 饱和度、 亮度 HSI颜色空间;  a first conversion module, configured to convert an original image from a red, green, and blue RGB color space to a hue, saturation, and brightness HSI color space;
图像增强模块, 用于保持色调分量不变, 分别对亮度分量和饱和度分量 进行增强处理, 得到处理后的图像;  An image enhancement module, configured to maintain a hue component unchanged, and perform enhancement processing on the luma component and the saturation component respectively to obtain a processed image;
第二转换模块, 用于将所述处理后的图像从 HSI颜色空间转换到 RGB 颜色空间。  a second conversion module, configured to convert the processed image from an HSI color space to an RGB color space.
7. 如权利要求 6所述的图像增强装置, 其中, 所述图像增强模块包括: 局部增强模块, 用于利用 Retinex视觉模型对所述原始图像的亮度分量 进行局部增强处理, 得到局部增强处理后的图像;  The image enhancement device according to claim 6, wherein the image enhancement module comprises: a local enhancement module, configured to perform local enhancement processing on a luminance component of the original image by using a Retinex visual model, and obtain a local enhancement process Image;
全局增强模块, 用于利用 Gamma变换对所述局部增强处理后的图像进 行全局亮度调整。  And a global enhancement module, configured to perform global brightness adjustment on the locally enhanced image by using a Gamma transform.
8. 如权利要求 7所述的图像增强装置,其中,所述图像增强模块还包括: 归一化处理模块, 用于对所述原始图像的亮度分量的灰度级进行归一 化, 得到归一化后的亮度分量, 并将所述归一化后的亮度分量作为所述原始 图像的亮度分量发送给所述局部增强模块。  8. The image enhancement apparatus of claim 7, wherein the image enhancement module further comprises: a normalization processing module, configured to normalize a gray level of a luminance component of the original image to obtain a The luminance component is normalized, and the normalized luminance component is sent to the local enhancement module as a luminance component of the original image.
9. 如权利要求 6至 8任一项所述的图像增强装置,其中,所述图像增强 模块还包括:  The image enhancement device according to any one of claims 6 to 8, wherein the image enhancement module further comprises:
饱和度增强模块, 用于根据所述饱和度分量与所述亮度分量的关系, 对 所述饱和度分量进行增强处理。  And a saturation enhancement module, configured to perform enhancement processing on the saturation component according to the relationship between the saturation component and the luminance component.
10. 一种显示装置,包括如权利要求 6至 9任一项所述的图像增强装置。  A display device comprising the image enhancement device according to any one of claims 6 to 9.
PCT/CN2012/085983 2012-06-13 2012-12-05 Image enhancement method, image enhancement device and display device WO2013185449A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201210195555.7A CN102779330B (en) 2012-06-13 2012-06-13 Image reinforcement method, image reinforcement device and display device
CN201210195555.7 2012-06-13

Publications (1)

Publication Number Publication Date
WO2013185449A1 true WO2013185449A1 (en) 2013-12-19

Family

ID=47124240

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/085983 WO2013185449A1 (en) 2012-06-13 2012-12-05 Image enhancement method, image enhancement device and display device

Country Status (2)

Country Link
CN (1) CN102779330B (en)
WO (1) WO2013185449A1 (en)

Families Citing this family (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102779330B (en) * 2012-06-13 2014-08-06 京东方科技集团股份有限公司 Image reinforcement method, image reinforcement device and display device
CN103729866B (en) * 2013-12-13 2017-05-17 深圳市云宙多媒体技术有限公司 Water color style non-photorealistic rendering method and device
CN103761714A (en) * 2014-01-23 2014-04-30 武汉大学 Color image enhancement method based on HIS color space
CN103903229B (en) * 2014-03-13 2017-01-04 中安消技术有限公司 A kind of evening images Enhancement Method and device
CN104978945B (en) * 2014-04-14 2017-07-25 深圳Tcl新技术有限公司 The enhanced method of image saturation and its device
CN104091311A (en) * 2014-06-30 2014-10-08 北京京东方视讯科技有限公司 Image enhancement method, image enhancement device and display device
CN104637034A (en) * 2014-12-31 2015-05-20 广州博冠信息科技有限公司 Method and device for regulating image saturation degree
KR102176367B1 (en) * 2015-01-05 2020-11-09 엘지전자 주식회사 Antenna module and mobile terminal having the same
CN105069756B (en) * 2015-08-10 2018-02-16 深圳市华星光电技术有限公司 Image enchancing method
US9710892B2 (en) * 2015-10-21 2017-07-18 Chunghwa Picture Tubes, Ltd. Image enhancement method and image processing apparatus thereof
CN105787519A (en) * 2016-03-21 2016-07-20 浙江大学 Tree species classification method based on vein detection
CN107993189B (en) * 2016-10-27 2021-06-18 瑞芯微电子股份有限公司 Image tone dynamic adjustment method and device based on local blocking
CN106780561B (en) * 2016-12-30 2020-04-17 南京理工大学 Color space construction method with illumination robustness for visual tracking
CN107257454B (en) * 2017-06-29 2019-08-06 青岛海信电器股份有限公司 A kind of method, apparatus and display equipment of image color offset
CN107610186B (en) * 2017-08-30 2020-12-22 深圳市华星光电半导体显示技术有限公司 Image processing method and device
CN107767365A (en) * 2017-09-21 2018-03-06 华中科技大学鄂州工业技术研究院 A kind of endoscopic images processing method and system
CN107590791B (en) * 2017-09-22 2020-07-03 深圳市华星光电半导体显示技术有限公司 Image enhancement method and image processing apparatus
CN109919846B (en) * 2017-12-12 2022-09-23 腾讯科技(深圳)有限公司 Image enhancement method and device and computing equipment
CN108230272B (en) * 2018-01-04 2022-04-15 京东方科技集团股份有限公司 Image enhancement method and device
CN108495109B (en) * 2018-03-23 2019-10-11 深圳市华星光电半导体显示技术有限公司 Saturation degree Enhancement Method and device based on fuzzy control
CN108492757B (en) * 2018-03-30 2021-10-08 厦门天马微电子有限公司 Driving method and driving unit for projection display device, and projection display device
CN108550124B (en) * 2018-04-17 2021-03-02 重庆邮电大学 Illumination compensation and image enhancement method based on bionic spiral
CN108550341B (en) * 2018-05-31 2021-01-15 联想(北京)有限公司 Display device and display method
CN109035175A (en) * 2018-08-22 2018-12-18 深圳市联合视觉创新科技有限公司 Facial image Enhancement Method based on color correction and Pulse Coupled Neural Network
CN109886906B (en) * 2019-01-25 2020-09-08 武汉大学 Detail-sensitive real-time low-light video enhancement method and system
CN111899182B (en) * 2019-05-06 2024-04-05 浙江宇视科技有限公司 Color enhancement method and device
CN110335195A (en) * 2019-07-09 2019-10-15 北京字节跳动网络技术有限公司 Body color method of adjustment, device, electronic equipment and storage medium
CN110689489B (en) * 2019-09-06 2023-12-19 西安交通大学 Adaptive gamma enhancement method for improving non-uniform illumination image in IHSI space
CN112365497A (en) * 2020-12-02 2021-02-12 上海卓繁信息技术股份有限公司 High-speed target detection method and system based on Trident Net and Cascade-RCNN structures
CN116457822A (en) * 2020-12-22 2023-07-18 Oppo广东移动通信有限公司 Image processing method, device, storage medium and electronic equipment
CN112383818A (en) * 2021-01-12 2021-02-19 发明之家(北京)科技有限公司 Intelligent television system and intelligent control method thereof
CN113301319A (en) * 2021-04-27 2021-08-24 大连东软信息学院 Image color enhancement method and device realized on FPGA
CN113223099B (en) * 2021-06-11 2023-04-18 苏州大学 RatSLAM environmental adaptability improving method and system based on biological vision model
CN113643651B (en) * 2021-07-13 2022-08-09 深圳市洲明科技股份有限公司 Image enhancement method and device, computer equipment and storage medium
CN115330607B (en) * 2022-07-11 2024-03-01 内蒙古工业大学 Saturation enhancement method for color image

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102129673A (en) * 2011-04-19 2011-07-20 大连理工大学 Color digital image enhancing and denoising method under random illumination
CN102332154A (en) * 2011-10-18 2012-01-25 中国农业大学 Method and system for enhancing color images of cotton pseudo foreign fibers under non-uniform illumination
CN102779330A (en) * 2012-06-13 2012-11-14 京东方科技集团股份有限公司 Image reinforcement method, image reinforcement device and display device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102129673A (en) * 2011-04-19 2011-07-20 大连理工大学 Color digital image enhancing and denoising method under random illumination
CN102332154A (en) * 2011-10-18 2012-01-25 中国农业大学 Method and system for enhancing color images of cotton pseudo foreign fibers under non-uniform illumination
CN102779330A (en) * 2012-06-13 2012-11-14 京东方科技集团股份有限公司 Image reinforcement method, image reinforcement device and display device

Also Published As

Publication number Publication date
CN102779330A (en) 2012-11-14
CN102779330B (en) 2014-08-06

Similar Documents

Publication Publication Date Title
WO2013185449A1 (en) Image enhancement method, image enhancement device and display device
CN110047051B (en) Non-uniform illumination color image enhancement method
WO2017024615A1 (en) Image enhancement method
US8050512B2 (en) High dynamic range images from low dynamic range images
US8050511B2 (en) High dynamic range images from low dynamic range images
CN106780368B (en) Underwater image enhancement method based on foreground model
US8639050B2 (en) Dynamic adjustment of noise filter strengths for use with dynamic range enhancement of images
CN103491357B (en) A kind of auto white balance treatment method of image sensor
CN108876742B (en) Image color enhancement method and device
CN104240194B (en) A kind of enhancement algorithm for low-illumination image based on parabolic function
JP5795548B2 (en) High dynamic range image processing method using tone mapping to extended RGB space
EP1918871A3 (en) Image enhancement method and system
US9336571B2 (en) Method and device of skin tone optimization in a color gamut mapping system
CN107240081A (en) The denoising of night scene image and enhancing processing method
CN103208107B (en) The restorative procedure of terminal, image and device
CN107256539B (en) Image sharpening method based on local contrast
CN109636739B (en) Detail processing method and device for enhancing image saturation
CN107358592B (en) Iterative global adaptive image enhancement method
JP2014220815A (en) Image color adjusting method and electronic device using the same
CN107358578B (en) Yin-yang face treatment method and device
TWI485694B (en) Image color adjusting method and electronic apparatus thereof
KR101279576B1 (en) Method for generating panorama image within digital image processing apparatus
WO2012153661A1 (en) Image correction device, image correction display device, image correction method, program, and recording medium
EP2802139B1 (en) Image color adjusting method and electronic device using the same
JP4719559B2 (en) Image quality improving apparatus and program

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12878652

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 07.05.2015)

122 Ep: pct application non-entry in european phase

Ref document number: 12878652

Country of ref document: EP

Kind code of ref document: A1