CN101459850B - Image compression quality prediction method and system - Google Patents

Image compression quality prediction method and system Download PDF

Info

Publication number
CN101459850B
CN101459850B CN 200910076547 CN200910076547A CN101459850B CN 101459850 B CN101459850 B CN 101459850B CN 200910076547 CN200910076547 CN 200910076547 CN 200910076547 A CN200910076547 A CN 200910076547A CN 101459850 B CN101459850 B CN 101459850B
Authority
CN
China
Prior art keywords
pixel
picture content
sigma
function
iame
Prior art date
Legal status (The legal status 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 status listed.)
Expired - Fee Related
Application number
CN 200910076547
Other languages
Chinese (zh)
Other versions
CN101459850A (en
Inventor
李玲
王贞松
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Baxing Culture & Technology Co ltd
Original Assignee
Institute of Computing Technology of CAS
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 Institute of Computing Technology of CAS filed Critical Institute of Computing Technology of CAS
Priority to CN 200910076547 priority Critical patent/CN101459850B/en
Publication of CN101459850A publication Critical patent/CN101459850A/en
Application granted granted Critical
Publication of CN101459850B publication Critical patent/CN101459850B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

The invention discloses a method and a system for predicting the image compressing quality wherein the method for predicting the image compressing quality comprises the following steps: selecting an image component X which needs calculating from an image, obtaining the characteristic quantity IAMx of the image component through calculating a first-step activeness quantity IAMD and a second-step activeness quantity IAME, calculating the signal-to-noise rate PSNR of the peak value according to the compressing rate CR and the IAMx, and predicting the image compressing quality. The method can predict the compressing quality of any component of the rebuilt images and is suitable for any coding standard or coder.

Description

A kind of image compression quality prediction method and system
Technical field
The present invention relates to image/video coding techniques field, mainly is relevant image/video compress technique, particularly relates to a kind of image compression quality prediction method and system.
Background technology
In order to support interoperability and compatibility, formulated a series of video/image coding standard in the world, like JPEG, JPEG2000, MPEG1/2/4, H.261/3/4, AVS, HD Photo etc.Though these standards have all adopted the processing method of conversion, quantification and entropy coding, there are differences on the performance.For example, H.264 more H.261 and MPEG2, coding efficiency improves more than 1 times; JPEG2000 improves more than 20% than JPEG coding efficiency.Estimate a kind of coding standard, perhaps one of important evidence of an encoder performance, be exactly image compression quality: image compression quality is high more, and image and original image that the compression back rebuilds are approaching more, and the compression efficiency of coding standard is also just high more.Therefore, image compression quality has important function in image/video coding techniques field.For example, commonly used Rate Control strategy in the compression algorithm is image to be carried out minimal distortion when satisfying target bit rate to handle (promptly maximizing image compression quality).The Rate Control strategy is normally selected perhaps bit stream coded to be blocked to quantization step based on code rate information and compressed image quality information.
In addition; Along with multimedia and development of internet technology and more and more widely in the application of aspects such as medical image, remote sensing images and digital image video transmission; For conserve storage and transmission bandwidth; The image/video compress technique becomes one of research focus, and wherein image compression quality receives much concern.
At present, generally adopt Y-PSNR (PSNR, Peak Signal Noise Ratio) to come the token image compression quality.In order to obtain the PSNR value, need earlier original image to be encoded, in the cataloged procedure original image is compressed; Image decompressor after will encoding then obtains doing comparison with original image behind the reconstructed image, just can calculate reconstructed image PSNR value.This process is not only consuming time, and needs a large amount of calculating, is unfavorable for real-time processing, can not satisfy the application need that before coding, obtains image compression quality.
Summary of the invention
The object of the present invention is to provide a kind of image compression quality prediction method and system; It is the relation of utilizing between image compression quality and compression ratio and the image feature amount; Through predictor formula, prediction obtains the compression quality of image before coding, to be implemented under the situation of not carrying out encoding; The compression quality of any component of prediction reconstructed image, and be applicable to any coding standard or encoder.
A kind of image compression quality prediction method for realizing that the object of the invention provides comprises the following steps:
Step 100. is selected calculative picture content X in the image, and through calculating single order activity amount IAMD and the second order activity amount IAME of said picture content X, obtains the characteristic quantity IAMx of said picture content;
Step 200 according to input compression ratio CR and said IAMx, is calculated Y-PSNR PSNR, the predicted picture compression quality.
Said step 100 comprises the following steps:
Step 110 is selected calculative picture content X in the said image;
Step 120 is calculated the single order activity amount IAMD of said picture content X;
Step 130 is calculated the second order activity amount IAME of said picture content X;
Step 140 according to single order activity amount IAMD and the second order activity amount IAME of said picture content X, is calculated the component characteristic quantity IAMx of said picture content X, and computing formula is:
IAM x=θ IAMD+ (1-θ) IAME, wherein θ is the ratio value of single order activity amount IAMD and second order activity amount IAME.
In the step 120, said single order activity amount IAMD is meant the weighted average of the absolute difference of each pixel among the said picture content X and 4 neighbors around it.
Said step 120 comprises the following steps:
The average absolute IAMD1 of the difference of the neighbor pixel of each pixel and its horizontal direction among the said picture content X of step 121. calculating, wherein:
IAMD 1 = 1 ( M - 1 ) × N Σ i = 1 M - 1 Σ j = 1 N | x ( i , j ) - x ( i + 1 , j ) | , (i is that component X is at (i, pixel value j) j) to x;
Step 122. is calculated the average absolute IAMD2 of the difference of the neighbor pixel of the perpendicular direction of each pixel among the said picture content X, wherein:
IAMD 2 = 1 M × ( N - 1 ) Σ i = 1 M Σ j = 1 N - 1 | x ( i , j ) - x ( i , j + 1 ) | ;
Step 123. is calculated the average absolute IAMD3 of the difference of each pixel neighbor pixel bottom-right with it among the said picture content X, wherein:
IAMD 3 = 1 ( M - 1 ) × ( N - 1 ) Σ i = 1 M - 1 Σ j = 1 N - 1 | x ( i , j ) - x ( i + 1 , j + 1 ) | ;
The average absolute IAMD4 of the difference of the neighbor pixel of each pixel and its lower left among the said picture content X of step 124. calculating, wherein:
IAMD 4 = 1 ( M - 1 ) × ( N - 1 ) Σ i = 2 M Σ j = 1 N - 1 | x ( i , j ) - x ( i - 1 , j + 1 ) | ;
Step 125. is calculated the weighted sum of said IAMD1, IAMD2, IAMD3 and IAMD4, obtains the single order activity amount IAMD of said picture content X, wherein:
IAMD=wd 1* IAMD1+wd 2* IAMD2+wd 3* IAMD3+wd 4* IAMD4, wd 1, wd 2, wd 3And wd 4Be weight coefficient.
In the step 125, said wd 1, wd 2, wd 3And wd 4Span between 0 to 1.
Said second order activity amount IAME is meant the weighted average of the absolute difference of each pixel among the said picture content X and 8 neighbors around it.
Said step 130 comprises the following steps:
Step 131. is calculated the average absolute IAME1 of the difference of the pixel of 1 pixel of each pixel and its horizontal direction interval among the said picture content X, wherein:
IAME 1 = 1 ( M - 2 ) × N Σ i = 2 M - 1 Σ j = 1 N | x ( i - 1 , j ) - x ( i + 1 , j ) | , (i is that component X is at (i, pixel value j) j) to x;
Step 132. is calculated the average absolute IAME2 of the difference of the pixel of 1 pixel in each pixel perpendicular direction interval among the said picture content X, wherein:
IAME 2 = 1 M × ( N - 2 ) Σ i = 1 M Σ j = 2 N - 1 | x ( i , j - 1 ) - x ( i , j + 1 ) | ;
Step 133. is calculated the average absolute IAME3 of the difference of the pixel of each pixel diagonal upper right with it among the said picture content X, wherein:
IAME 3 = 1 ( M - 2 ) × ( N - 1 ) Σ i = 1 M - 2 Σ j = 1 N - 1 | x ( i , j ) - x ( i + 2 , j + 1 ) | ;
Step 134. is calculated the average absolute IAME4 of the difference of the pixel of 1 pixel of each pixel and interval, its lower right among the said picture content X, wherein:
IAME 4 = 1 ( M - 2 ) × ( N - 2 ) Σ i = 1 M - 2 Σ j = 1 N - 2 | x ( i , j ) - x ( i + 2 , j + 2 ) | ;
The average absolute IAME5 of the difference of the pixel of each pixel and its diagonal direction among the said picture content X of step 135. calculating, wherein:
IAME 5 = 1 ( M - 1 ) × ( N - 2 ) Σ i = 1 M - 1 Σ j = 1 N - 2 | x ( i , j ) - x ( i + 1 , j + 2 ) | ;
Step 136. is calculated each pixel and its left average absolute IAME6 of the difference of the pixel of diagonal down among the said picture content X, wherein:
IAME 6 = + 1 ( M - 2 ) × ( N - 2 ) Σ i = 2 M Σ j = 1 N - 2 | x ( i , j ) - x ( i - 1 , j + 2 ) | ;
Step 137. is calculated the average absolute IAME7 of the difference of the pixel of 1 pixel of each pixel and interval, its lower left among the said picture content X, wherein:
IAME 7 = 1 ( M - 2 ) × ( N - 2 ) Σ i = 3 M Σ j = 3 N | x ( i , j ) - x ( i - 2 , j - 2 ) |
Step 138. is calculated the average absolute IAME8 of the difference of the pixel of each pixel diagonal upper left with it among the said picture content X, wherein:
IAME 8 = 1 ( M - 2 ) × ( N - 2 ) Σ i = 3 M Σ j = 2 N | x ( i , j ) - x ( i - 2 , j - 1 ) | ;
Step 139. is calculated the weighted sum of said IAME1, IAME2, IAME3, IAME4, IAME5, IAME6, IAME7 and IAME8, obtains the second order activity amount IAME of said picture content X, wherein:
IAME=we 1* IAME1+we 2* IAME2+we 3* IAME3+we 4* IAME4+we 5* IAME5+we 6* IAME6+we 7* IAME7+we 8* IAME8, we 1, we 2, we 3, we 4, we 5, we 6, we 7And we 8Be weight coefficient.
In the step 139, said we 1, we 2, we 3, we 4, we 5, we 6, we 7And we 8Span between 0 to 1.
In the step 140, the span of said θ is between 0 to 1.
Said step 200 comprises the following steps:
Step 210 is according to said input compression ratio CR, the value of computing function α;
Step 220 is according to said input compression ratio CR, the value of computing function β;
Step 230, according to the value of said function alpha and the value of function β, and said IAMx, utilize formula PSNR=α ln (IAM x)+β calculates said Y-PSNR PSNR, the predicted picture compression quality.
Said function alpha is calculated according to the input compression ratio CR, and function alpha is the piecewise function of said input compression ratio, and parameter value wherein depends on the coded system of image, and under the different coding mode, the parameter in the function alpha is different.
The form of said function alpha is: α ( CR ) = a 1 / ( CR + a 2 ) + a 3 , CR ≤ b a 4 × CR + a 5 , CR > b , Wherein b is the cut off value of input compression ratio CR in the function alpha, for greater than 1 real number.
Said function β calculates according to the input compression ratio CR, and function β is the piecewise function of said input compression ratio, and parameter value wherein depends on the coded system of image, and under the different coding mode, the parameter among the function β is different.
The form of said function β is: β ( CR ) = d 1 × CR + d 2 , CR ≤ c 1 d 3 × CR + d 4 , CR ∈ ( c 1 , c 2 ] d 5 × CR + d 6 , CR > c 2 , C wherein 1And c 2Be the cut off value of input compression ratio CR among the function β, for greater than 1 real number and satisfy 1<c 1<c 2
Be to realize the object of the invention, a kind of image compression quality prediction system also is provided, said system comprises: characteristic quantity acquisition module and image compression quality prediction module, wherein:
Said characteristic quantity acquisition module is used to obtain the characteristic quantity IAMx of the picture content X of original image;
Said image compression quality prediction module is used for the characteristic quantity IAMx according to input compression ratio CR and said component, calculates Y-PSNR PSNR, the predicted picture compression quality.
Said characteristic quantity acquisition module comprises:
Picture content is selected module, is used for selecting the calculative picture content X of original image;
Single order activity amount computing module is used to calculate the single order activity amount IAMD of said picture content X;
Second order activity amount computing module is used to calculate the second order activity amount IAME of said picture content X;
The characteristic quantity computing module is used for single order activity amount IAMD and second order activity amount IAME according to said picture content X, calculates the component characteristic quantity IAMx of said picture content X.
Said image compression quality prediction module comprises:
The function alpha computing module is used for the value according to input compression ratio CR computing function α;
Function β computing module is used for the value according to input compression ratio CR computing function β;
The Y-PSNR computing module is used for according to the value of said function alpha and the value of function β, and said IAMx, utilizes formula PSNR=α ln (IAM x)+β calculates said Y-PSNR PSNR, the predicted picture compression quality.
The invention has the beneficial effects as follows: the compression quality of any component under given compression ratio that can before coding, calculate given image; And need behind coding, not obtain compression quality, the relative image compression of amount of calculation, decompression, reconstructed image quality are calculated simple.Be applicable to any coding standard or encoder.
Description of drawings
Fig. 1 is the flow chart of a kind of image compression quality prediction method of the present invention;
Fig. 2 is the flow chart of the characteristic quantity IAMx of computed image component among the present invention;
Fig. 3 a and Fig. 3 b are respectively the pixel relationship figure of single order activity amount IAMD and second order activity amount IAME among the present invention;
Fig. 4 is the flow chart of the single order activity amount IAMD of computed image component X among the present invention;
Fig. 5 is the flow chart of the second order activity amount IAME of computed image component X among the present invention;
Fig. 6 is an enforcement illustration of test pattern among the present invention;
Fig. 7 is the predicted picture compression quality of test pattern among the present invention and the relativity figure of real image compression quality;
Fig. 8 is the flow chart of the method for evaluate image compression quality among the present invention;
Fig. 9 is the structural representation of a kind of image compression quality prediction of the present invention system.
Embodiment
In order to make the object of the invention, technical scheme and advantage clearer,, a kind of image compression quality prediction method of the present invention and system are further elaborated below in conjunction with accompanying drawing and embodiment.Should be appreciated that specific embodiment described herein only in order to explanation the present invention, and be not used in qualification the present invention.
A kind of image compression quality prediction method of the present invention and system are a kind of under the situation of not encoding, the application that image compression quality is predicted.It is the component characteristic quantity and input compression ratio, computed image compression quality that utilizes original image.Be applicable to any coding standard or encoder.
Introduce a kind of image compression quality prediction method of the present invention in detail below in conjunction with above-mentioned target, Fig. 1 is the flow chart of a kind of image compression quality prediction method of the present invention, and is as shown in Figure 1, and said method comprises the following steps:
Step 100. is selected calculative picture content X in the original image, and through calculating single order activity amount IAMD and the second order activity amount IAME of said picture content X, obtains the characteristic quantity IAMx of said picture content;
Fig. 2 is the flow chart of the characteristic quantity IAMx of computed image component among the present invention, and Fig. 3 a and Fig. 3 b are respectively the pixel relationship figure of single order activity amount IAMD and second order activity amount IAME among the present invention; Shown in Fig. 2, Fig. 3 a and Fig. 3 b, said step 100 comprises the following steps:
Step 110 is selected calculative picture content X in the original image;
But,, select gray value for gray-scale map as a kind of execution mode; For the RGB image, can select any in R component, G component or the B component; For the YUV image, can select any in Y, U, the V component.Though the system of selection of other many component types image is not here enumerated, it is still within this patent interest field.
Step 120 is calculated the single order activity amount IAMD of said picture content X;
Said single order activity amount IAMD is the weighted average of the absolute difference of 4 neighbors around each pixel and its among the said picture content X, and computational methods are following:
IAMD = wd 1 ( M - 1 ) × N Σ i = 1 M - 1 Σ j = 1 N | x ( i , j ) - x ( i + 1 , j ) | + wd 2 M × ( N - 1 ) Σ i = 1 M Σ j = 1 N - 1 | x ( i , j ) - x ( i , j + 1 ) |
+ wd 3 ( M - 1 ) × ( N - 1 ) Σ i = 1 M - 1 Σ j = 1 N - 1 | x ( i , j ) - x ( i + 1 , j + 1 ) | + wd 4 ( M - 1 ) × ( N - 1 ) Σ i = 2 M Σ j = 1 N - 1 | x ( i , j ) - x ( i - 1 , j + 1 ) |
Wherein, M and N are the height and the width of original image; (i is that picture content X is at (i, pixel value j) j) to x; Wd 1, wd 2, wd 3And wd 4Be weight coefficient, its span is between 0 to 1.
Fig. 4 is the flow chart of the single order activity amount IAMD of computed image component X among the present invention, and like Fig. 3, shown in Figure 4, said step 120 comprises the following steps:
The average absolute IAMD1 of the difference of the neighbor pixel of each pixel and its horizontal direction among the said picture content X of step 121. calculating, wherein:
IAMD 1 = 1 ( M - 1 ) × N Σ i = 1 M - 1 Σ j = 1 N | x ( i , j ) - x ( i + 1 , j ) | ;
Step 122. is calculated the average absolute IAMD2 of the difference of the neighbor pixel of the perpendicular direction of each pixel among the said picture content X, wherein:
IAMD 2 = 1 M × ( N - 1 ) Σ i = 1 M Σ j = 1 N - 1 | x ( i , j ) - x ( i , j + 1 ) | ;
Step 123. is calculated the average absolute IAMD3 of the difference of each pixel neighbor pixel bottom-right with it among the said picture content X, wherein:
IAMD 3 = 1 ( M - 1 ) × ( N - 1 ) Σ i = 1 M - 1 Σ j = 1 N - 1 | x ( i , j ) - x ( i + 1 , j + 1 ) | ;
The average absolute IAMD4 of the difference of the neighbor pixel of each pixel and its lower left among the said picture content X of step 124. calculating, wherein:
IAMD 4 = 1 ( M - 1 ) × ( N - 1 ) Σ i = 2 M Σ j = 1 N - 1 | x ( i , j ) - x ( i - 1 , j + 1 ) | ;
Step 125. is calculated the weighted sum of said IAMD1, IAMD2, IAMD3 and IAMD4, obtains the single order activity amount IAMD of said picture content X, wherein:
IAMD=wd 1×IAMD1+wd 2×IAMD2+wd 3×IAMD3+wd 4×IAMD4。
Step 130 is calculated the second order activity amount IAME of said picture content X;
Said second order activity amount IAME is the weighted average of the absolute difference of 8 neighbors around each pixel and its among the said picture content X, and computational methods are following:
IAME = we 1 ( M - 2 ) × N Σ i = 2 M - 1 Σ j = 1 N | x ( i - 1 , j ) - x ( i + 1 , j ) | + we 2 M × ( N - 2 ) Σ i = 1 M Σ j = 2 N - 1 | x ( i , j - 1 ) - x ( i , j + 1 ) |
+ we 3 ( M - 2 ) × ( N - 1 ) Σ i = 1 M - 2 Σ j = 1 N - 1 | x ( i , j ) - x ( i + 2 , j + 1 ) | + we 4 ( M - 2 ) × ( N - 2 ) Σ i = 1 M - 2 Σ j = 1 N - 2 | x ( i , j ) - x ( i + 2 , j + 2 ) |
+ we 5 ( M - 1 ) × ( N - 2 ) Σ i = 1 M - 1 Σ j = 1 N - 2 | x ( i , j ) - x ( i + 1 , j + 2 ) | + we 6 ( M - 2 ) × ( N - 2 ) Σ i = 2 M Σ j = 1 N - 2 | x ( i , j ) - x ( i - 1 , j + 2 ) |
+ we 7 ( M - 2 ) × ( N - 2 ) Σ i = 3 M Σ j = 3 N | x ( i , j ) - x ( i - 2 , j - 2 ) | + we 8 ( M - 2 ) × ( N - 2 ) Σ i = 3 M Σ j = 2 N | x ( i , j ) - x ( i - 2 , j - 1 ) |
Wherein, M and N are the height and the width of original image; (i is that picture content X is at (i, pixel value j) j) to x; We 1, we 2, we 3, we 4, we 5, we 6, we 7And we 8Be weight coefficient, its span is between 0 to 1.
Fig. 5 is the flow chart of the second order activity amount IAME of computed image component X among the present invention, like Fig. 3, shown in Figure 5, calculates the second order activity amount IAME of said picture content X, comprises the following steps:
Step 131. is calculated the average absolute IAME1 of the difference of the pixel of 1 pixel of each pixel and its horizontal direction interval among the said picture content X, wherein:
IAME 1 = 1 ( M - 2 ) × N Σ i = 2 M - 1 Σ j = 1 N | x ( i - 1 , j ) - x ( i + 1 , j ) | ;
Step 132. is calculated the average absolute IAME2 of the difference of the pixel of 1 pixel in each pixel perpendicular direction interval among the said picture content X, wherein:
IAME 2 = 1 M × ( N - 2 ) Σ i = 1 M Σ j = 2 N - 1 | x ( i , j - 1 ) - x ( i , j + 1 ) | ;
Step 133. is calculated the average absolute IAME3 of the difference of the pixel of each pixel diagonal upper right with it among the said picture content X, wherein:
IAME 3 = 1 ( M - 2 ) × ( N - 1 ) Σ i = 1 M - 2 Σ j = 1 N - 1 | x ( i , j ) - x ( i + 2 , j + 1 ) | ;
Step 134. is calculated the average absolute IAME4 of the difference of the pixel of 1 pixel of each pixel and interval, its lower right among the said picture content X, wherein:
IAME 4 = 1 ( M - 2 ) × ( N - 2 ) Σ i = 1 M - 2 Σ j = 1 N - 2 | x ( i , j ) - x ( i + 2 , j + 2 ) | ;
The average absolute IAME5 of the difference of the pixel of each pixel and its diagonal direction among the said picture content X of step 135. calculating, wherein:
IAME 5 = 1 ( M - 1 ) × ( N - 2 ) Σ i = 1 M - 1 Σ j = 1 N - 2 | x ( i , j ) - x ( i + 1 , j + 2 ) | ;
Step 136. is calculated each pixel and its left average absolute IAME6 of the difference of the pixel of diagonal down among the said picture content X, wherein:
IAME 6 = + 1 ( M - 2 ) × ( N - 2 ) Σ i = 2 M Σ j = 1 N - 2 | x ( i , j ) - x ( i - 1 , j + 2 ) | ;
Step 137. is calculated the average absolute IAME7 of the difference of the pixel of 1 pixel of each pixel and interval, its lower left among the said picture content X, wherein:
IAME 7 = 1 ( M - 2 ) × ( N - 2 ) Σ i = 3 M Σ j = 3 N | x ( i , j ) - x ( i - 2 , j - 2 ) |
Step 138. is calculated the average absolute IAME8 of the difference of the pixel of each pixel diagonal upper left with it among the said picture content X, wherein:
IAME 8 = 1 ( M - 2 ) × ( N - 2 ) Σ i = 3 M Σ j = 2 N | x ( i , j ) - x ( i - 2 , j - 1 ) | ;
Step 139. is calculated the weighted sum of said IAME1, IAME2, IAME3, IAME4, IAME5, IAME6, IAME7 and IAME8, obtains the second order activity amount IAME of said picture content X, wherein:
IAME=we 1×IAME1+we 2×IAME2+we 3×IAME3+we 4×IAME4+we 5×IAME5+we 6×IAME6+we 7×IAME7+we 8×IAME8。
Step 140 according to single order activity amount IAMD and the second order activity amount IAME of said picture content X, is calculated the component characteristic quantity IAMx of said picture content X;
Said component characteristic quantity IAMx is the weighted sum of single order activity amount IAMD and second order activity amount IAME:
IAM x=θIAMD+(1-θ)IAME
Wherein, θ is the ratio value of two activity amounts, and its span is between 0 to 1.
Step 200 according to input compression ratio CR and said IAMx, is calculated Y-PSNR PSNR, the predicted picture compression quality.
Preferably, the present invention utilizes the image compression quality characteristics relevant with characteristics of image and compression ratio, sets up the image compression quality prediction formula:
PSNR=αln(IAM x)+β
Wherein, α and β are the functions about compression ratio CR.
For image compression quality prediction formula provided by the invention is described: PSNR=α ln (IAM xThe accuracy of)+β is enumerated the relativity instance of a predicted picture compression quality and real image compression quality below.
Fig. 6 is an enforcement illustration of test pattern among the present invention.As shown in Figure 6, from the standard testing image, choose 6 width of cloth images arbitrarily, it is carried out the image compression quality prediction of luminance component.For effect of the present invention is described better, Fig. 6 has only provided its luminance component figure, and its resolution of shown test pattern is respectively:
Lena:512×512;Goldhill:720×576;BIKE:2048×2560;
Figure G2009100765479D00101
:2048×2560;Crowrun:1920×1080;oldtowncross:1920×1080。
Fig. 7 is the predicted picture compression quality of test pattern among the present invention and the relativity figure of real image compression quality; As shown in Figure 7; Provided image shown in Figure 6; Adopt 5 grade of 9/7 wavelet transformation to encode, compression ratio is when scope was interior in 10: 1 to 100: 1, the picture quality (ActualPSNR) that image compression forecast quality in the embodiment of the invention (Predicted PSNR) and the reconstruction of employing JPEG2000 encoder compresses obtain and the graph of a relation of compression ratio.Under different compression ratios, the compression quality that embodiment of the invention prediction obtains and the difference of actual compression quality are usually less than 1dB for pictures different, and difference is about 2dB under the individual cases.Explain and utilize image compression quality prediction formula of the present invention:
PSNR=α ln (IAM xThe predicted picture compression quality that)+β obtains and the error of actual compression quality are very little, can be used for the predicted picture compression quality.
Fig. 8 is the flow chart of the method for evaluate image compression quality among the present invention, and is as shown in Figure 8, and said step 200 comprises the following steps:
Step 210 is according to the value of said input compression ratio CR computing function α;
Among the present invention, said function alpha is calculated according to the input compression ratio CR, and function alpha is the piecewise function of said input compression ratio, and its functional form can be once linear function, secondary linear function, inverse ratio function etc.
In the said function alpha, values of parameters depends on the coded system of original image, and under the different coding mode, the parameter in the function alpha is different.
Preferably, the present invention provides a kind of piecewise function form of function alpha, though other functional form is not enumerated in this manual one by one, but still is included within this patent interest field.
α ( CR ) = a 1 / ( CR + a 2 ) + a 3 , CR ≤ b a 4 × CR + a 5 , CR > b
Wherein, a 1, a 2, a 3, a 4And a 5Function parameter when being computing function α, a 1And a 4For greater than 0 real number, a 2, a 3And a 5For less than 0 real number; B is the cut off value of input compression ratio CR in the function alpha, for greater than 1 real number.
Step 220 is according to said input compression ratio CR, the value of computing function β.
Among the present invention, said function β calculates according to the input compression ratio CR, and said function β is the piecewise function of input compression ratio, and its functional form can be once linear function, secondary linear function, inverse ratio function etc.
Among the said function β, values of parameters depends on the coded system of original image, and under the different coding mode, the parameter among the function β is different.
Preferably, the present invention provides a kind of piecewise function form of β, though other functional form is not enumerated in this manual one by one, but still is included within this patent interest field.
β ( CR ) = d 1 × CR + d 2 , CR ≤ c 1 d 3 × CR + d 4 , CR ∈ ( c 1 , c 2 ] d 5 × CR + d 6 , CR > c 2
Wherein, d 1, d 2, d 3, d 4, d 5And d 6Function parameter when being computing function β, d 1, d 3And d 5For less than 0 real number, d 2, d 4And d 6For greater than 0 real number; c 1And c 2Be the cut off value of input compression ratio CR among the function β, for greater than 1 real number and satisfy 1<c 1<c 2
Step 230, according to the value of said function alpha and the value of function β, and said IAMx, utilize formula PSNR=α ln (IAM x)+β calculates said Y-PSNR PSNR, the predicted picture compression quality.
Under the different coding standard, utilize formula PSNR=α ln (IAM x)+β calculates the value of the PSNR under this coding standard, and for the PSNR value that obtain of same image under the different coding mode, the PSNR value is big more, and this coding standard hypograph compression quality is good more.
Corresponding to a kind of image compression quality prediction method of the present invention; A kind of image compression quality prediction system also is provided, and it is the relation of utilizing between image compression quality and compression ratio and the image feature amount, through predictor formula; Prediction obtains the compression quality of image before coding, does not need coding.
Fig. 9 is the structural representation of a kind of image compression quality prediction of the present invention system, and is as shown in Figure 9, and said image compression quality prediction system comprises: characteristic quantity acquisition module 1 and image compression quality prediction module 2, wherein:
Said characteristic quantity acquisition module 1 is used to obtain the characteristic quantity IAMx of the picture content X of original image;
Said characteristic quantity acquisition module 1 comprises:
Picture content is selected module 11, is used for selecting the calculative picture content X of original image;
Single order activity amount computing module 12 is used to calculate the single order activity amount IAMD of said picture content X;
Second order activity amount computing module 13 is used to calculate the second order activity amount IAME of said picture content X;
Characteristic quantity computing module 14 is used for single order activity amount IAMD and second order activity amount IAME according to said picture content X, calculates the component characteristic quantity IAMx of said picture content X.
Said image compression quality prediction module 2 is used for the characteristic quantity IAMx according to input compression ratio CR and said component, calculates Y-PSNR PSNR, the predicted picture compression quality.
Said image compression quality prediction module 2 comprises:
Function alpha computing module 21 is used for the value according to input compression ratio CR computing function α;
Function β computing module 22 is used for the value according to input compression ratio CR computing function β;
Y-PSNR computing module 23 is used for according to the value of said function alpha and the value of function β, and said IAMx, utilizes formula PSNR=α ln (IAM x)+β calculates said Y-PSNR PSNR, the predicted picture compression quality.
But as a kind of execution mode, below with JPEG2000 as condensing encoder, illustrate a kind of image compression quality prediction method of the present invention and system.
With the Lena:512 among Fig. 6 * 512 images is example, calculates the PSNR value of the image of the coded system that adopts 5 grade of 9/7 wavelet transformation:
At first, select luminance component image Y.
Second step, the single order activity amount IAMD of calculating luminance component Y, wd 1, wd 2, wd 3And wd 4Value is respectively 1,1,0 and 0, and computational methods are following:
IAMD = 1 ( 512 - 1 ) × 512 Σ i = 1 512 - 1 Σ j = 1 512 | x ( i , j ) - x ( i + 1 , j ) | + 1 512 × ( 512 - 1 ) Σ i = 1 512 Σ j = 1 512 - 1 | x ( i , j ) - x ( i , j + 1 ) |
+ 0 ( 512 - 1 ) × ( 512 - 1 ) Σ i = 1 512 - 1 Σ j = 1 512 - 1 | x ( i , j ) - x ( i + 1 , j + 1 ) | + 0 ( 512 - 1 ) × ( 512 - 1 ) Σ i = 2 512 Σ j = 1 512 - 1 | x ( i , j ) - x ( i - 1 , j + 1 )
= 1 511 × 512 Σ i = 1 511 Σ j = 1 512 | x ( i , j ) - x ( i + 1 , j ) | + 1 512 × 511 Σ i = 1 512 Σ j = 1 511 | x ( i , j ) - x ( i , j + 1 ) | = 9.7516
The 3rd step, the second order activity amount IAME of calculating luminance component Y, wherein, we 1, we 2, we 3, we 4, we 5, we 6, we 7And we 8Value be followed successively by 1,1,0,0,0,0,0 and 0.Computational methods are following:
IAME = 1 ( 512 - 2 ) × 512 Σ i = 2 512 - 1 Σ j = 1 512 | x ( i - 1 , j ) - x ( i + 1 , j ) | + 1 512 × ( 512 - 2 ) Σ i = 1 512 Σ j = 2 512 - 1 | x ( i , j - 1 ) - x ( i , j + 1 ) |
+ 0 ( 512 - 2 ) × ( 512 - 1 ) Σ i = 1 512 - 2 Σ j = 1 512 - 1 | x ( i , j ) - x ( i + 2 , j + 1 ) | + 0 ( 512 - 2 ) × ( 512 - 2 ) Σ i = 1 512 - 2 Σ j = 1 512 - 2 | x ( i , j ) - x ( i + 2 , j + 2 ) |
+ 0 ( 512 - 1 ) × ( 512 - 2 ) Σ i = 1 512 - 1 Σ j = 1 512 - 2 | x ( i , j ) - x ( i + 1 , j + 2 ) | + 0 ( 512 - 2 ) × ( 512 - 2 ) Σ i = 2 512 Σ j = 1 512 - 2 | x ( i , j ) - x ( i - 1 , j + 2 ) |
+ 0 ( 512 - 2 ) × ( 512 - 2 ) Σ i = 3 512 Σ j = 3 512 | x ( i , j ) - x ( i - 2 , j - 2 ) | + 0 ( 512 - 2 ) × ( 512 - 2 ) Σ i = 3 512 Σ j = 2 512 | x ( i , j ) - x ( i - 2 , j - 1 ) |
= 1 510 × 512 Σ i = 2 511 Σ j = 1 512 | x ( i - 1 , j ) - x ( i + 1 , j ) | + 1 512 × 510 Σ i = 1 512 Σ j = 2 511 | x ( i , j - 1 ) - x ( i , j + 1 ) | = 15 . 0133
The 4th step, the characteristic quantity IAM of calculating luminance component Y x, IAM xWeighted sum for single order activity amount and second order activity amount:
IAM x=θIAMD+(1-θ)IAME
When the input compression ratio CR was 20, the value that makes θ was 1:
IAM y=IAMD+0IAME=IAMD=9.7516
The 5th step, computing function α;
The function parameter of function alpha (CR): a 1=3.8767, a 2=-5.3574, a 3=-10.4811, a 4=0.011429 and a 5=-10.6108; The boundary value b of piecewise function is 24 in the function alpha (CR).Adopt following piecewise function form in the present embodiment:
α ( CR ) = a 1 / ( CR + a 2 ) + a 3 , CR ≤ b a 4 × CR + a 5 , CR > b
When the input compression ratio CR is 20:
α(CR)=a 1/(CR+a 2)+a 3=3.8767/(20-5.3574)-10.4811≈-10.2163
The 6th step, computing function β, the function parameter of function β (CR):.d 1=-0.20454, d 2=64.1748, d 3=-0.016767, d 4=59.151, d 5=-0.072618 and d 6=63.3796; The boundary value of piecewise function: c among the function β (CR) 1=27, c 2=75.
Adopt following piecewise function form in the present embodiment
β ( CR ) = d 1 × CR + d 2 , CR ≤ c 1 d 3 × CR + d 4 , CR ∈ ( c 1 , c 2 ] d 5 × CR + d 6 , CR > c 2
When the input compression ratio CR is 20,
β(CR)=d 1×CR+d 2=-0.20454×20+64.1748=60.084;
At last, utilize PSNR=α ln (IAM x)+β, the computed image compression quality.
When the input compression ratio CR is 20,
PSNR=αln(IAM x)+β
=-10.2163ln(9.7516)+60.084≈-10.2163×2.2774+60.084≈36.8174;
In like manner, be example with the Lena:512 among Fig. 6 * 512 images, calculate the PSNR value of the image that adopts 5 grade of 5/3 Coding with Wavelets mode:
At first, still, select luminance component image Y;
Second step, the single order activity amount IAMD of calculating luminance component Y, wd 1, wd 2, wd 3And wd 4Value is respectively 1,1,0 and 0.IAMD=9.7516;
The 3rd step, the second order activity amount IAME of calculating luminance component Y, wherein, we 1, we 2, we 3, we 4, we 5, we 6, we 7And we 8Value be followed successively by 1,1,0,0,0,0,0 and 0.IAME=15.0133;
The 4th step, the characteristic quantity IAM of calculating luminance component Y x, when the input compression ratio CR was 20, the value of θ was 1:IAM x=9.7516
The 5th step, computing function α;
The function parameter of function alpha (CR): a 1=5.0566, a 2=-5.0422, a 3=-10.0149, a 4=0.010445 and a 5=-10.1915; The boundary value b of piecewise function is 33 in the function alpha (CR).Adopt following piecewise function form in the present embodiment:
α ( CR ) = a 1 / ( CR + a 2 ) + a 3 , CR ≤ b a 4 × CR + a 5 , CR > b
When the input compression ratio CR is 20:
α(CR)=a 1/(CR+a 2)+a 3=5.0566/(CR-5.0422)-10.0149≈-9.6768
The 6th step, computing function β, the function parameter of function β (CR): d 1=-0.17156, d 2=61.4318, d 3=-0.013433, d 4=57.8774, d 5=-0.072529 and d 6=61.9298; The boundary value of piecewise function: c among the function β (CR) 1=23, c 2=68.
Adopt following piecewise function form in the present embodiment
β ( CR ) = d 1 × CR + d 2 , CR ≤ c 1 d 3 × CR + d 4 , CR ∈ ( c 1 , c 2 ] d 5 × CR + d 6 , CR > c 2
When the input compression ratio CR is 20,
β(CR)=d 1×CR+d 2=-0.17156×20+61.4318=58.0006;
At last, utilize PSNR=α ln (IAM x)+β, the computed image compression quality.
When the input compression ratio CR is 20,
PSNR=αln(IAM x)+β
=-9.6768ln(9.7516)+58.0006≈-9.6768×2.2774+58.0006≈35.9624;
Can know through aforementioned calculation; The PSNR value of the image of the coded system of 5 grade of 9/7 wavelet transformation of employing is greater than the PSNR value of the image that adopts 5 grade of 5/3 Coding with Wavelets mode; So, adopt the coded system of 5 grade of 9/7 wavelet transformation to carry out the better quality of image compression for Lena:512 * 512 images.
The invention has the beneficial effects as follows: the compression quality of any component under given compression ratio that can before coding, calculate given image; Avoid the required calculating of encoding and decompress; Support that better Rate Control, small echo are selected, image compression Performance Evaluation scheduling algorithm; Need behind coding, not obtain compression quality, the relative compression algorithm of amount of calculation significantly reduces.Be applicable to any coding standard, coding method or coded system.
In conjunction with the drawings to the description of the specific embodiment of the invention, others of the present invention and characteristic are conspicuous to those skilled in the art.
More than specific embodiment of the present invention is described and explains it is exemplary that these embodiment should be considered to it, and be not used in and limit the invention, the present invention should make an explanation according to appended claim.

Claims (9)

1. an image compression quality prediction method is characterized in that, said method comprises the following steps:
Step 100. is selected calculative picture content X in the image, and through calculating single order activity amount IAMD and the second order activity amount IAME of said picture content X, obtains the characteristic quantity IAMx of said picture content, and wherein, said step 100 comprises:
Step 110 is selected calculative picture content X in the said image;
Step 120 is calculated the single order activity amount IAMD of said picture content X; Said single order activity amount IAMD is meant the weighted average of the absolute difference of each pixel among the said picture content X and 4 neighbors around it;
Step 130 is calculated the second order activity amount IAME of said picture content X; Said second order activity amount IAME is meant the weighted average of the absolute difference of each pixel among the said picture content X and 8 neighbors around it;
Step 140 according to single order activity amount IAMD and the second order activity amount IAME of said picture content X, is calculated the component characteristic quantity IAMx of said picture content X, and computing formula is:
IAM x=θ IAMD+ (1-θ) IAME, wherein θ is the ratio value of single order activity amount IAMD and second order activity amount IAME;
Step 200, according to the value of input compression ratio CR computing function α and β, according to the value of said function alpha and the value of function β, and said IAMx, utilize formula PSNR=α ln (IAM x)+β calculates said Y-PSNR PSNR, the predicted picture compression quality.
2. image compression quality prediction method according to claim 1 is characterized in that said step 120 comprises the following steps:
The average absolute IAMD1 of the difference of the neighbor pixel of each pixel and its horizontal direction among the said picture content X of step 121. calculating, wherein:
Figure FSB00000188251100011
x (i; J) be that component X is at (i, pixel value j);
Step 122. is calculated the average absolute IAMD2 of the difference of the neighbor pixel of the perpendicular direction of each pixel among the said picture content X, wherein:
IAMD 2 = 1 M × ( N - 1 ) Σ i = 1 M Σ j = 1 N - 1 | x ( i , j ) - x ( i , j + 1 ) | ;
Step 123. is calculated the average absolute IAMD3 of the difference of each pixel neighbor pixel bottom-right with it among the said picture content X, wherein:
IAMD 3 = 1 ( M - 1 ) × ( N - 1 ) Σ i = 1 M - 1 Σ j = 1 N - 1 | x ( i , j ) - x ( i + 1 , j + 1 ) | ;
The average absolute IAMD4 of the difference of the neighbor pixel of each pixel and its lower left among the said picture content X of step 124. calculating, wherein:
IAMD 4 = 1 ( M - 1 ) × ( N - 1 ) Σ i = 2 M Σ j = 1 N - 1 | x ( i , j ) - x ( i - 1 , j + 1 ) | ;
Step 125. is calculated the weighted sum of said IAMD1, IAMD2, IAMD3 and IAMD4, obtains the single order activity amount IAMD of said picture content X, wherein:
IAMD=wd 1* IAMD1+wd 2* IAMD2+wd 3* IAMD3+wd 4* IAMD4, wd 1, wd 2, wd 3And wd 4Be weight coefficient, its span is between 0 to 1.
3. image compression quality prediction method according to claim 1 is characterized in that said step 130 comprises the following steps:
Step 131. is calculated the average absolute IAME1 of the difference of the pixel of 1 pixel of each pixel and its horizontal direction interval among the said picture content X, wherein:
Figure FSB00000188251100024
x (i; J) be that component X is at (i, pixel value j);
Step 132. is calculated the average absolute IAME2 of the difference of the pixel of 1 pixel in each pixel perpendicular direction interval among the said picture content X, wherein:
IAME 2 = 1 M × ( N - 1 ) Σ i = 1 M Σ j = 1 N - 1 | x ( i , j ) - x ( i , j + 1 ) | ;
Step 133. is calculated the average absolute IAME3 of the difference of the pixel of each pixel diagonal upper right with it among the said picture content X, wherein:
IAME 3 = 1 ( M - 2 ) × ( N - 1 ) Σ i = 1 M - 1 Σ j = 1 N - 1 | x ( i , j ) - x ( i + 2 , j + 1 ) | ;
Step 134. is calculated the average absolute IAME4 of the difference of the pixel of 1 pixel of each pixel and interval, its lower right among the said picture content X, wherein:
IAME 4 = 1 ( M - 2 ) × ( N - 2 ) Σ i = 1 M - 2 Σ j = 1 N - 2 | x ( i , j ) - x ( i + 2 , j + 2 ) | ;
The average absolute IAME5 of the difference of the pixel of each pixel and its diagonal direction among the said picture content X of step 135. calculating, wherein:
IAME 5 = 1 ( M - 1 ) × ( N - 2 ) Σ i = 1 M - 1 Σ j = 1 N - 2 | x ( i , j ) - x ( i + 1 , j + 2 ) | ;
Step 136. is calculated each pixel and its left average absolute IAME6 of the difference of the pixel of diagonal down among the said picture content X, wherein:
IAME 6 = + 1 ( M - 2 ) × ( N - 2 ) Σ i = 2 M Σ j = 1 N - 2 | x ( i , j ) - x ( i - 1 , j + 2 ) | ;
Step 137. is calculated the average absolute IAME7 of the difference of the pixel of 1 pixel of each pixel and interval, its lower left among the said picture content X, wherein:
IAME 7 = 1 ( M - 2 ) × ( N - 2 ) Σ i = 3 M Σ j = 3 N | x ( i , j ) - x ( i - 2 , j - 2 ) |
Step 138. is calculated the average absolute IAME8 of the difference of the pixel of each pixel diagonal upper left with it among the said picture content X, wherein:
IAME 8 = 1 ( M - 2 ) × ( N - 2 ) Σ i = 3 M Σ j = 2 N | x ( i , j ) - x ( i - 2 , j - 1 ) | ;
Step 139. is calculated the weighted sum of said IAME1, IAME2, IAME3, IAME4, IAME5, IAME6, IAME7 and IAME8, obtains the second order activity amount IAME of said picture content X, wherein:
IAME=we 1* IAME 1+we 2* IAME2+we 3* IAME3+we 4* IAME4+we 5* IAME5+we 6* IAME6+we 7* IAME7+we 8* IAME8, we 1, we 2, we 3, we 4, we 5, we 6, we 7And we 8Be weight coefficient, its span is between 0 to 1.
4. image compression quality prediction method according to claim 1 is characterized in that, in the step 140, the span of said θ is between 0 to 1.
5. image compression quality prediction method according to claim 1; It is characterized in that said function alpha is calculated according to the input compression ratio CR; Function alpha is the piecewise function of said input compression ratio; Parameter value wherein depends on the coded system of image, and under the different coding mode, the parameter in the function alpha is different.
6. image compression quality prediction method according to claim 1 is characterized in that, the form of said function alpha is:
Figure FSB00000188251100041
Wherein, a 1, a 2, a 3, a 4And a 5Function parameter when being computing function α, a 1And a 4For greater than 0 real number, a 2, a 3And a 5For less than 0 real number; B is the cut off value of input compression ratio CR in the function alpha, for greater than 1 real number.
7. image compression quality prediction method according to claim 1; It is characterized in that said function β calculates according to the input compression ratio CR; Function β is the piecewise function of said input compression ratio; Parameter value wherein depends on the coded system of image, and under the different coding mode, the parameter among the function β is different.
8. image compression quality prediction method according to claim 1 is characterized in that, the form of said function β is:
Figure FSB00000188251100042
Wherein, d 1, d 2, d 3, d 4, d 5And d 6Function parameter when being computing function β, d 1, d 3And d 5For less than 0 real number, d 2, d 4And d 6For greater than 0 real number; c 1And c 2Be the cut off value of input compression ratio CR among the function β, for greater than 1 real number and satisfy 1<c 1<c 2
9. an image compression quality prediction system is characterized in that, said system comprises: characteristic quantity acquisition module and image compression quality prediction module, wherein:
Said characteristic quantity acquisition module is used to obtain the characteristic quantity IAMx of the picture content X of original image; Wherein, said characteristic quantity acquisition module comprises:
Picture content is selected module, is used for selecting the calculative picture content X of original image;
Single order activity amount computing module is used to calculate the single order activity amount IAMD of said picture content X; Said single order activity amount IAMD is meant the weighted average of the absolute difference of each pixel among the said picture content X and 4 neighbors around it;
Second order activity amount computing module is used to calculate the second order activity amount IAME of said picture content X; Said second order activity amount IAME is meant the weighted average of the absolute difference of each pixel among the said picture content X and 8 neighbors around it;
The characteristic quantity computing module is used for single order activity amount IAMD and second order activity amount IAME according to said picture content X, calculates the component characteristic quantity IAMx of said picture content X.
Said image compression quality prediction module is used for the characteristic quantity IAMx according to input compression ratio CR and said component, calculates Y-PSNR PSNR, the predicted picture compression quality, and wherein: said image compression quality prediction module comprises:
The function alpha computing module is used for the value according to input compression ratio CR computing function α;
Function β computing module is used for the value according to input compression ratio CR computing function β;
The Y-PSNR computing module is used for according to the value of said function alpha and the value of function β, and said IAMx, utilizes formula PSNR=α ln (IAM x)+β calculates said Y-PSNR PSNR, the predicted picture compression quality.
CN 200910076547 2009-01-08 2009-01-08 Image compression quality prediction method and system Expired - Fee Related CN101459850B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 200910076547 CN101459850B (en) 2009-01-08 2009-01-08 Image compression quality prediction method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 200910076547 CN101459850B (en) 2009-01-08 2009-01-08 Image compression quality prediction method and system

Publications (2)

Publication Number Publication Date
CN101459850A CN101459850A (en) 2009-06-17
CN101459850B true CN101459850B (en) 2012-03-14

Family

ID=40770430

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 200910076547 Expired - Fee Related CN101459850B (en) 2009-01-08 2009-01-08 Image compression quality prediction method and system

Country Status (1)

Country Link
CN (1) CN101459850B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105225222B (en) * 2014-06-26 2021-06-15 西门子公司 Automatic assessment of perceptual visual quality of different image sets
CN105323592A (en) * 2014-07-11 2016-02-10 中兴通讯股份有限公司 Code rate control method and device
KR101832418B1 (en) * 2015-12-31 2018-02-26 네이버 주식회사 Method and system for optimization of image encode quality
CN113570677A (en) * 2017-05-03 2021-10-29 西安万像电子科技有限公司 Image compression method and device
CN107333124B (en) * 2017-06-30 2019-03-26 武汉精测电子集团股份有限公司 Picture compression method and defects of display panel detection system in AOI detection system
CN110248189B (en) * 2019-06-14 2021-07-27 北京字节跳动网络技术有限公司 Video quality prediction method, device, medium and electronic equipment

Also Published As

Publication number Publication date
CN101459850A (en) 2009-06-17

Similar Documents

Publication Publication Date Title
CN101459850B (en) Image compression quality prediction method and system
CN101371583B (en) Method and device of high dynamic range coding / decoding
CN105103453B (en) Data encoding and decoding
CN102150429B (en) System and method for video encoding using constructed reference frame
US6275527B1 (en) Pre-quantization in motion compensated video coding
CN101895751B (en) Method and device for intra-frame prediction and intra-frame prediction-based encoding/decoding method and system
TWI412265B (en) Method, computer-readable medium, and digital media processing device for prediction of transform coefficients for image compression
CN1110962C (en) Adaptive quantizer for use in video signal encoding system
CN102065298B (en) High-performance macroblock coding implementation method
CN1719735A (en) Method or device for coding a sequence of source pictures
CN100536572C (en) Image compression device and image compression method
US20020196983A1 (en) Image encoding apparatus, image encoding method, and recording medium in which image encoding program is recorded
CN1419787A (en) Quality based image compression
CN103918186B (en) Context-adaptive data encoding
CN1366778A (en) Video compression
KR100922510B1 (en) Image coding and decoding method, corresponding devices and applications
AU2005338473A1 (en) Repetition and correlation coding
CN101841713B (en) Video coding method for reducing coding code rate and system
CN1822677A (en) Apparatus and method for predicting coefficients of video block
CN1157079A (en) Device and method for coding video pictures
CN101478691A (en) Non-reference evaluation method for Motion Jpeg2000 video objective quality
CN1941914A (en) Method and apparatus for predicting DC coefficient in transform domain
CN1434638A (en) Method for controlling video coding bit rate
US6025880A (en) Moving picture encoding system and method
CN1457196A (en) Video encoding method based on prediction time and space domain conerent movement vectors

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20200423

Address after: 510000 room 1101, 11th floor, South Tower, Tianjin Tengyue building, No. 49, Huaxia Road, Tianhe District, Guangzhou City, Guangdong Province

Patentee after: Guangzhou Quke Information Technology Co.,Ltd.

Address before: 100080 Haidian District, Zhongguancun Academy of Sciences, South Road, No. 6, No.

Patentee before: Institute of Computing Technology, Chinese Academy of Sciences

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20210226

Address after: Room 1110, 11th floor, South Tower, Jinbin Tengyue building, No.49, Huaxia Road, Tianhe District, Guangzhou, Guangdong 510000

Patentee after: Guangzhou Baxing Culture & Technology Co.,Ltd.

Address before: Room 1101, 11th floor, South Tower, Jinbin Tengyue building, 49 Huaxia Road, Tianhe District, Guangzhou, Guangdong 510000

Patentee before: Guangzhou Quke Information Technology Co.,Ltd.

CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20120314

Termination date: 20220108