WO2020062901A1 - 一种超分辨率图像的图像质量分析方法及*** - Google Patents

一种超分辨率图像的图像质量分析方法及*** Download PDF

Info

Publication number
WO2020062901A1
WO2020062901A1 PCT/CN2019/088478 CN2019088478W WO2020062901A1 WO 2020062901 A1 WO2020062901 A1 WO 2020062901A1 CN 2019088478 W CN2019088478 W CN 2019088478W WO 2020062901 A1 WO2020062901 A1 WO 2020062901A1
Authority
WO
WIPO (PCT)
Prior art keywords
super
image
component
source reference
resolution image
Prior art date
Application number
PCT/CN2019/088478
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 深圳大学
Publication of WO2020062901A1 publication Critical patent/WO2020062901A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection
    • G06T7/0004Industrial image inspection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/40Analysis of texture
    • G06T7/49Analysis of texture based on structural texture description, e.g. using primitives or placement rules
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30168Image quality inspection

Definitions

  • the invention relates to the technical field of digital image processing and computer vision, and in particular, to an image quality analysis method and system for super-resolution images.
  • Image super-resolution is an important research topic in the field of image processing. By performing super-resolution processing on the image, the resolution of the image can be increased and the image becomes clearer. It has many important applications in image reconstruction, such as:
  • Super-resolution reconstruction technology can be used for image compression. Low-resolution image information is usually stored or transmitted. When there are different needs, super-resolution reconstruction technology is used to obtain images and videos of different resolutions.
  • image quality analysis There have been many methods of image quality analysis, such as PSNR algorithm (Peak Signal to Noise Ratio), MOS algorithm (Mean opinion scores, subjective quality score), and SSIM algorithm (Structural and SIMilarity, image similarity) .
  • PSNR algorithm Peak Signal to Noise Ratio
  • MOS algorithm Mean opinion scores, subjective quality score
  • SSIM algorithm Structuretural and SIMilarity, image similarity
  • image quality analysis uses many other features and information. For example, the information fidelity criterion and visual information fidelity, the mutual information between the reference image and the distorted image is calculated as the visual quality.
  • an object of the present invention is to provide an image quality analysis method and system for super-resolution images, which overcomes the shortcomings of the prior art that lack quality analysis methods for super-resolution images.
  • a first embodiment provided by the present invention is a method for quality analysis of a super-resolution image, which includes the following steps:
  • the three pooling scores are fused to obtain the image quality analysis value.
  • the step of decomposing the texture components of the source reference image and the super-resolution image includes:
  • the texture components of the super-resolution image and the source reference image are divided into multiple image blocks, and the variance values of the same-sized image blocks in the two images of the super-resolution image and the source reference image are calculated, and the maximum of the two variance values is obtained. value;
  • the texture component is calculated by combining the inner product value, the maximum value of the variance value, and a preset first adjustment factor.
  • the step of calculating the statistical feature vector of each pixel in the super-resolution image and the source reference image separately includes:
  • the step of decomposing the structural components of the source reference image and the super-resolution image includes:
  • the step of decomposing the source reference image and the super-resolution image into high-frequency components includes:
  • the step of decomposing the source reference image and the super-resolution image into high-frequency components includes:
  • the high-frequency energy vectors of the source reference image and the super-resolution image are calculated, and the product of the two norms of the high-frequency energy vector and the high-frequency energy vector is used as a high-frequency component.
  • the calculation formula of the high-frequency energy is:
  • N (i) is the adjacent pixel of pixel i
  • N N is the number of adjacent pixels
  • s is the structural component
  • s ⁇ is the s through a Gaussian convolution kernel with a variance of ⁇ Product obtained
  • s ⁇ represents the low frequency part of s.
  • the step of pooling the decomposed texture component, structure component, and high-frequency component separately to obtain three pooling scores corresponding to the three components further includes:
  • a weighted average is performed on the texture component, the structure component, and the high-frequency component.
  • the step of fusing the three pooling scores to obtain an image quality analysis value includes:
  • the image quality analysis value is calculated by the following formula:
  • p is an image quality analysis value
  • ⁇ and ⁇ are adjusted shadow coefficients
  • p t , p s , and p h are weighted average values of the texture component, structure component, and high-frequency component, respectively.
  • a second embodiment provided by the present invention is a quality analysis system for super-resolution images, which includes:
  • An image information acquisition module configured to acquire a source reference image and a super-resolution image having the same content and number of pixels as the source reference image;
  • An image component decomposition module configured to decompose the texture component, the structural component, and the high-frequency component of the source reference image and the super-resolution image respectively;
  • a pooling processing module configured to separately pool the decomposed texture component, structure component, and high-frequency component to obtain three pooling scores corresponding to the three components;
  • a score fusion module is used to fuse the three pooling scores to obtain an image quality analysis value.
  • the present invention provides an image quality analysis method and system for a super-resolution image, by acquiring a source reference image and acquiring a super-resolution image with the same content and number of pixels as the source reference image; Texture components, structural components, and high-frequency components of the source reference image and super-resolution image; and pooling the decomposed texture components, structural components, and high-frequency components, respectively, to obtain three corresponding to the three components. Pooling scores; the three pooling scores are combined to obtain image quality analysis values.
  • the present invention is closer to the human visual evaluation mechanism than the existing image quality analysis methods, and the objective experimental data is superior to the existing image quality analysis methods. It provides important application value for the analysis of super-resolution image quality after reconstruction of low-resolution images in the surveillance field, satellite images and medical images.
  • FIG. 1 is a flowchart of steps of an image quality analysis method for a super-resolution image provided by the present invention
  • FIG. 2 is a schematic structural diagram of an image quality analysis system of the super-resolution image provided by the present invention.
  • the first embodiment provided by the present invention is a method for quality analysis of a super-resolution image. As shown in FIG. 1, the method includes the following steps:
  • Step S1 Acquire a source reference image and acquire a super-resolution image with the same content and number of pixels as the source reference image.
  • the source reference image and the super-resolution image have the same content and the number of pixels.
  • the super-resolution image is compared with the source reference image to obtain the quality analysis value of the super-resolution image. Therefore, in this step, the super-resolution image and its source reference image to be compared are first obtained.
  • Step S2 Decompose the texture component, the structure component, and the high-frequency component of the source reference image and the super-resolution image, respectively.
  • the texture components, structural components, and high-frequency components of the source reference image and the super-resolution image are decomposed, and the three components of the two images are compared in turn. According to the comparison results of the three components, the quality analysis results are obtained.
  • Step S3 Perform pooling on the resolved texture component, structure component, and high-frequency component respectively to obtain three pooling scores corresponding to the three components.
  • Step S4 Fusion the three pooling scores to obtain an image quality analysis value.
  • the step of fusing the three pooling scores in this step to obtain an image quality analysis value includes: using the image quality analysis value described below to calculate the image quality analysis value:
  • p is an image quality analysis value
  • ⁇ and ⁇ are adjusted shadow coefficients
  • p t , p s , and p h are weighted average values of the texture component, structure component, and high-frequency component, respectively.
  • the three components are pooled, and the pooling scores are combined to obtain the quality analysis value of the super-resolution image.
  • the above step S2 includes decomposing the source reference image and the super-resolution picture into texture components and structural components, respectively, and extracting high-frequency components from the source reference image and the super-resolution picture, respectively, and comparing the image quality of each component.
  • the step of decomposing the texture components of the source reference image and the super-resolution image includes:
  • the texture components of the super-resolution image and the source reference image are divided into multiple image blocks, and the variance values of the same-sized image blocks in the two images of the super-resolution image and the source reference image are calculated, and the maximum of the two variance values is obtained. value;
  • the texture component is calculated by combining the inner product value, the maximum value of the variance value, and a preset first adjustment factor.
  • Texture components use statistical features, such as SIFT histogram statistical features to describe texture features. Given a source reference image r and a super-resolution image u with the same content and the same number of pixels, let the texture component be represented as Mt. For the i-th pixel in the images u and r:
  • t r (i) and tu (i) are image blocks centered on the i-th pixel in the texture components of the super-resolution image r and the source reference image u, respectively, and the two image blocks are the same size.
  • C t is a normal amount used to adjust the range of K t .
  • var ( ⁇ ) is used to calculate the variance of its parameters, and max ( ⁇ , ⁇ ) is used to return the maximum value of its parameters.
  • the texture components M t can be calculated by formulas (1) and (2), and it is easy to prove that the range of M t is 0 to 1.
  • the step of calculating the statistical feature vector of each pixel in the super-resolution image and the source reference image includes: using a direction gradient histogram algorithm, a scale-invariant feature matching algorithm, or a local binary pattern algorithm to obtain a super-resolution image and A statistical feature vector for each pixel in the source reference image.
  • the statistical features are calculated to calculate the texture components.
  • the method for actually calculating the statistical features may also be a HOG algorithm.
  • the HOG algorithm may extract a 3780-dimensional vector as a statistical feature vector in calculating the texture components.
  • SIFT algorithm SIFT algorithm can extract 128-dimensional vector as the statistical feature vector in computing texture components.
  • the LBP algorithm uses the statistical histogram of the LBP feature spectrum as the statistical feature vector. There are also statistical features based on histograms. It is conceivable that the HOG algorithm, the SIFT algorithm, the LBP algorithm, and the statistical feature vectors extracted based on histogram statistics and the like are arbitrarily combined, and the combined vector can also be used as a statistical feature vector in calculating the texture components.
  • the step of decomposing the structural components of the source reference image and the super-resolution image includes:
  • the decomposition using the gradient feature with the structural component is detailed as follows:
  • the structural component be represented as M s .
  • the main direction of each image block in the image needs to be calculated first.
  • the main direction of the image block is obtained by the semi-definite matrix J:
  • i is a central pixel of an image block
  • g x and g y are gradient vectors of a horizontal axis and a vertical axis in the image block, respectively.
  • J has two eigenvalues and two eigenvectors, and the eigenvector corresponding to the smaller eigenvalue is the main direction of the gradient of the image block.
  • n r (i) and n u (i) are normalized feature vectors, which are the main directions of the i-th pixel in the structural component of the super-resolution image r and the source reference image u, respectively.
  • the range of M s is 0 to 1.
  • K s is defined in formula (4) as follows:
  • g mr (i) and g mu (i) represent the normalized gradient magnitudes of the i-th pixel in the structural component of the super-resolution image r and the source reference image u, respectively.
  • C s is a normal quantity used to adjust the range of K s .
  • the main component gradient of the image block is calculated to calculate the structural component.
  • the actual calculated structural component can also be extracted from the texture component by the relative total variation method, and the structural component can also be obtained using an iterable rolling guidance filter.
  • canny operator, sobel operator, etc. may also be used, and the size of the image block may be variable.
  • steps of decomposing the source reference image and the super-resolution image into high-frequency components respectively include:
  • the step of decomposing the source reference image and the super-resolution image into high-frequency components includes:
  • the high-frequency energy vectors of the source reference image and the super-resolution image are calculated, and the product of the two norms of the high-frequency energy vector and the high-frequency energy vector is used as a high-frequency component.
  • the following uses the characteristics of high-frequency components in different frequency bands as examples to further analyze the decomposition method.
  • the high-frequency component be represented as M h , and the high-frequency component is obtained by formula (7).
  • the high-frequency energy of the super-resolution image r and the source reference image u must be compared.
  • N (i) is the neighboring pixels of pixel i
  • N N is the number of neighboring pixels
  • s is the structural component.
  • s ⁇ is obtained by convolving s with a Gaussian convolution kernel with variance ⁇ , and s ⁇ represents the low frequency part of s.
  • h r and h u are the high-frequency energy calculated by formula (6) of the super-resolution image r and the source reference image u , respectively.
  • C h is a normal quantity to avoid instability caused by too small denominator.
  • a Gaussian convolution kernel is used to calculate high-frequency components.
  • high-frequency components can also be calculated using different frequency band characteristics. The following formula for calculating high-frequency energy:
  • h (i) represents the high-frequency energy of the i-th pixel, which is a vector
  • k can be taken as (2, 3, 4 7), and different Gaussian convolution kernels are subtracted to obtain frequency components in different frequency bands.
  • the combined vector is used as the high-frequency energy h.
  • the high-frequency energy h is a vector.
  • the formula for calculating high-frequency components is as follows:
  • high frequency energy is 2 times the vector image and the super-resolution image of the reference source the inner product
  • the ratio of the number 2 norm of each vector as the high frequency energy high-frequency component of the super-resolution image quality analysis, C h is a Normal number, used to avoid instability caused by too small denominator.
  • the high-frequency energy vectors can also be multiplied by their respective norms as the characteristics of the high-frequency energy, and other arbitrary norms can be taken.
  • the step of pooling the decomposed texture component, structure component, and high-frequency component respectively to obtain three pooling scores corresponding to the three components further includes:
  • a weighted average is performed on the texture component, the structure component, and the high-frequency component.
  • the steps for processing the three components include:
  • the pooled texture component, structure component and high-frequency component need weighted average.
  • the weighted average formula is as follows:
  • N is the number of image pixels
  • q ⁇ ⁇ t, s, h ⁇ respectively represents the index of the texture component, the structural component and the high-frequency component
  • p q represents the pooling score of the three components
  • w q is each component The weight of each pixel, w q is obtained from the results calculated by formulas (9) to (11).
  • t r (i) and t u (i) are calculated in the same way as in formula (2)
  • g mr (i) and g mu (i) are calculated in the same way as in formula (5)
  • h r (i) and h u (i ) Is calculated in the same way as formula (6).
  • the denominators in equations (9) to (11) are set for normalization.
  • ⁇ > 0 and ⁇ > 0 are for adjusting the influence degree of different components in the fusion process.
  • p t , p s , p h are calculated by formula (8), respectively.
  • the value of ⁇ can be obtained by comparing the average intensity of the structural component and the texture component, as shown in formula (13):
  • s and t are the intensity of the image structural component and the texture component, respectively.
  • mean ( ⁇ ) is the mean function and log ( ⁇ ) is the logarithmic function.
  • the value of ⁇ is greater than 1.
  • the Weber-Fechner rule is used to obtain ⁇ , and ⁇ can also be obtained using an exhaustive method.
  • the method can be improved or replaced as follows:
  • is the Lagrangian multiplier coefficient
  • u is the texture component
  • BV is the Banach space
  • is a region of the picture
  • f is a picture.
  • other optimization models such as Meyer, Vese-Osher can also be used.
  • the calculation of the adaptive variable K t in the present invention may actually be the following three formulas:
  • mean (.) Represents the mean function.
  • the formula for calculating ⁇ in the present invention may actually be the following two formulas:
  • sum (.) Represents the summation function.
  • Calculating ⁇ can actually be a combination of a sum function and a variance function.
  • is calculated to be 3.9709 using an exhaustive method.
  • the present invention uses a structural texture decomposition method to implement image visual quality analysis on super-resolution pictures. It provides a more objective analysis method for the quality analysis after the source reference image is restored to the super-resolution image, and avoids the blindness of subjectively evaluating the quality of the super-resolution image. It provides important application value for the analysis of super-resolution image quality after reconstruction of low-resolution images in the surveillance field, satellite images and medical images. Under certain conditions, the super-resolution reconstruction technology can overcome the limitation of the inherent resolution of the image system and improve the resolution of the processed image. Therefore, it has very important applications in the fields of video, remote sensing, medicine, and security monitoring.
  • the second embodiment provided by the present invention is a quality analysis system for super-resolution images, as shown in FIG. 2, including:
  • the image information acquisition module 310 is configured to acquire a source reference image and a super-resolution image having the same content and number of pixels as the source reference image; its function is as described in step S1.
  • the image component decomposition module 320 is configured to decompose the texture component, the structure component, and the high-frequency component of the source reference image and the super-resolution image, respectively, and its function is as described in step S2.
  • the pooling processing module 330 is configured to pool the resolved texture component, structure component, and high-frequency component respectively to obtain three pooling scores corresponding to the three components; its function is as described in step S3.
  • the score fusion module 340 is configured to fuse the three pooling scores to obtain an image quality analysis value. Its function is as described in step S4.
  • texture components, structural components, and high-frequency components obtained in different ways can be arbitrarily combined.
  • the present invention provides a method and system for image quality analysis of a super-resolution image, by acquiring a source reference image and a super-resolution image having the same content and number of pixels as the source reference image; and decomposing the source separately
  • the texture components, structural components, and high-frequency components of the reference image and the super-resolution image; and the pooled texture components, structural components, and high-frequency components are separately pooled to obtain three pooling corresponding to the three components Score; the three pooling scores are combined to obtain an image quality analysis value.
  • the present invention is closer to the human visual evaluation mechanism than the existing image quality analysis methods, and the objective experimental data is superior to the existing image quality analysis methods.
  • the invention can be applied to other up-sampled images and many existing image databases.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Image Processing (AREA)

Abstract

本发明提供了一种超分辨率图像的图像质量分析方法及***,通过获取源参考图像和获取与所述源参考图像内容和像素个数均相同的超分辨率图像;分别分解出所述源参考图像和超分辨率图像的纹理分量,结构分量和高频分量;对分解出的所述纹理分量、结构分量和高频分量分别进行池化,得到与三个分量相对应的三个池化分数;将三个池化分数相融合得到图像质量分析值。本发明在超分辨率图像上的分析比现有的图像质量分析方法更加客观准确,为监控领域、卫星图像以及医学影像中对低分辨图像进行重建后得到的超分辨率图像质量进行分析提供了重要的应用价值。

Description

一种超分辨率图像的图像质量分析方法及*** 技术领域
本发明涉及数字图像处理及计算机视觉技术领域,尤其涉及的是一种超分辨率图像的图像质量分析方法及***。
背景技术
图像超分辨率是图像处理领域中的一个重要研究课题,通过对图像进行超分辨率处理,可以提高图像的分辨率,使得图像更为清晰,其在图像重建中具有较多重要应用,例如:
(1)在数字电视(DTV)向高清晰度电视(HDTV)过度阶段,仅有部分电视节目会以HDTV的形式播出,不少节目采用的是DTV的形式。因此,可以利用超分辨率重建技术将DTV信号转化为与HDTV接收机相匹配的信号,提高电视节目的兼容性;
(2)在采集军事与气象遥感图像时,由于受到成像条件与成像***分辨率的限制,不可能获得清晰度很高的图像,而通过利用超分辨率重建技术,在不改变卫星图像探测***的前提下,可实现高于***分辨率的图像观测;
(3)在医学成像***中(如CT、MRI和超声波仪器等),可以用超分辨率重建技术来提高图像质量,对病变目标进行仔细地检测;
(4)在银行、证劵等部门的安全监控***中,当有异常情况发生后,可对监控录像进行超分辨率重建,提高图像要害部分的分辨率,从而为事件的处理提供重要的线索;
(5)可以将超分辨率重建技术用于图像压缩。平时存储或传输低分辨率的图像信息,当有不同需要时,再利用超分辨率重构技术获得不同分辨率的图像和视频。
随着深度学习的不断发展,图像超分辨率处理技术也在不断前进,已经出现了很多研究成果。然而,对于超分辨图像质量分析仍然面临着巨大挑战。由于人的视觉感知存在差异,对图像质量的主观评价标准参差不齐,亟需一种客观准确的超分辨率图像质量分析方法,建立图像质量的客观评判标准,以此来推动图像 超分辨率技术的不断发展。
目前已经出现了许多图像质量分析的方法,如PSNR算法(Peak Signal to Noise Ratio,峰值信噪比),MOS算法(Mean Opinion Scores,主观质量评分)以及SSIM算法(Structural SIMilarity,图像相似度)等。为了分析高光谱图像的质量,还提出了一个多元SSIM,将多光谱像素作为一个多元向量。除了在SSIM中使用的平均值、方差和协方差外,图像质量分析利用到许多其他特征和信息。比如信息保真度准则及视觉信息保真度,将参考图像与失真图像之间的相互信息作为视觉质量计算。
因为图像结构特征在视觉感观中占主导地位,许多现有的全参考图像质量方法强调图像结构失真的重要性。然而对于超分辨率图像来说,图像细节同样重要。另外,对于一些超分辨率图像里面存在的虚假纹理,现有的图像质量分析方法没有进行考虑。因此现有的这些图像质量分析方法并不适合于超分辨率图像的图像质量分析。
因此,现有技术有待于进一步的改进。
发明内容
鉴于上述现有技术中的不足之处,本发明的目的在于提供一种超分辨率图像的图像质量分析方法及***,克服现有技术中缺乏针对超分辨率图像的质量分析方法的缺陷。
本发明提供的第一实施例为一种超分辨率图像的质量分析方法,其中,包括步骤:
获取源参考图像和获取与所述源参考图像内容和像素个数均相同的超分辨率图像;
分别分解出所述源参考图像和超分辨率图像的纹理分量,结构分量和高频分量;
对分解出的所述纹理分量、结构分量和高频分量分别进行池化,得到与三个分量相对应的三个池化分数;
将三个池化分数相融合得到图像质量分析值。
可选的,分解出所述源参考图像和超分辨图像纹理分量的步骤包括:
分别计算超分辨率图像和源参考图像中每个像素的统计特征向量,将计算出 的统计特征向量分别与各自的2范数相比,将相比之后,计算得到的比值做内积,得到内积值;
将超分辨率图像和源参考图像的纹理分量分成多个图像块,计算超分辨率图像和源参考图像两个图像中相同大小图像块的方差值,并获取两个方差值中的最大值;
将所述内积值、所述方差值中的最大值和预设第一调整因子相结合计算纹理分量。
可选的,所述分别计算超分辨率图像和源参考图像中每个像素的统计特征向量步骤包括:
使用方向梯度直方图算法、尺度不变特征匹配算法或者局部二值模式算法获取超分辨率图像和源参考图像中每个像素的统计特征向量。
可选的,分解出所述源参考图像和超分辨图像结构分量的步骤包括:
将超分辨率图像和源参考图像分成多个图像块;
计算每个图像块的主方向和所述主方向的内积并取绝对值,得到内积值;
计算超分辨率图像和源参考图像在结构分量中每个像素的归一化的梯度幅度;
将所述内积值、所述梯度幅度值和预设第二调整因子相结合,得到所述结构分量。
可选的,将所述源参考图像和超分辨图像分解成高频分量的步骤包括:
计算源参考图像和超分辨图像的高频能量向量做内积,将内积的值与所述高频能量向量的2范数之比作为高频分量。
可选的,将所述源参考图像和超分辨图像分解成高频分量的步骤包括:
计算源参考图像和超分辨图像的高频能量向量,将所述高频能量向量与所述高频能量向量的2范数之积作为高频分量。
可选的,所述高频能量的计算公式为:
Figure PCTCN2019088478-appb-000001
其中,j是像素的位置索引,N(i)是像素i的相邻像素,N N是相邻像素的数目,s是结构分量,s σ是s通过一个方差为σ的高斯卷积核卷积得到,s σ代表了s的低频部分。
可选的,所述对分解出的所述纹理分量、结构分量和高频分量分别进行池化,得到与三个分量相对应的三个池化分数的步骤还包括:
对所述纹理分量、结构分量和高频分量进行加权平均。
可选的,所述将三个池化分数相融合得到图像质量分析值的步骤包括:
所述图像质量分析值如下公式计算得到:
Figure PCTCN2019088478-appb-000002
其中,p为图像质量分析值,α>0且β>0,α和β为调整影系数;p t,p s,p h分别为所述纹理分量、结构分量和高频分量的加权平均值。
本发明提供的第二实施例为一种超分辨率图像的质量分析***,其中,包括:
图像信息获取模块,用于获取源参考图像和获取与所述源参考图像的内容和像素个数均相同的超分辨率图像;
图像分量分解模块,用于分别分解出所述源参考图像和超分辨率图像的纹理分量,结构分量和高频分量;
池化处理模块,用于对分解出的所述纹理分量、结构分量和高频分量分别进行池化,得到与三个分量相对应的三个池化分数;
分值融合模块,用于将三个池化分数相融合得到图像质量分析值。
有益效果,本发明提供了一种超分辨率图像的图像质量分析方法及***,通过获取源参考图像和获取与所述源参考图像内容和像素个数均相同的超分辨率图像;分别分解出所述源参考图像和超分辨率图像的纹理分量,结构分量和高频分量;对分解出的所述纹理分量、结构分量和高频分量分别进行池化,得到与三个分量相对应的三个池化分数;将三个池化分数相融合得到图像质量分析值。在超分辨率图像上的测试,本发明比现有的图像质量分析方法更贴近人类视觉评判机制,且客观实验数据优胜于现有的图像质量分析方法。为监控领域、卫星图像以及医学影像中对低分辨图像进行重建后得到的超分辨率图像质量进行分析提供了重要的应用价值。
附图说明
图1是本发明所提供的一种超分辨率图像的图像质量分析方法的步骤流程图;
图2是本发明提供的所述超分辨率图像的图像质量分析***的原理结构示意图。
具体实施方式
为使本发明的目的、技术方案及优点更加清楚、明确,以下参照附图并举实施例对本发明进一步详细说明。应当理解,此处所描述的具体实施例仅仅用于解释本发明,并不用于限定本发明。
本发明提供的第一实施例为一种超分辨率图像的质量分析方法,如图1所示,包括步骤:
步骤S1、获取源参考图像和获取与所述源参考图像内容和像素个数均相同的超分辨率图像。
源参考图像和超分辨率图像之间具有相同的内容和像素个数,将超分辨率图像与源参考图像相对比,得到该超分辨率图像的质量分析值。因此本步骤中首先得到需要进行比对的超分辨率图像及其源参考图像。
步骤S2、分别分解出所述源参考图像和超分辨率图像的纹理分量,结构分量和高频分量。
分别分解出源参考图像和超分辨率图像的纹理分量、结构分量和高频分量,依次对两个图像的这三个分量进行比对,根据三个分量的比对结果,得到质量分析结果。
步骤S3、对分解出的所述纹理分量、结构分量和高频分量分别进行池化,得到与三个分量相对应的三个池化分数。
步骤S4、将三个池化分数相融合得到图像质量分析值。
具体的,本步骤中所述将三个池化分数相融合得到图像质量分析值的步骤包括:利用如下所述图像质量分析值如下公式计算得到图像质量分析值:
Figure PCTCN2019088478-appb-000003
其中,p为图像质量分析值,α>0且β>0,α和β为调整影系数;p t,p s,p h分别为所述纹理分量、结构分量和高频分量的加权平均值。
当分别从源参考图像和超分辨率图像中分解出纹理分量、结构分量和高频分量后,对三个分量进行池化处理,再将池化分数相融合得到超分辨率图像的质量 分析值。
上述步骤S2中包括分别将源参考图像和超分辨率图片分解成纹理分量和结构分量,并分别从源参考图像和超分辨率图片中提取出高频分量,分别对各个分量进行图像质量比较。
具体的,分解出所述源参考图像和超分辨图像纹理分量的步骤包括:
分别计算超分辨率图像和源参考图像中每个像素的统计特征向量,将计算出的统计特征向量分别与各自的2范数相比,将相比之后,计算得到的比值做内积,得到内积值;
将超分辨率图像和源参考图像的纹理分量分成多个图像块,计算超分辨率图像和源参考图像两个图像中相同大小图像块的方差值,并获取两个方差值中的最大值;
将所述内积值、所述方差值中的最大值和预设第一调整因子相结合计算纹理分量。
上述分解出图像纹理分量的方法可以通过如下实施例实现
纹理分量使用统计特征,比如使用SIFT直方图统计特征来描述纹理特征。给定源参考图像r和与其相同内容和相同像素个数的超分辨率图像u,设纹理分量表示为Mt,对图像u和r中的第i个像素有:
Figure PCTCN2019088478-appb-000004
其中||·|| 2代表2范数,<·,·>代表内积运算,f r(i)和f u(i)分别是超分辨率图像r和源参考图像u在第i个像素上的统计特征向量,K t是适应性变量由公式(2)得到:
Figure PCTCN2019088478-appb-000005
其中t r(i)和t u(i)分别是超分辨率图像r和源参考图像u的纹理分量中以第i个像素为中心的图像块,这两个图像块是相同大小。C t是一个正常量用来调整K t的范围。var(·)用来表示计算其参数的方差,max(·,·)表示返回其参数的最大值。通过公式(1)和(2)可以计算得到纹理分量M t,容易证明M t的范围是0到1。
此外,所述分别计算超分辨率图像和源参考图像中每个像素的统计特征向量 步骤包括:使用方向梯度直方图算法、尺度不变特征匹配算法或者局部二值模式算法获取超分辨率图像和源参考图像中每个像素的统计特征向量。
本发明所述方法中计算统计特征来计算纹理分量,实际计算统计特征的方法还可以是HOG算法,HOG算法可以提取3780维的向量,作为计算纹理分量中的统计特征向量。SIFT算法,SIFT算法可以提取128维的向量,作为计算纹理分量中的统计特征向量。LBP算法,使用LBP特征谱的统计直方图作为统计特征向量。还有基于直方图的统计特征等。可以想到的是,所述的HOG算法,SIFT算法,LBP算法,基于直方图统计等方法提取的统计特征向量任意组合,组合向量也可以作为计算纹理分量中的统计特征向量。
进一步的,分解出所述源参考图像和超分辨图像结构分量的步骤包括:
将超分辨率图像和源参考图像分成多个图像块;
计算每个图像块的主方向和所述主方向的内积并取绝对值,得到内积值;
计算超分辨率图像和源参考图像在结构分量中每个像素的归一化的梯度幅度;
将所述内积值、所述梯度幅度值和预设第二调整因子相结合,得到所述结构分量。
具体的,本实施例中以结构分量使用梯度特征进行的分解,其详细内容如下:
设结构分量表示为M s,计算图像结构分量中主方向梯度,需要先计算图像中每个图像块的主方向,图像块的主方向由半正定矩阵J得到:
Figure PCTCN2019088478-appb-000006
其中,i是图像块的中心像素,g x和g y分别是该图像块中横轴和纵轴的梯度向量。J有两个特征值和两个特征向量,较小的特征值对应的特征向量即是该图像块梯度主方向。
Figure PCTCN2019088478-appb-000007
其中|·|代表返回绝对值。n r(i)和n u(i)是归一化的特征向量,它们分别是超分辨率图像r和源参考图像u在结构分量中的第i个像素的主方向。同样M s的范围也是0到1,公式(4)中K s定义如下:
Figure PCTCN2019088478-appb-000008
其中,g mr(i)和g mu(i)分别表示超分辨率图像r和源参考图像u在结构分量中的第i个像素的归一化的梯度幅度。C s是一个正常量用来调整K s的范围。
上述步骤中计算图像块的主方向梯度来计算结构分量,实际计算结构分量还可以通过相对总变差方法从纹理分量中提取得到,使用可迭代的滚动指导滤波器也可以获得结构分量。实际在计算结构分量中主方向梯度的时候,还可以使用canny算子,sobel算子等,并且所述的图像块的大小可以是可变的。
进一步的,分别将所述源参考图像和超分辨图像分解成高频分量的步骤包括:
计算源参考图像和超分辨图像的高频能量向量做内积,将内积的值与所述高频能量向量的2范数之比作为高频分量。
进一步的,将所述源参考图像和超分辨图像分解成高频分量的步骤包括:
计算源参考图像和超分辨图像的高频能量向量,将所述高频能量向量与所述高频能量向量的2范数之积作为高频分量。
下面,以高频分量使用不同频段的特征为实施例,对其分解方法做进一步的解析。
设高频分量表示为M h,高频分量由公式(7)获得。计算高频分量之前要先比较超分辨率图像r和源参考图像u的高频能量,高频能量计算由公式(6)得到。
Figure PCTCN2019088478-appb-000009
其中j是位置索引,N(i)是像素i的相邻像素,N N是相邻像素的数目,s是结构分量。s σ是s通过一个方差为σ的高斯卷积核卷积得到,s σ代表了s的低频部分。
Figure PCTCN2019088478-appb-000010
其中,h r和h u分别是超分辨率图像r和源参考图像u由公式(6)计算得到的高频能量。C h是一个正常量,用以避免分母过小造成的不稳定性。
上述方法中使用高斯卷积核来计算高频分量,实际计算高频分量还可以使用 不同频段特征的方法。如下高频能量计算公式:
Figure PCTCN2019088478-appb-000011
其中h(i)表示第i个像素的高频能量,它是一个向量,k可取(2,3,4...),不同的高斯卷积核卷积相减得到不同频段的频率分量,其组合而成的向量作为高频能量h。
高频能量h是一个向量,则计算高频分量的公式如下:
Figure PCTCN2019088478-appb-000012
其中2倍的超分辨率图像和源参考图像的高频能量向量做内积,与各自的高频能量向量的2范数之比作为超分辨率图像质量分析的高频分量,C h是一个正常数,用来避免分母过小产生的不稳定性。实际上高频能量向量还可以取各自的范数后再相乘作为高频能量的特征,可以取其他任意范数情况。
通过上述公式(1)至(7),分解出源参考图像和超分辨率图像的纹理分量、结构分量和高频分量。下面对分解出的三个分量对进行处理。
所述对分解出的所述纹理分量、结构分量和高频分量分别进行池化,得到与三个分量相对应的三个池化分数的步骤还包括:
对所述纹理分量、结构分量和高频分量进行加权平均。
具体的,对三个分量进行处理的步骤包括:
需要将这三个分量分别进行池化,池化后得到的分数最终融合得到对超分辨率图像r和源参考图像u的分析分数。
池化纹理分量、结构分量和高频分量需要加权平均,加权平均公式如下:
Figure PCTCN2019088478-appb-000013
其中,N是图像像素的数目,q∈{t,s,h}分别表示纹理分量、结构分量和高频分量的索引,p q代表三个分量的池化分数,w q是每个分量里每个像素的权重,w q由公式(9)至(11)计算后的结果得到。
Figure PCTCN2019088478-appb-000014
Figure PCTCN2019088478-appb-000015
Figure PCTCN2019088478-appb-000016
其中,t r(i)和t u(i)与公式(2)相同计算,g mr(i)和g mu(i)与公式(5)相同计算,h r(i)和h u(i)与公式(6)相同计算。公式(9)至(11)中分母的设置是为了归一化。
最后融合三个分量池化后的分数得到p,p由公式(10)计算得到:
Figure PCTCN2019088478-appb-000017
其中,α>0且β>0,α和β是为了调整不同分量在融合过程中的影响程度。p t,p s,p h分别由公式(8)计算得到。通过比较结构分量和纹理分量的平均强度可以获得β的值,如公式(13):
Figure PCTCN2019088478-appb-000018
其中,s和t分别是图像结构分量和纹理分量的强度。mean(·)为求均值函数,log(·)为取对数函数。β的值大于1,在获得β时使用了Weber-Fechner法则,也可以使用穷举法获得β。
至此,我们已经得到了超分辨图像u相对于源参考图像r的图像质量分析的分数p。
具体的,在上述方法的基础上,对上述方法还可以有一下改进或者替换方法:
本发明在使用结构纹理分解时,使用了TV-L 1模型优化公式:
Figure PCTCN2019088478-appb-000019
其中λ是拉格朗日乘子系数,u是纹理分量,BV是巴拿赫空间,Ω是图片的一个区域,f是一张图片。实际上还可以使用Meyer,Vese-Osher等其他优化模型。
本发明中计算适应性变量K t是实际上还可以是如下三种公式:
Figure PCTCN2019088478-appb-000020
其中,mean(.)表示求均值函数。
Figure PCTCN2019088478-appb-000021
其中,|.|表示取绝对值。
Figure PCTCN2019088478-appb-000022
其中,||.||表示取2范数。实际上还可以是其他范数情况。
本发明中计算β的公式实际上还可以是如下两种公式:
Figure PCTCN2019088478-appb-000023
其中var(.)代表求方差函数。
Figure PCTCN2019088478-appb-000024
其中sum(.)代表求和函数。计算β实际上还可以是求和函数和求方差函数的结合。较佳的,β使用穷举法计算的值为3.9709。
本发明使用结构纹理分解方法,实现了在超分辨率图片上进行图像视觉质量分析。对将源参考图像恢复到超分辨率图像后的质量分析提供了更加客观的分析方法,避免了主观上评价超分辨率图像质量的盲目性。为监控领域、卫星图像以及医学影像中对低分辨图像进行重建后得到的超分辨率图像质量进行分析提供了重要的应用价值。由于超分辨率重建技术在一定条件下,可以克服图像***内在分辨率的限制,提高被处理图像的分辨率,因而在视频、遥感、医学和安全监控等领域具都有十分重要的应用。
本发明提供的第二实施例为一种超分辨率图像的质量分析***,如图2所示,包括:
图像信息获取模块310,用于获取源参考图像和获取与所述源参考图像的内容和像素个数均相同的超分辨率图像;其功能如步骤S1所述。
图像分量分解模块320,用于分别分解出所述源参考图像和超分辨率图像的纹理分量,结构分量和高频分量;其功能如步骤S2所述。
池化处理模块330,用于对分解出的所述纹理分量、结构分量和高频分量分别进行池化,得到与三个分量相对应的三个池化分数;其功能如步骤S3所述。
分值融合模块340,用于将三个池化分数相融合得到图像质量分析值。其功能如步骤S4所述。
本发明所公开的方法及***中不同方式获得纹理分量、结构分量、高频分量可任意组合。
本发明提供了一种超分辨率图像的图像质量分析方法及***,通过获取源参考图像和获取与所述源参考图像内容和像素个数均相同的超分辨率图像;分别分解出所述源参考图像和超分辨率图像的纹理分量,结构分量和高频分量;对分解出的所述纹理分量、结构分量和高频分量分别进行池化,得到与三个分量相对应的三个池化分数;将三个池化分数相融合得到图像质量分析值。在超分辨率图像上的测试,本发明比现有的图像质量分析方法更贴近人类视觉评判机制,且客观实验数据优胜于现有的图像质量分析方法。本发明可以应用于其他上采样图像以及现有的许多图像数据库。
可以理解的是,对本领域普通技术人员来说,可以根据本发明的技术方案及其发明构思加以等同替换或改变,而所有这些改变或替换都应属于本发明所附的权利要求的保护范围。

Claims (10)

  1. 一种超分辨率图像的质量分析方法,其特征在于,包括:
    获取源参考图像和获取与所述源参考图像内容和像素个数均相同的超分辨率图像;
    分别分解出所述源参考图像和超分辨率图像的纹理分量,结构分量和高频分量;
    对分解出的所述纹理分量、结构分量和高频分量分别进行池化,得到与三个分量相对应的三个池化分数;
    将三个池化分数相融合得到图像质量分析值。
  2. 根据权利要求1所述的超分辨率图像的质量分析方法,其特征在于,分解出所述源参考图像和超分辨图像纹理分量的步骤包括:
    分别计算超分辨率图像和源参考图像中每个像素的统计特征向量,将计算出的统计特征向量分别与各自的2范数相比,将相比之后,计算得到的比值做内积,得到内积值;
    将超分辨率图像和源参考图像的纹理分量分成多个图像块,计算超分辨率图像和源参考图像两个图像中相同大小图像块的方差值,并获取两个方差值中的最大值;
    将所述内积值、所述方差值中的最大值和预设第一调整因子相结合计算纹理分量。
  3. 根据权利要求2所述的超分辨率图像的质量分析方法,其特征在于,所述分别计算超分辨率图像和源参考图像中每个像素的统计特征向量步骤包括:
    使用方向梯度直方图算法、尺度不变特征匹配算法或者局部二值模式算法获取超分辨率图像和源参考图像中每个像素的统计特征向量。
  4. 根据权利要求1所述的超分辨率图像的质量分析方法,其特征在于,分解出所述源参考图像和超分辨图像结构分量的步骤包括:
    将超分辨率图像和源参考图像分成多个图像块;
    计算每个图像块的主方向和所述主方向的内积并取绝对值,得到内积值;
    计算超分辨率图像和源参考图像在结构分量中每个像素的归一化的梯度幅度;
    将所述内积值、所述梯度幅度值和预设第二调整因子相结合,得到所述结构 分量。
  5. 根据权利要求1所述的超分辨率图像的质量分析方法,其特征在于,将所述源参考图像和超分辨图像分解成高频分量的步骤包括:
    计算源参考图像和超分辨图像的高频能量向量做内积,将内积的值与所述高频能量向量的2范数之比作为高频分量。
  6. 根据权利要求1所述的超分辨率图像的质量分析方法,其特征在于,将所述源参考图像和超分辨图像分解成高频分量的步骤包括:
    计算源参考图像和超分辨图像的高频能量向量,将所述高频能量向量与所述高频能量向量的2范数之积作为高频分量。
  7. 根据权利要求5或6所述的超分辨率图像的质量分析方法,其特征在于,所述高频能量的计算公式为:
    Figure PCTCN2019088478-appb-100001
    其中,j是像素的位置索引,N(i)是像素i的相邻像素,N N是相邻像素的数目,s是结构分量,s σ是s通过一个方差为σ的高斯卷积核卷积得到,s σ代表了s的低频部分。
  8. 根据权利要求1所述的超分辨率图像的质量分析方法,其特征在于,所述对分解出的所述纹理分量、结构分量和高频分量分别进行池化,得到与三个分量相对应的三个池化分数的步骤还包括:
    对所述纹理分量、结构分量和高频分量进行加权平均。
  9. 根据权利要求8所述的超分辨率图像的质量分析方法,其特征在于,
    所述将三个池化分数相融合得到图像质量分析值的步骤包括:
    所述图像质量分析值如下公式计算得到:
    Figure PCTCN2019088478-appb-100002
    其中,p为图像质量分析值,α>0且β>0,α和β为调整系数;p t,p s,p h分别为所述纹理分量、结构分量和高频分量的加权平均值。
  10. 一种超分辨率图像的质量分析***,其特征在于,包括:
    图像信息获取模块,用于获取源参考图像和获取与所述源参考图像的内容和像素个数均相同的超分辨率图像;
    图像分量分解模块,用于分别分解出所述源参考图像和超分辨率图像的纹理分量,结构分量和高频分量;
    池化处理模块,用于对分解出的所述纹理分量、结构分量和高频分量分别进行池化,得到与三个分量相对应的三个池化分数;
    分值融合模块,用于将三个池化分数相融合得到图像质量分析值。
PCT/CN2019/088478 2018-09-28 2019-05-27 一种超分辨率图像的图像质量分析方法及*** WO2020062901A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201811140284.9 2018-09-28
CN201811140284.9A CN109410177B (zh) 2018-09-28 2018-09-28 一种超分辨率图像的图像质量分析方法及***

Publications (1)

Publication Number Publication Date
WO2020062901A1 true WO2020062901A1 (zh) 2020-04-02

Family

ID=65466480

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/088478 WO2020062901A1 (zh) 2018-09-28 2019-05-27 一种超分辨率图像的图像质量分析方法及***

Country Status (2)

Country Link
CN (1) CN109410177B (zh)
WO (1) WO2020062901A1 (zh)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111598779A (zh) * 2020-05-14 2020-08-28 Oppo广东移动通信有限公司 图像超分辨率处理方法和装置、电子设备及存储介质
CN113705632A (zh) * 2021-08-11 2021-11-26 扬州大学 一种直肠癌mri图像分类方法、装置、电子设备和存储介质
CN114119593A (zh) * 2021-12-03 2022-03-01 深圳大学 基于浅层与深度结构纹理特征的超分图像质量评价方法
CN116740777A (zh) * 2022-09-28 2023-09-12 荣耀终端有限公司 人脸质量检测模型的训练方法及其相关设备
CN118115495A (zh) * 2024-04-23 2024-05-31 武汉大学 一种结合排序学习的超分辨率图像质量评价方法及***

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109410177B (zh) * 2018-09-28 2022-04-01 深圳大学 一种超分辨率图像的图像质量分析方法及***
CN110555823B (zh) * 2019-04-11 2023-04-07 江南大学 一种基于tvl结构纹理分解的图像融合质量评价方法
CN110211193B (zh) * 2019-05-17 2020-08-04 山东财经大学 三维ct层间图像插值修复与超分辨处理方法及装置
CN110415242B (zh) * 2019-08-02 2020-05-19 中国人民解放军军事科学院国防科技创新研究院 一种基于参考图像的超分辨倍率评价方法
CN113298764B (zh) * 2021-05-11 2022-06-14 合肥富煌君达高科信息技术有限公司 基于图像噪声分析的高速相机成像质量分析方法
CN113436077A (zh) * 2021-07-28 2021-09-24 山东大学 边缘保持的高光谱图像超分辨率重建方法及***
WO2023050422A1 (en) * 2021-09-30 2023-04-06 Peking University Systems and methods for image processing
CN116091747B (zh) * 2023-04-10 2023-06-16 山东省地质矿产勘查开发局第五地质大队(山东省第五地质矿产勘查院) 一种测绘成果的验证方法及***

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104021523A (zh) * 2014-04-30 2014-09-03 浙江师范大学 一种基于边缘分类的图像超分辨率放大的新方法
CN106709945A (zh) * 2017-01-09 2017-05-24 方玉明 一种对于超分辨率图像的质量评价方法
CN109410177A (zh) * 2018-09-28 2019-03-01 深圳大学 一种超分辨率图像的图像质量分析方法及***

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011250013A (ja) * 2010-05-25 2011-12-08 Nippon Telegr & Teleph Corp <Ntt> 画質評価方法、画質評価装置、及びプログラム
CN102436655B (zh) * 2011-09-02 2014-01-15 清华大学 一种基于svd的超分辨率重建图像质量评价方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104021523A (zh) * 2014-04-30 2014-09-03 浙江师范大学 一种基于边缘分类的图像超分辨率放大的新方法
CN106709945A (zh) * 2017-01-09 2017-05-24 方玉明 一种对于超分辨率图像的质量评价方法
CN109410177A (zh) * 2018-09-28 2019-03-01 深圳大学 一种超分辨率图像的图像质量分析方法及***

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
SU, HENG ET AL.: "Survey of Super-resolution Image Reconstruction Methods", ACTA AUTOMATICA SINICA, vol. 39, no. 8, 31 August 2013 (2013-08-31), pages 1202 - 1213, XP055698880, ISSN: 0254-4156 *
ZHOU WANG: "Image Quality Assessment: From Error Visibility to Structural Similarity", IEEE TRANSACTIONS ON IMAGE PROCESSING, vol. 13, no. 4, 30 April 2004 (2004-04-30), pages 600 - 612, XP011110418, DOI: 10.1109/TIP.2003.819861 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111598779A (zh) * 2020-05-14 2020-08-28 Oppo广东移动通信有限公司 图像超分辨率处理方法和装置、电子设备及存储介质
CN111598779B (zh) * 2020-05-14 2023-07-14 Oppo广东移动通信有限公司 图像超分辨率处理方法和装置、电子设备及存储介质
CN113705632A (zh) * 2021-08-11 2021-11-26 扬州大学 一种直肠癌mri图像分类方法、装置、电子设备和存储介质
CN114119593A (zh) * 2021-12-03 2022-03-01 深圳大学 基于浅层与深度结构纹理特征的超分图像质量评价方法
CN114119593B (zh) * 2021-12-03 2024-04-02 深圳大学 基于浅层与深度结构纹理特征的超分图像质量评价方法
CN116740777A (zh) * 2022-09-28 2023-09-12 荣耀终端有限公司 人脸质量检测模型的训练方法及其相关设备
CN118115495A (zh) * 2024-04-23 2024-05-31 武汉大学 一种结合排序学习的超分辨率图像质量评价方法及***

Also Published As

Publication number Publication date
CN109410177B (zh) 2022-04-01
CN109410177A (zh) 2019-03-01

Similar Documents

Publication Publication Date Title
WO2020062901A1 (zh) 一种超分辨率图像的图像质量分析方法及***
Madhusudana et al. Subjective and objective quality assessment of stitched images for virtual reality
Jiang et al. Single image super-resolution quality assessment: a real-world dataset, subjective studies, and an objective metric
Yang Multimodal medical image fusion through a new DWT based technique
Ding et al. Image quality assessment using directional anisotropy structure measurement
CN108389189B (zh) 基于字典学习的立体图像质量评价方法
CN112184672A (zh) 一种无参考图像质量评价方法及***
CN112001904A (zh) 一种遥感图像质量清晰度综合评价模块及评价方法
Moorthy et al. Visual perception and quality assessment
Nizami et al. Natural scene statistics model independent no-reference image quality assessment using patch based discrete cosine transform
Rajevenceltha et al. A novel approach for image focus measure
Wang et al. Quality assessment for color correction-based stitched images via bi-directional matching
Kim et al. A multidimensional histogram equalization by fitting an isotropic Gaussian mixture to a uniform distribution
CN108682005B (zh) 基于协方差矩阵特征的半参考3d合成图像质量评价方法
CN108460756A (zh) 基于统计特征的无参考红外图像质量评价方法
Petrovic Multilevel image fusion
Lu et al. A no-reference image quality assessment approach based on steerable pyramid decomposition using natural scene statistics
Storozhilova et al. Two approaches for noise filtering in 3D medical CT-images
Shao et al. Infrared and visible image fusion based on spatial convolution sparse representation
NA et al. Detection of camouflaged people
Aishwarya et al. Contrast Enhanced Multi-Modal Image Fusion using Top hat transform and Sparse Dictionary
EP2884427B1 (en) Method and system for describing an image
Ben Amor et al. Improved performance of quality metrics using saliency map and CSF filter for standard coding H264/AVC
CN105976361B (zh) 基于多级字典集的无参考图像质量评价方法
Maleki et al. Spatial quality assessment of pansharpened images based on gray level co-occurrence matrix

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: 19864152

Country of ref document: EP

Kind code of ref document: A1

DPE2 Request for preliminary examination filed before expiration of 19th month from priority date (pct application filed from 20040101)
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 08.07.2021)

122 Ep: pct application non-entry in european phase

Ref document number: 19864152

Country of ref document: EP

Kind code of ref document: A1