WO2016004667A1 - 增强视频图像光滑度及清晰度的超分辨率重构方法 - Google Patents

增强视频图像光滑度及清晰度的超分辨率重构方法 Download PDF

Info

Publication number
WO2016004667A1
WO2016004667A1 PCT/CN2014/084447 CN2014084447W WO2016004667A1 WO 2016004667 A1 WO2016004667 A1 WO 2016004667A1 CN 2014084447 W CN2014084447 W CN 2014084447W WO 2016004667 A1 WO2016004667 A1 WO 2016004667A1
Authority
WO
WIPO (PCT)
Prior art keywords
original pixel
edge
area
solid color
max
Prior art date
Application number
PCT/CN2014/084447
Other languages
English (en)
French (fr)
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 深圳市华星光电技术有限公司
Priority to US14/384,658 priority Critical patent/US9208537B1/en
Publication of WO2016004667A1 publication Critical patent/WO2016004667A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/73Deblurring; Sharpening
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • G06T3/4053Scaling of whole images or parts thereof, e.g. expanding or contracting based on super-resolution, i.e. the output image resolution being higher than the sensor resolution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10016Video; Image sequence
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20172Image enhancement details
    • G06T2207/20192Edge enhancement; Edge preservation

Definitions

  • the present invention relates to the field of liquid crystal display technology, and in particular, to a super-resolution reconstruction method for enhancing the smoothness and sharpness of a video image. Background technique
  • 4 ⁇ 2 ⁇ the high-resolution panel, is simply a new-era display format that is four times higher than the resolution of the traditional Full HD (FHD). It is also called the Quad Full High Definition (Quad Full High Definition).
  • QFHD Quad Full High Definition
  • 4K2K resolution is RGB4096 X 2048 or 3840 X 2160, while full HD TV resolution is 1920 X 1080, 4K2K is equivalent to 4 times full HD specification; 4K2K is made of oxide thin film (Oxide), with high speed electronic moving speed
  • the presentation content has a high resolution and a thin border, which gives a super-thin feeling. In addition to making the TV more light and thin, and making the picture more detailed, it can also be applied to the 3D screen, satellite cloud image, and aerial geographic information. Therefore, 4K2K will become the mainstream specification for large sizes.
  • the super-resolution algorithm is a technique for enhancing the resolution of an image or video. It uses one or more Low Resolution (L) images to obtain a clear high resolution by a corresponding algorithm (High Resolution, H ) image.
  • L Low Resolution
  • H High Resolution
  • the process of obtaining a high resolution image through a series of low resolution images is super resolution reconstruction. That is, the purpose of the super-resolution algorithm is to make the resolution of the output image or video higher than the resolution of any one of the input images or the input video.
  • the high resolution image obtained here means that the image has a high pixel density and can provide more detail, which is indispensable in many practical applications. However, many video sources fail to achieve such high resolution (such as full HD), allowing low-resolution video to play well on high-resolution panels.
  • Figure 1 is a pixel matrix diagram of an existing linear interpolation super-resolution algorithm.
  • the original pixel (Pixel) points are POO point, P01 point, P10 point, P11 point
  • the interpolation points are A point, B point, and C point respectively.
  • Fig. 2 is a drawing effect diagram of the existing linear interpolation method shown in Fig. 1.
  • the super-resolution algorithm shown in Fig. 1 is simple in calculation, this method does not reduce the sawtooth phenomenon, and there is a problem that the font is unclear and the smoothness is insufficient. Summary of the invention
  • the present invention provides a super-resolution reconstruction method for enhancing the smoothness and sharpness of a video image, including:
  • Step 1 providing an original image, including a plurality of original pixel points P arranged in an array;
  • Step 2 Perform edge detection on the original image by using the Canny-H method, and consider pixel edge information of the 4*4 region image range;
  • Step 3 Perform 2*2 times interpolation and enlargement of the edge pixels, and determine, according to the obtained pixel edge information, that the image type of the area is a solid color solid area or a non-solid color physical area;
  • Step 4 Perform conditional interpolation on the solid color solid area and the non-solid color physical area respectively;
  • Step 5 Obtain a super-resolution image with pixels 2*2 times interpolated and magnified.
  • the step 2 includes:
  • Step 21 Perform "non-maximum value" edge suppression on each original pixel point according to the gradient value of each original pixel point and its direction;
  • Step 22 Perform edge thinning on each of the original pixel points and the eight original pixel points around the original image.
  • step 20 determines that the original pixel P11 is a horizontal edge, and the edge value is G(P11), if G(Pll)>l/2* G (P01 ⁇ LG is satisfied). (P11)> 1/2* G(P21), the edge value of the original pixel P11 is recorded as G(P11), otherwise the edge value of the original pixel P11 is recorded as 0;
  • Step 20 determines that the original pixel P11 is an edge in the vertical direction, and the edge value is G(P11), if G(P11)>l/2*G(P10) is satisfied and G(P11)> 1/2*G(P12) ), the edge value of the original pixel P11 is recorded as G (P11), otherwise the edge value of the original pixel P11 is recorded as 0;
  • Step 20 determines that the original pixel P11 is an edge in the 45-degree direction, and the edge value is G(P11), if G(P11)>l/2*G(P00) is satisfied and G(P11)> 1/2*G( P22), the edge value of the original pixel P11 is recorded as G (P11), otherwise the edge value of the original pixel P11 is recorded as 0;
  • Step 20 determines that the original pixel P11 is an edge in the 135-degree direction, and the edge value is G(P11), if G(P11)>l/2*G(P02) is satisfied and G(P11)> 1/2*G( P20), the edge value of the original pixel P11 is recorded as G (P11), otherwise the edge value of the original pixel P11 is recorded as 0.
  • step 3 the edge pixels are 2*2 times interpolated and magnified, and the interpolation order is: starting from the original pixel of the first row and the first column, traversing the original pixel row by row row by row, each traversing an original image For pixels, you need to insert 3 new pixels.
  • the edge information of 4*4 is used to perform interpolation according to the rule.
  • the BiCubic-H mode interpolation is performed in the non-solid color entity area.
  • interpolation point A P11+P21
  • B P11
  • C P11+P21
  • interpolation point A P21+P22
  • B P11+P12
  • C P11+P21.
  • the present invention provides a super-resolution reconstruction method for enhancing the smoothness and sharpness of a video image, and uses the Canny-H method to perform edge detection on the original image, and considers pixel edge information of 4*4 range. Based on the pixel edge information calculated by Canny-H, it is determined that the image type of the region is a solid color entity region or a non-solid color entity region, and then conditional interpolation is performed on the two types respectively.
  • 4*4 edge information is used to interpolate according to the rules to maintain the boundary definition of the solid color solid area, and at the same time, the sawtooth can be reduced in the jagged area to enhance the smoothness and sharpness;
  • the area is interpolated in the BiCubic-H mode to enhance image smoothness and sharpness.
  • 1 is a pixel matrix diagram of a conventional linear interpolation super-resolution algorithm
  • FIG. 2 is a diagram showing the effect of the conventional linear interpolation method shown in FIG. 1;
  • FIG. 3 is a flow chart of a super-resolution reconstruction method for enhancing smoothness and sharpness of a video image according to the present invention
  • FIG. 5 is a 2*3 pixel matrix diagram when the original pixel point P11 in FIG. 4 is an edge;
  • FIG. 6 is a pixel matrix diagram corresponding to the first condition for determining a solid color solid region and a non-solid color solid region
  • FIG. 7 is a pixel matrix diagram corresponding to the condition for determining a solid color solid area and a non-solid color physical area according to the second embodiment of the present invention.
  • FIG. 8 is a pixel matrix diagram corresponding to the third condition for determining a solid color entity region and a non-solid color entity region;
  • FIG. 9 is a pixel matrix diagram corresponding to the condition for determining a solid color solid area and a non-solid color physical area according to the fourth embodiment of the present invention.
  • FIG. 10 is a pixel matrix diagram corresponding to a condition for determining a solid color solid region and a non-solid color solid region
  • FIG. 11 is a pixel matrix diagram of BiCubic-H interpolation according to the present invention.
  • Figure 12a is a simulation result of a pattern processed by a copy magnification method
  • Fig. 12b is a simulation result of the pattern processed by the conventional linear interpolation method shown in Fig. 1.
  • Fig. 12c is a simulation result of the pattern processed by the super resolution algorithm of the present invention. detailed description
  • FIG. 3 is a flowchart of a super-resolution reconstruction method for enhancing the smoothness and sharpness of a video image according to the present invention. Includes:
  • Step 1 providing an original image (Original image), including a plurality of arrays of original image pixels P;
  • Step 2 Using the Canny-H method (using the traditional Canny operator to simplify and improve), perform edge detection on the original image, and consider pixel edge information of the 4*4 region image range;
  • Step 21 Perform "non-maximum value" edge suppression on each original pixel point according to the gradient value of each original pixel point and its direction;
  • FIG. 4 is a 3*3 pixel matrix diagram selected by the present invention, including original image points P00, P01, P02, P10, P11, P12, P20, P21, P22.
  • step 20 determines that the original pixel P11 is a horizontal edge, and the edge value is G(P11), if G(Pll)>l/2*G(P01) is satisfied.
  • step 20 determines that the original pixel P11 is a vertical edge, and the edge value is G(P11), if G(Pll)>l/2*G is satisfied. (P10) and G(P11)> 1/2* G(P12), the edge value of the original pixel P11 is recorded as G(P11), otherwise the edge value of the original pixel P11 is recorded as 0;
  • step 20 determines that the original pixel P11 is an edge of 45 degrees, and the edge value is G(P11), if G(Pll) is satisfied. >l/2* G(P00) and G(P11)> 1/2* G(P22), the edge value of the original pixel P11 is recorded as G(P11), otherwise the edge of the original pixel P11 is The value is recorded as 0; 135 degree direction: Referring to FIG. 4, when the edge detection point is the original pixel P11, step 20 determines that the original pixel P11 is an edge of 135 degrees, and the edge value is G(P11), if G(Pll) is satisfied. >l/2* G(P02) and G(P11)> 1/2* G(P20), the edge value of the original pixel P11 is recorded as G(P11), otherwise the edge of the original pixel P11 is The value is recorded as 0;
  • Step 22 Perform edge refinement on each original pixel and the 8 original pixels around it. After the above steps, there are two pixel width edges in the edge. In order to facilitate subsequent conditional interpolation, we perform edge refinement on each original pixel and surrounding pixels of the original image.
  • 5 is a 2*3 pixel matrix diagram when the original pixel point P11 in FIG. 4 is an edge. If the original pixel points P00 and P01 are edges, the edge value of the original pixel P01 is set to 0. If the original pixel points P01 and P02 are edges, the edge value of the original pixel P01 is set to 0; When the points P00 and P10 are edges, the edge value of the original pixel P10 is set to 0.
  • Step 3 Perform 2*2 times interpolation and enlargement of the edge pixels, and determine, according to the obtained pixel edge information, that the image type of the area is a solid color solid area or a non-solid color physical area;
  • FIG. 6 is a pixel matrix diagram corresponding to the condition for determining a solid color solid region and a non-solid color solid region according to the first embodiment of the present invention, and is also an enlarged matrix diagram of a pixel 2 ⁇ 2 times interpolation, wherein the selected pixel point is a 4 ⁇ 4 matrix.
  • the edge pixels are 2*2 times interpolated and magnified, and the interpolation order is: from the first row to the first column The pixel of the original image starts, and the pixel of the original image is traversed row by row.
  • the edge information of the 4*4 original pixel point matrix is considered.
  • the second condition for determining the solid color solid area and the non-solid color physical area see Figure 7, for The second method of the present invention determines a pixel matrix map corresponding to a condition of a solid color solid region and a non-solid color solid region.
  • the original pixel points P10, P11, P12, and P13 are edges, and others.
  • FIG. 8 is a pixel matrix diagram corresponding to the third condition of the solid color solid area and the non-solid color physical area of the present invention.
  • FIG. 9 is a pixel matrix diagram corresponding to the fourth condition for determining the solid color solid area and the non-solid color solid area of the present invention.
  • the fifth condition for determining the solid color solid area and the non-solid color physical area is a pixel matrix diagram corresponding to the condition for determining the solid color solid area and the non-solid color solid area according to the fifth invention.
  • Step 4 Conditional interpolation of solid color area and non-solid color area:
  • Interpolation of solid color solid areas Corresponding to the 85 solid color solid area judgment conditions mentioned in step 3, respectively, there are interpolation methods. For example, in the case of the five solid color solid areas determined in step 3, if the five cases are all determined to be solid color entities, the calculations of the interpolation points A, the interpolation points B, and the interpolation points C corresponding to the five cases are respectively:
  • A P11 + P21
  • B P11
  • C P11 + P21
  • FIG. 11 is a pixel matrix diagram of BiCubic-H interpolation according to the present invention.
  • their x-coordinates are -1, 0, 1, 2
  • P(-l), P(0), P(l), P(2) and the first derivative P, (0), P, (l) can be simply calculated, b, c, d about P00
  • Step 5 Obtain a super-resolution image with pixels 2*2 times interpolated and magnified.
  • Figure 12a is a simulation result of the pattern processed by the copy magnification method. Copy and enlarge the method, that is, each pixel is copied into 4 pixels, and then 2*2 times super-resolution result is obtained;
  • FIG. 12b is a simulation result of the pattern processed by the conventional linear interpolation method shown in FIG. 1;
  • FIG. 12c is the use of the present Invented the simulation results of the pattern processed by the super-resolution algorithm.
  • the boundary of the pattern is not a straight line, after the super-resolution algorithm of the present invention, the copy-magnification method shown in Figure 12a and Figure 12b can still be obtained.
  • the present invention provides a super-resolution reconstruction method for enhancing the smoothness and sharpness of a video image, and uses the Canny-H method to perform edge detection on the original image, and considers the pixel edge information of the 4*4 range. Based on the pixel edge information calculated by Canny-H, it is determined that the image type of the region is a solid color entity region or a non-solid color entity region, and then conditional interpolation is performed on the two types respectively.
  • 4*4 edge information is used to interpolate according to the rules to maintain the boundary definition of the solid color solid area, and at the same time, the sawtooth can be reduced in the jagged area to enhance the smoothness and sharpness;
  • the area is interpolated in the BiCubic-H mode to enhance image smoothness and sharpness.

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Image Processing (AREA)
  • Editing Of Facsimile Originals (AREA)

Abstract

提供一种增强视频图像光滑度及清晰度的超分辨率重构方法,包括:步骤1:提供一原始图像,包括数个阵列排布的原图像素点;步骤2:利用Canny_H方式对所述原始图像进行边缘侦测,并考虑4*4区域图像范围的像素边缘信息;步骤3:将边缘像素进行2*2倍插值放大,并根据得出的像素边缘信息判定该区域图像类型为纯色实体区或非纯色实体区;步骤4:对纯色实体区、非纯色实体区分别进行条件插值;步骤5:得到像素2*2倍插值放大后的超分辨率图像。在纯色实体区,采用4*4的边缘信息按照规则进行插值,以保持纯色实体区的边界清晰度,同时可以在有锯齿的地方降低锯齿;在非纯色实体区进行BiCubic_H方式插值,进而增强图像光滑度和清晰度。

Description

增强视频图像光滑度及清晰度的超分辨率重构方法
技术领域
本发明涉及液晶显示技术领域, 尤其涉及一种增强视频图像光滑度及 清晰度的超分辨率重构方法。 背景技术
随着消费者日益增长的市场需求, 特别在高端显示领域, 需要更加高 端的显示设备。 从最初的 480P显像管电视机到后来的 720P、 FHD、 2K、 4Κ和 8Κ等分辨率的显示设备, 显示分辨率以及显示设备的尺寸是在逐步 提升的。
4Κ2Κ, 即高解析度面板, 简单来说就是比传统全高清 (Full High Definition, FHD) 的解析度还高四倍的新时代显示格式, 又称为 "超高解 析电视 (Quad Full High Definition, QFHD) "。 4K2K的解析度为 RGB4096 X 2048或 3840 X 2160, 而全高清电视解析度为 1920 X 1080, 4K2K相当于 4倍全高清规格; 4K2K采用氧化物薄膜电芯片 (Oxide)制作, 具备高速电 子移动速度, 呈现画面内容具有高解析度及薄边框, 呈现超薄^感, 除了 使电视机更加轻薄, 让画面更加细致之外, 还可以应用于棵视 3D荧幕、 卫 星云图、 航空地理情报等, 因此, 4K2K将成为大尺寸的主流规格。
为了降低***运行成本, 提高画面^量, 超分辨率算法 (Super
Resolution, S ) 已成为目前高端显示领域中 (例如 4K2K) 的主流算法, 其是指将低分辨率图像或图像序列恢复成高分辨率图像。
超分辨率算法是增强图像或视频分辨率的技术, 指利用一幅或多幅低 分辨率 (Low Resolution, L ) 图像, 通过相应的算法来获得一幅清晰的高 分辨率 (High Resolution, H ) 图像。 通过一系列低分辨率的图像来得到 一幅高分辨率的图像过程就是超分辨率重构。 也就是, 超分辨率算法的目 的是使得输出的图像或视频的分辨率比任意一幅输入的图像或输入视频的 任意一帧的分辨率都要高。 这里所获得的高分辨率图像意味着图像具有高 像素密度, 可以提供更多的细节, 而这些细节在许多实际应用中不可或缺。 然而, 很多视频源没能达到这么高的分辨率 (如全高清), 让低分辨率的视 频在高解析度面板上出色的播放, 目前的超分辨率方式有计算量大的缺陷, 会导致成本增加, 实用性不强。 另一方面, 诸如像临近取代算法、 双线性 插值算法、 Hermite插值算法和 Canny插值算法这些简单快速的超分辨率算 法, 又使得画面存在锯齿、 模糊等问题。
请参阅图 1, 为现有线性插值超分辨率算法的像素矩阵图。 其中, 原图 像素 (Pixel) 点分别为 POO点、 P01点、 P10点、 P11点, 插值点分别为 A 点、 B 点、 C 点, 根据线性插值的概念, 可以简 单地计算出 A=1/4*P00+1/4*P01+1/4*P10+1/4*P11 、 B=1/2*P00+1/2*P01 、 C=1/2*P00+1/2*P10。 请参阅图 2, 为现有采用图 1所示线性插值方法的图 样效果图。 由图 2可以看出, 虽然图 1所示的这种超分辨率算法计算简单, 但这种方法没有降低锯齿现象, 并且存在字体不清晰、 光滑度不足的问题。 发明内容
本发明的目的在于提供一种增强视频图像光滑度及清晰度的超分辨率 重构方法, 能够利用较少的资源, 较好的提升视频图像的光滑度和清晰度。
为实现上述目的, 本发明提供一种增强视频图像光滑度及清晰度的超 分辨率重构方法, 包括:
步骤 1 : 提供一原始图像, 包括数个阵列排布的原图像素点 P;
步骤 2 : 利用 Canny— H方式对所述原始图像进行边缘侦测, 并考虑 4*4 区域图像范围的像素边缘信息;
步骤 3 : 将边缘像素进行 2*2倍插值放大, 并根据得出的像素边缘信息 判定该区域图像类型为纯色实体区或非纯色实体区;
步骤 4 : 对纯色实体区、 非纯色实体区分别进行条件插值;
步骤 5 : 得到像素 2*2倍插值放大后的超分辨率图像。
所述步骤 2包括:
-1 -2 -1
3 S S 步骤 20 : 计算梯度方向和梯度值, 用 Sobel掩膜矩阵 mask— h= i 2
-1 S i 2 i S @ -I -2
一 © i ¾ g ―
mask— ν=→ e mask_dr=i — mask— dl^ 分别和每个原图像素点 以及它周围的 8个原图像素点组成的 3*3矩阵做点乘以得到 4个梯度值, 取 4个梯度值中的最大值作为梯度值并保存其方向;
步骤 21 : 根据每个原图像素点的梯度值及其方向, 对每个原图像素点 进行 "非极大值" 边缘抑制;
步骤 22 : 对每个原图像素点及其周围的 8个原图像素点做边缘细化。 边缘侦测点是原图像素点 P11时, 步骤 20判断原图像素点 P11为水平 方向的边缘,边缘值为 G(P11),如果满足 G(Pll)>l/2* G(P01^L G(P11)> 1/2* G(P21), 将原图像素点 Pll 的边缘值记为 G(P11), 否则将原图像素点 Pll 的边缘值记为 0 ;
步骤 20判断原图像素点 P11为垂直方向的边缘, 边缘值为 G(P11), 如 果满足 G(Pll)>l/2* G(P10)且 G(P11)> 1/2* G(P12),将原图像素点 P11的边 缘值记为 G(P11), 否则将原图像素点 Pll的边缘值记为 0 ;
步骤 20判断原图像素点 P11为 45度方向的边缘, 边缘值为 G(P11), 如果满足 G(Pll)>l/2* G(P00)且 G(P11)> 1/2* G(P22),将原图像素点 P11的 边缘值记为 G(P11), 否则将原图像素点 Pll的边缘值记为 0 ;
步骤 20判断原图像素点 P11为 135度方向的边缘, 边缘值为 G(P11), 如果满足 G(Pll)>l/2* G(P02)且 G(P11)> 1/2* G(P20),将原图像素点 P11的 边缘值记为 G(P11), 否则将原图像素点 Pll的边缘值记为 0。
所述步骤 3中将边缘像素进行 2*2倍插值放大, 其插值顺序为: 从第 1 行第 1 列的原图像素点开始, 逐行逐列遍历原图像素点, 每遍历一个原图 像素点, 需要*** 3个新像素点。
所述区域图像类型为纯色实体区时, 采用 4*4 的边缘信息按照规则进 行插值。
所述区域图像类型为非纯色实体区时,在非纯色实体区进行 BiCubic— H 方式插值。
当遍历到原图像素点 P11时, 原图像素点 P02、 P12、 P22、 P32是边缘, 其他 12个原图像素点不是边缘, 那么当:
|F(P10)-F(Pll)|<0.125*max(F(P10),F(Pll)) 且 |F(P20)-F(P21)|<0.125*max(F(P20),F(P21)) 且 |F(P12)-F(P13)|<0.125*max(F(P12),F(P13)) 且 |F(P22)-F(P23)|<0.125*max(F(P22),F(P23)),
则判定为纯色实体区, 否则判定为非纯色实体区。 所述 F P)为原图像 素点卩的 RGB值求和, 即: F(P)=P(R)+P(G)+P(B)。
所述区域图像判定为纯色实体区时, 对应的插值点 A、 插值点 B、 插值 点 C的计算分别为: A=P11+P21, B=P11, C=P11+P21。
当遍历到原图像素点 Pll时, 原图像素点 P10、 Pll、 P12、 P13是边缘, 其他 12个原图像素点不是边缘, 那么当
|F(P01)-F(Pll)|<0.125*max(F(P01),F(Pll)) 且 |F(P02)-F(P12)|<0.125*max(F(P02),F(P12)) 且 |F(P21)-F(P31)|<0.125*max(F(P21),F(P31)) 且 |F(P22)-F(P32)|<0.125*max(F(P22),F(P32)), 则判定为纯色实体区, 否则判定为非纯色实体区。 所述 F P)为原图像 素点卩的 RGB值求和, 即: F(P)=P(R)+P(G)+P(B)。
所述区域图像判定为纯色实体区时, 对应的插值点 A、 插值点 B、 插值 点 C的计算分别为: A=P21+P22, B=P11+P12, C=P21。
当遍历到原图像素点 P11时, 原图像素点 P22、 P23、 P30、 P31是边缘, 其他 12个原图像素点不是边缘, 那么当:
|F(P02)-F(P12)|<0.125*max(F(P02),F(P12)) 且 |F(P03)-F(P13)|<0.125*max(F(P03),F(P13)) 且 |F(P22)-F(P32)|<0.125*max(F(P22),F(P32)) 且 |F(P23)-F(P33)|<0.125*max(F(P23),F(P33)),
则判定为纯色实体区, 否则判定为非纯色实体区。 所述 F P)为原图像 素点卩的 RGB值求和, 即: F(P)=P(R)+P(G)+P(B)。
所述区域图像判定为纯色实体区时, 对应的插值点 A、 插值点 B、 插值 点 C的计算分别为: A=P21+P22, B=P11+P12, C=P11+P21。
当遍历到原图像素点 P11时, 原图像素点 P02、 P12、 P20、 P21是边缘, 其他 12个原图像素点不是边缘, 那么当:
|F(P01)-F(Pll)|<0.125*max(F(P01),F(Pll)) 且 |F(P02)-F(P12)|<0.125*max(F(P02),F(P12)) 且 |F(P21)-F(P31)|<0.125*max(F(P21),F(P31)) 且 |F(P22)-F(P23)|<0.125*max(F(P22),F(P23)),
则判定为纯色实体区, 否则判定为非纯色实体区。 所述 F P)为原图像 素点卩的 RGB值求和, 即: F(P)=P(R)+P(G)+P(B)。
所述区域图像判定为纯色实体区时, 对应的插值点 A、 插值点 B、 插值 点 C的计算分别为: A=P21+P22, B=P11, C=P21。
当遍历到原图像素点 P11时, 原图像素点 P10、 Pll、 P22、 P32是边缘, 其他 12个原图像素点不是边缘, 那么当:
|F(P10)-F(Pll)|<0.125*max(F(P10),F(Pll)) 且 |F(P20)-F(P21)|<0.125*max(F(P20),F(P21)) 且 |F(P12)-F(P13)|<0.125*max(F(P12),F(P13)) 且 |F(P22)-F(P23)|<0.125*max(F(P22),F(P23)),
则判定为纯色实体区, 否则判定为非纯色实体区。 所述 F P)为原图像 素点卩的 RGB值求和, 即: F(P)=P(R)+P(G)+P(B)。
所述区域图像判定为纯色实体区时, 对应的插值点 A、 插值点 B、 插值 点 C的计算分别为: A=P11+P21, B=P11, C=P11+P21。 本发明的有益效果: 本发明提供一种增强视频图像光滑度及清晰度的 超分辨率重构方法, 利用 Canny— H方式对原始图像进行边缘侦测, 并考虑 4*4 范围的像素边缘信息, 在 Canny— H计算出的像素边缘信息基础上判定 该区域图像类型为纯色实体区或非纯色实体区, 然后对这两种类型分别进 行条件插值。 在纯色实体区, 采用 4*4 的边缘信息按照规则进行插值, 以 保持纯色实体区的边界清晰度, 同时可以在有锯齿的地方降低锯齿, 从而 增强其光滑度和清晰度; 在非纯色实体区进行 BiCubic— H 方式插值, 进而 增强图像光滑度和清晰度。
为了能更进一步了解本发明的特征以及技术内容, 请参阅以下有关本 发明的详细说明与附图, 然而附图仅提供参考与说明用, 并非用来对本发 明加以限制。 附图说明
下面结合附图, 通过对本发明的具体实施方式详细描述, 将使本发明 的技术方案及其它有益效果显而易见。
附图中,
图 1为现有线性插值超分辨率算法的像素矩阵图;
图 2为现有采用图 1所示线性插值方法的图样效果图;
图 3 为本发明增强视频图像光滑度及清晰度的超分辨率重构方法的流 程图;
图 4为本发明选取的 3*3像素矩阵图;
图 5为图 4中原始像素点 P11为边缘时的 2*3像素矩阵图;
图 6 为本发明第一种判定纯色实体区、 非纯色实体区条件对应的像素 矩阵图;
图 7 为本发明第二种判定纯色实体区、 非纯色实体区条件对应的像素 矩阵图;
图 8 为本发明第三种判定纯色实体区、 非纯色实体区条件对应的像素 矩阵图;
图 9 为本发明第四种判定纯色实体区、 非纯色实体区条件对应的像素 矩阵图;
图 10为本发明第五种判定纯色实体区、 非纯色实体区条件对应的像素 矩阵图;
图 11为本发明进行 BiCubic— H插值的像素矩阵图;
图 12a为采用复制放大方法处理的图样仿真结果; 图 12b为现有采用图 1所示线性插值方法处理的图样仿真结果; 图 12c为采用本发明超分辨率算法处理的图样仿真结果。 具体实施方式
为更进一步阐述本发明所采取的技术手段及其效果, 以下结合本发明 的优选实施例及其附图进行详细描述。
请参阅图 3,为本发明增强视频图像光滑度及清晰度的超分辨率重构方 法的流程图。 包括:
步骤 1 : 提供一原始图像 (Original image) , 包括数个阵列排布的原图 像素点 P;
步骤 2 : 利用 Canny— H方式 (使用传统的 Canny算子简化改进得到) 对所述原始图像进行边缘侦测, 并考虑 4*4区域图像范围的像素边缘信息;
-1 —t - e 0 6 步骤 20 : 计算梯度方向和梯度值, 用 Sobel掩膜矩阵 mask h= 1 2
& —3 -2
mask V: ask dr mask dl=^ 分别和每个原图像素点 以及它周围的 8个原图像素点组成的 3*3矩阵做点乘以得到 4个梯度值, 取 4个梯度值中的最大值作为梯度值并保存其方向;
步骤 21 : 根据每个原图像素点的梯度值及其方向, 对每个原图像素点 进行 "非极大值" 边缘抑制;
水平方向: 请参阅图 4, 为本发明选取的 3*3像素矩阵图, 包括原图像 素点 P00、 P01、 P02、 P10、 Pll、 P12、 P20、 P21、 P22。 当边缘侦测点是 原图像素点 Pll时, 步骤 20判断原图像素点 Pll为水平方向的边缘, 边缘 值为 G(P11), 如果满足 G(Pll)>l/2* G(P01)且 G(P11)> 1/2* G(P21), 将原图 像素点 Pll的边缘值记为 G(P11), 否则将原图像素点 Pll的边缘值记为 0 ; 垂直方向: 请参阅图 4, 当边缘侦测点是原图像素点 P11 时, 步骤 20 判断原图像素点 P11 为垂直方向的边缘, 边缘值为 G(P11), 如果满足 G(Pll)>l/2* G(P10)且 G(P11)> 1/2* G(P12), 将原图像素点 P11的边缘值记 为 G(P11), 否则将原图像素点 Pll的边缘值记为 0 ;
45度方向: 请参阅图 4, 当边缘侦测点是原图像素点 P11时, 步骤 20 判断原图像素点 P11 为 45 度方向的边缘, 边缘值为 G(P11), 如果满足 G(Pll)>l/2* G(P00)且 G(P11)> 1/2* G(P22), 将原图像素点 P11的边缘值记 为 G(P11), 否则将原图像素点 Pll的边缘值记为 0 ; 135度方向: 请参阅图 4, 当边缘侦测点是原图像素点 P11时, 步骤 20 判断原图像素点 P11 为 135 度方向的边缘, 边缘值为 G(P11), 如果满足 G(Pll)>l/2* G(P02)且 G(P11)> 1/2* G(P20), 将原图像素点 P11的边缘值记 为 G(P11), 否则将原图像素点 Pll的边缘值记为 0 ;
步骤 22 : 对每个原图像素点及其周围的 8个原图像素点做边缘细化。 经过上述步骤, 得到的边缘有的地方存在两个像素宽度边缘的现象, 为了 便于后续的条件插值, 我们对每个原图像素点和周围几个原图像素点做边 缘细化,请参阅图 5,为图 4中原始像素点 P11为边缘时的 2*3像素矩阵图。 如果原图像素点 P00、 P01为边缘, 则将原图像素点 P01边缘值置 0 ; 如果 原图像素点 P01、 P02为边缘, 则将原图像素点 P01边缘值置 0 ; 如果原图 像素点 P00、 P10为边缘, 则将原图像素点 P10边缘值置 0。
步骤 3 : 将边缘像素进行 2*2倍插值放大, 并根据得出的像素边缘信息 判定该区域图像类型为纯色实体区或非纯色实体区;
请参阅图 6, 为本发明第一种判定纯色实体区、 非纯色实体区条件对应 的像素矩阵图, 也是像素 2*2 倍插值的放大矩阵图, 其中选取的像素点为 4*4矩阵, 包括原图像素点 P00、 P01、 P02、 P03、 P10、 Pll、 P12、 P13、 P20、 P21、 P22、 P23 o 将边缘像素 2*2倍插值放大, 插值顺序为: 从第 1 行第 1 列的原图像素点开始, 逐行逐列遍历原图像素点, 每遍历一个原图 像素点, 需要*** 3个新像素点, 具体地, 如图 6所示, 当遍历到原图像 素点 P11 时, *** 3个新像素点分别为 A点、 B点、 C点, 遍历其它原图 像素点时与之类似, 最终得到像素 2*2倍超分辨率放大图。
结合边缘取得方式, 根据一些具体图像的判定, 考虑 4*4 原图像素点 矩阵的边缘信息, 共有 85种判定纯色实体区、 非纯色实体区的条件, 这里 列举如下 5种条件:
( 1 ) 第一种判定纯色实体区、 非纯色实体区的条件, 请参阅图 6, 当 遍历到原图像素点 P11时, 原图像素点 P02、 P12、 P22、 P32是边缘, 其他 12个原图像素点不是边缘, 那么当:
|F(P10)-F(Pll)|<0.125*max(F(P10),F(Pll)) 且 |F(P20)-F(P21)|<0.125*max(F(P20),F(P21)) 且 |F(P12)-F(P13)|<0.125*max(F(P12),F(P13)) 且 |F(P22)-F(P23)|<0.125*max(F(P22),F(P23)),
则判定为纯色实体区, 否则判定为非纯色实体区, 这里 F P)为原图像 素点卩的 RGB值求和, 即: F(P)=P(R)+P(G)+P(B), 以下同理。
(2) 第二种判定纯色实体区、 非纯色实体区的条件, 请参阅图 7, 为 本发明第二种判定纯色实体区、 非纯色实体区条件对应的像素矩阵图。 当 遍历到原图像素点 P11时, 原图像素点 P10、 Pll、 P12、 P13是边缘, 其他
12个原图像素点不是边缘, 那么当
|F(P01)-F(Pll)|<0.125*max(F(P01),F(Pll))
|F(P02)-F(P12)|<0.125*max(F(P02),F(P12))
|F(P21)-F(P31)|<0.125*max(F(P21),F(P31))
|F(P22)-F(P32)|<0.125*max(F(P22),F(P32)),
则判定为纯色实体区, 否则判定为非纯色实体区。
(3) 第三种判定纯色实体区、 非纯色实体区的条件, 请参阅图 8, 为 本发明第三种判定纯色实体区、 非纯色实体区条件对应的像素矩阵图。 当 遍历到原图像素点 P11时, 原图像素点 P22、 P23、 P30、 P31是边缘, 其他
12个原图像素点不是边缘, 那么当:
|F(P02)-F(P12)|<0.125*max(F(P02),F(P12)) 且 |F(P03)-F(P13)|<0.125*max(F(P03),F(P13)) 且 |F(P22)-F(P32)|<0.125*max(F(P22),F(P32)) 且 |F(P23)-F(P33)|<0.125*max(F(P23),F(P33)),
则判定为纯色实体区, 否则判定为非纯色实体区。
(4) 第四种判定纯色实体区、 非纯色实体区的条件, 请参阅图 9, 为 本发明第四种判定纯色实体区、 非纯色实体区条件对应的像素矩阵图。 当 遍历到原图像素点 P11时, 原图像素点 P02、 P12、 P20、 P21是边缘, 其他
12个原图像素点不是边缘, 那么当:
|F(P01)-F(Pll)|<0.125*max(F(P01),F(Pll)) 且 |F(P02)-F(P12)|<0.125*max(F(P02),F(P12)) 且 |F(P21)-F(P31)|<0.125*max(F(P21),F(P31)) 且 |F(P22)-F(P23)|<0.125*max(F(P22),F(P23)),
则判定为纯色实体区, 否则判定为非纯色实体区。
(5) 第五种判定纯色实体区、 非纯色实体区的条件, 请参阅图 10, 为 本发明第五种判定纯色实体区、 非纯色实体区条件对应的像素矩阵图。 当 遍历到原图像素点 P11时, 原图像素点 P10、 Pll、 P22、 P32是边缘, 其他 12个原图像素点不是边缘, 那么当:
|F(P10)-F(Pll)|<0.125*max(F(P10),F(Pll)) 且 |F(P20)-F(P21)|<0.125*max(F(P20),F(P21)) 且 |F(P12)-F(P13)|<0.125*max(F(P12),F(P13)) 且 |F(P22)-F(P23)|<0.125*max(F(P22),F(P23)), 则判定为纯色实体区, 否则判定为非纯色实体区。
步骤 4 : 纯色实体区、 非纯色实体区条件插值:
( 1 ) 纯色实体区插值: 对应步骤 3 中提到的 85种纯色实体区判定条 件, 分别有其插值方式。 例如步骤 3 中举例的 5种纯色实体区判定情况, 如果这 5种情况都判定为纯色实体区,那么这 5种情况分别对应的插值点 A、 插值点 B、 插值点 C的计算分别为:
第一种如图 6所示: A=P11+P21, B=P11, C=P11+P21 ;
第二种如图 7所示: A=P21+P22, B=P11+P12, C=P21 ;
第三种如图 8所示: A=P21+P22, B=P11+P12, C=P11+P21 ;
第四种如图 9所示: A=P21+P22, B=P11, C=P21;
第五种如图 10所示: A=P11+P21, B=P11, C=P11+P21。
(2) 非纯色实体区插值: 请参阅图 11, 为本发明进行 BiCubic— H插值 的像素矩阵图。 假设原图像素点 P00、 P01、 P02、 P03 在一个 3 次方函数 P(x)=ax3+bx2+cx+d中, 且可令它们的 x坐标为 -1、 0、 1、 2, 由 P(-l)、 P(0)、 P(l)、 P(2)以及一阶导数 P,(0)、 P,(l)可简单的计算出 、 b、 c、 d关于 P00、 P01、 P02、 P03 的表达式, yl 对应的 x坐标为 0.5, 可计算出 yl=-l/16*P00+9/16*P01+9/16*P02-l/16*P03, 令 α =-1/16、 β =-9/16 , 同样 可计算出 y2、 y3、 y4、 y5 :
y2= α *P10+ β *P11+ β *P12+ a *P13,
y3= a *Ρ20+ β *Ρ21+ β *P22+ a *P23 ,
y4= a *P30+ β *P31+ β *P32+ a *P33,
y5= a *Ρ01+ β *Ρ11+ β *P21+ a *P31,
对 yl、 y2、 y3、 y4做双立方插值, 计算 A值: A= a *yl+ β *y2+ β *y3+ a *y4, 另外 B=y2、 C=y5, 为了增强对比度, 可改变系数值, 目前应用表 现较好的八、 B、 C计算式系数为: a =-2/16、 β =-10/16。
步骤 5 : 得到像素 2*2倍插值放大后的超分辨率图像。
请参阅图 12a、 12b、 及 12c, 图 12a为采用复制放大方法处理的图样仿 真结果。 复制放大的方法, 即每个像素复制为 4个像素, 进而得到 2*2倍 超分辨率结果; 图 12b为现有采用图 1 所示线性插值方法处理的图样仿真 结果; 图 12c为采用本发明超分辨率算法处理的图样仿真结果。 由图 12a、 12b、 及 12c可以看出, 该图样的边界虽然都不是直线, 然而经本发明超分 辨率算法处理后,仍然能得到明显优于图 12a所示的复制放大方法和图 12b 所示的线性插值方法的视觉效果, 且有效的降低了锯齿现象, 较好的提升 了视频图像的光滑度和清晰度。 综上所述, 本发明提供一种增强视频图像光滑度及清晰度的超分辨率 重构方法, 利用 Canny— H方式对原始图像进行边缘侦测, 并考虑 4*4范围 的像素边缘信息, 在 Canny— H计算出的像素边缘信息基础上判定该区域图 像类型为纯色实体区或非纯色实体区, 然后对这两种类型分别进行条件插 值。 在纯色实体区, 采用 4*4 的边缘信息按照规则进行插值, 以保持纯色 实体区的边界清晰度, 同时可以在有锯齿的地方降低锯齿, 从而增强其光 滑度和清晰度; 在非纯色实体区进行 BiCubic— H 方式插值, 进而增强图像 光滑度和清晰度。
以上所述, 对于本领域的普通技术人员来说, 可以根据本发明的技术 方案和技术构思作出其他各种相应的改变和变形, 而所有这些改变和变形 都应属于本发明权利要求的保护范围。

Claims

权 利 要 求
1、 一种增强视频图像光滑度及清晰度的超分辨率重构方法, 包括: 步骤 1: 提供一原始图像, 包括数个阵列排布的原图像素点 (P);
步骤 2:利用 Canny— H方式对所述原始图像进行边缘侦测, 并考虑 4*4 区域图像范围的像素边缘信息;
步骤 3:将边缘像素进行 2*2倍插值放大, 并根据得出的像素边缘信息 判定该区域图像类型为纯色实体区或非纯色实体区;
步骤 4: 对纯色实体区、 非纯色实体区分别进行条件插值;
步骤 5: 得到像素 2*2倍插值放大后的超分辨率图像。
2、 如权利要求 1所述的增强视频图像光滑度及清晰度的超分辨率重构 方法, 其中, 所述步骤 2包括:
-1 —2 -I
S 0 § 步骤 20:计算梯度方向和梯度值, 用 Sobel掩膜矩阵 mask h=1 2
mask
Figure imgf000013_0001
分别和每个原图像素点 以及它周围的 8个原图像素点组成的 3*3矩阵做点乘以得到 4个梯度值, 取 4个梯度值中的最大值作为梯度值并保存其方向;
步骤 21: 根据每个原图像素点的梯度值及其方向, 对每个原图像素点 进行 "非极大值" 边缘抑制;
步骤 22: 对每个原图像素点及其周围的 8个原图像素点做边缘细化。
3、 如权利要求 2所述的增强视频图像光滑度及清晰度的超分辨率重构 方法, 其中, 边缘侦测点是原图像素点 (P11) 时, 步骤 20判断原图像素 点(P11)为水平方向的边缘,边缘值为 G(P11),如果满足 G(Pll)>l/2* G(P01) 且 GPli;)>l/2*GP2i;), 将原图像素点 (P11) 的边缘值记为 GPll), 否则 将原图像素点 (P11) 的边缘值记为 0;
步骤 20判断原图像素点 (P11) 为垂直方向的边缘, 边缘值为 G(P11), 如果满足 G(Pll)>l/2* G(P10)且 G(P11)> 1/2* G(P12), 将原图像素点 (P11) 的边缘值记为 G(P11), 否则将原图像素点 (P11) 的边缘值记为 0;
步骤 20判断原图像素点(P11)为 45度方向的边缘, 边缘值为 G(P11), 如果满足 G(Pll)>l/2* G(P00)且 G(P11)> 1/2* G(P22), 将原图像素点 (P11) 的边缘值记为 G(P11), 否则将原图像素点 (P11) 的边缘值记为 0; 步骤 20判断原图像素点(PI 1 )为 135度方向的边缘,边缘值为 G(P11), 如果满足 G(Pll)>l/2* G(P02)且 G(P11)> 1/2* G(P20), 将原图像素点 (P11 ) 的边缘值记为 G(P11), 否则将原图像素点 (P11 ) 的边缘值记为 0。
4、 如权利要求 1所述的增强视频图像光滑度及清晰度的超分辨率重构 方法, 其中, 所述步骤 3 中将边缘像素进行 2*2倍插值放大, 其插值顺序 为: 从第 1 行第 1 列的原图像素点开始, 逐行逐列遍历原图像素点, 每遍 历一个原图像素点, 需要*** 3个新像素点。
5、 如权利要求 1所述的增强视频图像光滑度及清晰度的超分辨率重构 方法, 其中, 所述区域图像类型为纯色实体区时, 采用 4*4 的边缘信息按 照规则进行插值。
6、 如权利要求 1所述的增强视频图像光滑度及清晰度的超分辨率重构 方法, 其中, 所述区域图像类型为非纯色实体区时, 在非纯色实体区进行 BiCubic— H方式插值。
7、 如权利要求 1所述的增强视频图像光滑度及清晰度的超分辨率重构 方法, 其中, 当遍历到原图像素点 (P11 ) 时, 原图像素点 (P02)、 (P12)、
(P22)、 (P32) 是边缘, 其他 12个原图像素点不是边缘, 那么当:
|F(P10)-F(Pll)|<0.125*max(F(P10),F(Pll)) 且
|F(P20)-F(P21)|<0.125*max(F(P20),F(P21)) 且
|F(P12)-F(P13)|<0.125*max(F(P12),F(P13)) 且 |F(P22)-F(P23)|<0.125*max(F(P22),F(P23)),
则判定为纯色实体区, 否则判定为非纯色实体区。
8、 如权利要求 7所述的增强视频图像光滑度及清晰度的超分辨率重构 方法, 其中, 所述 (F(P) ) 为原图像素点 (P) 的 RGB 值求和, 即: F(P)=P( )+P(G)+P(B) ; 所述区域图像判定为纯色实体区时, 对应的插值点 (A)、 插值点 (B)、 插值点 (C) 的计算分别为: A=P11+P21, B=P11, C=Pll+P21 o
9、 如权利要求 1所述的增强视频图像光滑度及清晰度的超分辨率重构 方法, 其中, 当遍历到原图像素点 (P11 ) 时, 原图像素点 (P10)、 (Pll )、
(P12)、 (P13) 是边缘, 其他 12个原图像素点不是边缘, 那么当
|F(P01)-F(Pll)|<0.125*max(F(P01),F(Pll)) 且
|F(P02)-F(P12)|<0.125*max(F(P02),F(P12)) 且
|F(P21)-F(P31)|<0.125*max(F(P21),F(P31)) 且 |F(P22)-F(P32)|<0.125*max(F(P22),F(P32)),
则判定为纯色实体区, 否则判定为非纯色实体区。
10、 如权利要求 9 所述的增强视频图像光滑度及清晰度的超分辨率重 构方法, 其中, 所述 (F(P)) 为原图像素点 (P) 的 RGB 值求和, 即: F(P)=P( )+P(G)+P(B) ; 所述区域图像判定为纯色实体区时, 对应的插值点
(A)、 插值点 (B)、 插值点 (C) 的计算分别为: A=P21+P22, B=P11+P12, C=P21 o
11、 如权利要求 1 所述的增强视频图像光滑度及清晰度的超分辨率重 构方法, 其中, 当遍历到原图像素点 (P11 ) 时, 原图像素点 (P22)、 (P23 )、
(P30)、 (P31 ) 是边缘, 其他 12个原图像素点不是边缘, 那么当:
|F(P02)-F(P12)|<0.125*max(F(P02),F(P12)) 且 |F(P03)-F(P13)|<0.125*max(F(P03),F(P13)) 且
|F(P22)-F(P32)|<0.125*max(F(P22),F(P32)) 且 |F(P23)-F(P33)|<0.125*max(F(P23),F(P33)),
则判定为纯色实体区, 否则判定为非纯色实体区。
12、 如权利要求 11所述的增强视频图像光滑度及清晰度的超分辨率重 构方法, 其中, 所述 (F(P)) 为原图像素点 (P) 的 RGB 值求和, 即:
F(P)=P( )+P(G)+P(B) ; 所述区域图像判定为纯色实体区时, 对应的插值点 (A)、 插值点 (B)、 插值点 (C) 的计算分别为: A=P21+P22, B=P11+P12, C=Pll+P21 o
13、 如权利要求 1 所述的增强视频图像光滑度及清晰度的超分辨率重 构方法, 其中, 当遍历到原图像素点 (P11 ) 时, 原图像素点 (P02)、 (P12)、
(P20)、 (P21 ) 是边缘, 其他 12个原图像素点不是边缘, 那么当:
|F(P01)-F(Pll)|<0.125*max(F(P01),F(Pll)) 且
|F(P02)-F(P12)|<0.125*max(F(P02),F(P12)) 且
|F(P21)-F(P31)|<0.125*max(F(P21),F(P31)) 且 |F(P22)-F(P23)|<0.125*max(F(P22),F(P23)),
则判定为纯色实体区, 否则判定为非纯色实体区。
14、 如权利要求 13所述的增强视频图像光滑度及清晰度的超分辨率重 构方法, 其中, 所述 (F(P)) 为原图像素点 (P) 的 RGB 值求和, 即: F(P)=P( )+P(G)+P(B) ; 所述区域图像判定为纯色实体区时, 对应的插值点 (A)、 插值点 (B )、 插值点 (C) 的计算分别为: A=P21+P22, B=P11, C=P21。
15、 如权利要求 1 所述的增强视频图像光滑度及清晰度的超分辨率重 构方法, 其中, 当遍历到原图像素点 (P11 ) 时, 原图像素点 (P10)、 (Pll )、
(P22)、 (P32) 是边缘, 其他 12个原图像素点不是边缘, 那么当: |F(P10)-F(Pll)|<0.125*max(F(P10),F(Pll)) 且 |F(P20)-F(P21)|<0.125*max(F(P20),F(P21)) 且 |F(P12)-F(P13)|<0.125*max(F(P12),F(P13)) 且 |F(P22)-F(P23)|<0.125*max(F(P22),F(P23)),
则判定为纯色实体区, 否则判定为非纯色实体区。
16、 如权利要求 15所述的增强视频图像光滑度及清晰度的超分辨率重 构方法, 其中, 所述 (F(P)) 为原图像素点 (P) 的 RGB 值求和, 即: F(P)=P( )+P(G)+P(B) ; 所述区域图像判定为纯色实体区时, 对应的插值点
(A)、 插值点 (B)、 插值点 (C) 的计算分别为: A=P11+P21, B=P11, C=Pll+P21 o
PCT/CN2014/084447 2014-07-10 2014-08-15 增强视频图像光滑度及清晰度的超分辨率重构方法 WO2016004667A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/384,658 US9208537B1 (en) 2014-07-10 2014-08-15 Super-resolution reconstructing method for enhancing smoothness and sharpness of video image

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410329177.6A CN104063875B (zh) 2014-07-10 2014-07-10 增强视频图像光滑度及清晰度的超分辨率重构方法
CN201410329177.6 2014-07-10

Publications (1)

Publication Number Publication Date
WO2016004667A1 true WO2016004667A1 (zh) 2016-01-14

Family

ID=51551567

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/084447 WO2016004667A1 (zh) 2014-07-10 2014-08-15 增强视频图像光滑度及清晰度的超分辨率重构方法

Country Status (2)

Country Link
CN (1) CN104063875B (zh)
WO (1) WO2016004667A1 (zh)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106780354A (zh) * 2016-11-14 2017-05-31 刘兰平 多帧图像清晰化处理方法和装置
CN107194877A (zh) * 2017-06-16 2017-09-22 南京大学金陵学院 一种基于单幅图像的保边插值超分辨率计算方法
CN108021653B (zh) * 2017-12-01 2021-08-03 湖州师范学院 一种安防监控***的数据筛选方法
CN111861884B (zh) * 2020-07-15 2023-05-16 南京信息工程大学 一种基于深度学习的卫星云图超分辨率重建方法
CN116152123B (zh) * 2023-04-21 2023-09-19 荣耀终端有限公司 图像处理方法、电子设备及可读存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1490765A (zh) * 2002-10-18 2004-04-21 �Ϻ���ͨ��ѧ 用于相机标定的方法及所用的彩色参照物
US20100246972A1 (en) * 2009-03-24 2010-09-30 Noriyuki Koyama Image processing apparatus, image processing method, and recording medium
CN102163336A (zh) * 2011-03-25 2011-08-24 重庆酷贝科技发展有限公司 一种图像识别码的编码和解码方法
CN103455984A (zh) * 2013-09-02 2013-12-18 清华大学深圳研究生院 一种Kinect深度图像获取方法与装置
CN103810675A (zh) * 2013-09-09 2014-05-21 深圳市华星光电技术有限公司 图像超分辨率重构***及方法

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20070119879A (ko) * 2006-06-16 2007-12-21 삼성전자주식회사 영상의 해상도 변환 방법 및 그 장치
CN101358936B (zh) * 2007-08-02 2011-03-16 同方威视技术股份有限公司 一种利用双视角多能量透射图像进行材料识别的方法及***
CN101272491A (zh) * 2008-04-10 2008-09-24 西安电子科技大学 基于视频对象和区域指导的图像插值方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1490765A (zh) * 2002-10-18 2004-04-21 �Ϻ���ͨ��ѧ 用于相机标定的方法及所用的彩色参照物
US20100246972A1 (en) * 2009-03-24 2010-09-30 Noriyuki Koyama Image processing apparatus, image processing method, and recording medium
CN102163336A (zh) * 2011-03-25 2011-08-24 重庆酷贝科技发展有限公司 一种图像识别码的编码和解码方法
CN103455984A (zh) * 2013-09-02 2013-12-18 清华大学深圳研究生院 一种Kinect深度图像获取方法与装置
CN103810675A (zh) * 2013-09-09 2014-05-21 深圳市华星光电技术有限公司 图像超分辨率重构***及方法

Also Published As

Publication number Publication date
CN104063875B (zh) 2017-07-28
CN104063875A (zh) 2014-09-24

Similar Documents

Publication Publication Date Title
US9208537B1 (en) Super-resolution reconstructing method for enhancing smoothness and sharpness of video image
US8131117B2 (en) Method for magnifying images and videos and associated image processing device
WO2016004667A1 (zh) 增强视频图像光滑度及清晰度的超分辨率重构方法
TWI503791B (zh) 針對各向異性過濾運算細節位準之技術
US20110170801A1 (en) Resizing of digital images
US9565414B2 (en) Efficient stereo to multiview rendering using interleaved rendering
JP2005339313A (ja) 画像提示方法及び装置
JP2009009101A5 (zh)
WO2020098721A1 (zh) 虚拟现实设备的图像呈现方法、装置、设备和计算机存储介质
US7679620B2 (en) Image processing using saltating samples
CN105930464B (zh) Web富媒体跨屏适配方法和装置
WO2018113224A1 (zh) 一种图像缩小方法及装置
EP2804149B1 (en) Water representation by color gradients on a digital map
JP2003076982A (ja) ビデオオブジェクトをグラフィック処理する装置
US9741095B2 (en) Method for electronic zoom with sub-pixel offset
TWI384876B (zh) 圖像及視頻的放大方法與相關之圖像處理裝置
TWI406187B (zh) 快速高畫質視頻影像內插方法及裝置
CN103678543A (zh) 一种png图片逐行解压的***及方法
TWI234746B (en) Scaling method by using symmetrical middle-point slope control
TWI235963B (en) Scaling method by using dual point cubic-like slope control
TWI720513B (zh) 影像放大方法
CN101841641B (zh) 一种基于细分方法的视频放大方法及***
KR100463552B1 (ko) 큐빅 컨벌루션 보간 장치 및 방법
TW200305111A (en) Triple point slope control scaling method
TW200305114A (en) Scaling method by using cubic-like triple point slope control

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 14384658

Country of ref document: US

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

Ref document number: 14897297

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 14897297

Country of ref document: EP

Kind code of ref document: A1