CN101807291A - Biquadratic B-spline local interpolation-based image scaling method - Google Patents

Biquadratic B-spline local interpolation-based image scaling method Download PDF

Info

Publication number
CN101807291A
CN101807291A CN 201010158017 CN201010158017A CN101807291A CN 101807291 A CN101807291 A CN 101807291A CN 201010158017 CN201010158017 CN 201010158017 CN 201010158017 A CN201010158017 A CN 201010158017A CN 101807291 A CN101807291 A CN 101807291A
Authority
CN
China
Prior art keywords
centerdot
biquadratic
matrix
image
interpolation
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.)
Granted
Application number
CN 201010158017
Other languages
Chinese (zh)
Other versions
CN101807291B (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.)
Guangdong Sea Star Ocean Technology Co Ltd
Original Assignee
Zhejiang University ZJU
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 Zhejiang University ZJU filed Critical Zhejiang University ZJU
Priority to CN2010101580171A priority Critical patent/CN101807291B/en
Publication of CN101807291A publication Critical patent/CN101807291A/en
Application granted granted Critical
Publication of CN101807291B publication Critical patent/CN101807291B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Image Processing (AREA)
  • Editing Of Facsimile Originals (AREA)

Abstract

The invention discloses a biquadratic B-spline local interpolation-based image scaling algorithm. The core of the algorithm is to perform interpolation description on 16 pixels in a local 4*4 area of a source image by adopting a biquadratic B-spline function, and realizes the scaling of an image by performing resampling on the function. The algorithm avoids the problem of phase distortion caused by the conventional quadratic interpolation method, and can achieve an effect similar to a bicubic algorithm on vision effect. The algorithm is a localized algorithm, each processing unit and the utilized pixel resource are mutually independent, and the processing processes thereof have very good parallelism, so the algorithm can be accelerated in a CPU. Therefore, the efficiency of the algorithm is improved on the basis of ensuring the effect of the bicubic algorithm, and the real-time requirement on image processing is met.

Description

Image-scaling method based on Biquadratic B-spline local interpolation
Technical field
The present invention relates to Computer Image Processing and image zoom field, particularly relate to a kind of image-scaling method based on Biquadratic B-spline local interpolation.
Background technology
Image zoom is exactly the resolution that changes image, comprise from low resolution and dwindling to high-resolution image amplification and the image from the high resolving power to the low resolution, its key problem is how to distribute according to the pixel color of source images and the various features of image, the make new advances pixel color value of target image under the resolution of reconstruct.Therefore, image zoom also can be understood as the resampling in the image reconstruction.
The image zoom algorithm is numerous, and the modal interpolation algorithm that is based on kernel function comprise zeroth order interpolation, linear interpolation and various improved cubic interpolation function, and the quadratic interpolation function is mentioned by the people seldom.According to the viewpoint of Schafer and Rabiner (referring to Thomas M.Lehmann, Claudia
Figure GSA00000097964100011
Klaus Spitzer.Survey:Interpolation Methods in Medical ImageProcessing[J] .IEEE Transactions on Medical Imaging, 1999,18 (11): 1049-1075), if the sampled point that adopts in interpolation process is an odd number, the number of times that is interpolating function is an even number, as based on the quadratic interpolation function of three sampled points, based on four interpolating functions of five sampled points etc., all can cause linear distortion and be not suitable for being used for carrying out image interpolation; And based on the odd number of even number of samples point time interpolating function such as cubic interpolation, five interpolation, can not bring the result of linear distortion, thereby also be fit to be applied to the image interpolation field.This theoretical analysis thinks that quadratic interpolation mainly contains following problem: the one, and the quadratic interpolation function of three sampled points of interpolation is not a linear shift invariant system, is used for image zoom and can brings image fault, causes bad visual effect; The 2nd, quadratic function has only adopted three sampled points in the process of interpolation, can cause two sampling optimizations in a current side, sampling optimization asked a little in the asymmetric situation of opposite side.By contrast, asking in the linear interpolation algorithm a little each side has a sampled point, and ask in the cubic interpolation algorithm two sampled points is arranged each side a little, all is symmetrically distributed.
Early stage widely used zeroth order interpolation and bilinear interpolation algorithm have the advantages of simplicity and high efficiency characteristics, but can produce tangible sawtooth or edge fog phenomenon; Cubic interpolation has improved the ill-defined shortcoming of low order interpolation to a certain extent, but calculated amount is bigger, has reduced counting yield.
Summary of the invention
The invention provides a kind of image-scaling method, when obtaining to be similar to the bicubic interpolation algorithm effect, improved counting yield greatly based on Biquadratic B-spline local interpolation.
A kind of image-scaling method based on Biquadratic B-spline local interpolation comprises the steps:
(1) with resolution be the source images of M * N by the RGB color space conversion to the YUV color space, the monochrome information of the Y representative image in the yuv space, U, V represent chrominance information.Since human eye to the susceptibility of monochrome information much larger than susceptibility to chrominance information, then when handling coloured image, only need the Y component is adopted the algorithm of more complicated, and adopt fairly simple algorithm between the U, V component, can improve the processing speed and the efficient of entire image like this;
(2) source images that will be transformed into behind the YUV color space amplifies, obtain the target image that resolution is nM * nN, n represents that source images needs amplification multiple, combination of pixels matrix with n * n travels through this target image as a processing unit, each processing unit is carried out following three operations, until the Y component brightness value that obtains scaled images:
A. this processing unit is mapped to forward in the source images, generates a mapping point;
The matrix area of b. getting 4 * 4 pixels around this mapping point in source images is as a sampled point space, make mapping point become the 2nd row the 2nd column element of sampled point space quadravalence matrix for this reason, with a Biquadratic B-spline function Y component brightness value of 16 pixels in this sampled point space is carried out interpolation, obtain the control vertex matrix matrix P of this Biquadratic B-spline function;
C. the sampled point space is amplified the resampling space that n doubly obtains 4n * 4n, will apply to the resampling space by the control vertex matrix P that operation b obtains and obtain 4n * 4n matrix, and n+1 in this 4n * 4n matrix walked to 2n is capable, n+1 be listed as to the common n of 2n row 2Individual element assignment is given the respective pixel when pretreatment unit, as the Y component brightness value of these pixels;
(3) U, the V component of the target image that obtains afterwards finishing dealing with through step (2) carry out the bilinear interpolation computing, obtain U, the V component brightness value of scaled images;
(4) according to Y, U and the V component of scaled images, scaled images is transformed into the RGB color space.
As follows to the conversion method of YUV color space in the described step (1) by the RGB color space conversion:
Y = 0.299 × R + 0.587 × G + 0.114 × B U = 0.492 × ( B - Y ) V = 0.877 × ( R - Y )
The red, green, blue color value of R, G, B difference remarked pixel in the formula, Y is the luminance channel value of pixel, U and V are two color channel values of pixel, the expression aberration.
Interpolation process among the operation b of described step (2) is as follows:
For the pixel of 16 interpolations in this sampled point space, with (x c, y d) the expression sampled point (c, position coordinates d), 1≤c≤4,1≤d≤4 wherein, D be the brightness value matrix in this sampled point space, it is a quadravalence matrix, the brightness value of each element correspondence relevant position pixel:
D = D 11 D 12 D 13 D 14 D 21 D 22 D 23 D 24 D 31 D 32 D 33 D 34 D 41 D 42 D 43 D 44
To these 16 element interpolation, (u v) makes promptly to be to locate a Biquadratic B-spline function S
Figure GSA00000097964100033
P is the control vertex matrix of Biquadratic B-spline function, and u, v are two parameter axles of Biquadratic B-spline function, and valid interval is 2≤u≤4,2≤v≤4, and Nu, Nv are respectively two spline base functions on the parameter axle, with the position coordinates (x of pixel c, y d) parametrization to the valid interval of u, v parameter axle, form evenly cutting apart on this valid interval, promptly get x 1=2, x 2=8/3, x 3=10/3, x 4=4; y 1=2, y 2=8/3, y 3=10/3, y 4=4, calculation control summit matrix
Figure GSA00000097964100034
Wherein
N u = N 1,4 ( x 1 ) N 2,4 ( x 1 ) N 3,4 ( x 1 ) N 4,4 ( x 1 ) N 1,4 ( x 2 ) N 2,4 ( x 2 ) N 3,4 ( x 3 ) N 4,4 ( x 2 ) N 1,4 ( x 3 ) N 2,4 ( x 3 ) N 3,4 ( x 3 ) N 4,4 ( x 3 ) N 1,4 ( x 4 ) N 2,4 ( x 4 ) N 3,4 ( x 4 ) N 4,4 ( x 4 )
= 1 / 2 1 / 2 0 0 1 / 18 13 / 18 2 / 9 0 0 2 / 9 13 / 18 0 0 0 1 / 2 1 / 2
N v = N 1,4 ( y 1 ) N 2,4 ( y 1 ) N 3,4 ( y 1 ) N 4,4 ( y 1 ) N 1,4 ( y 2 ) N 2,4 ( y 2 ) N 3,4 ( y 2 ) N 4,4 ( y 2 ) N 1,4 ( y 3 ) N 2,4 ( y 3 ) N 3,4 ( y 3 ) N 4,4 ( y 3 ) N 1,4 ( y 4 ) N 2,4 ( y 4 ) N 3,4 ( y 4 ) N 4,4 ( y 4 )
= 1 / 2 1 / 2 0 0 1 / 18 13 / 18 2 / 9 0 0 2 / 9 13 / 18 0 0 0 1 / 2 1 / 2
Obtain thus a Biquadratic B-spline function S (u, v)=N uP (N v) T, to realize interpolation to each sampled point.
Among described step (2) the operation c, for the resampling space, with (x e, y f) the new pixel of expression (e, f) position coordinates, 1≤e≤4n wherein, 1≤f≤4n to u, v parameter axle, forms evenly cutting apart on the valid interval with this position coordinate parametersization, gets
Figure GSA00000097964100045
Figure GSA00000097964100046
Accounting equation:
S , ( u , v ) = Σ i = 1 4 Σ j = 1 4 P ij N i , 4 , ( u ) N i , 4 , ( v ) = N u , P ( N v , ) T
Wherein P is the control vertex matrix of being asked, and N ' u, N ' v are the spline base functions that this branch is cut off:
N u , = N 1,4 ( x 1 ) N 2,4 ( x 1 ) N 3,4 ( x 1 ) N 4,4 ( x 1 ) N 1,4 ( x 2 ) N 2,4 ( x 2 ) N 3,4 ( x 2 ) N 4,4 ( x 2 ) . . . . . . . . . . . . N 1,4 ( x 4 n ) N 2,4 ( x 4 n ) N 3,4 ( x 4 n ) N 4,4 ( x 4 n )
N v , = N 1,4 ( y 1 ) N 2,4 ( y 1 ) N 3,4 ( y 1 ) N 4,4 ( y 1 ) N 1,4 ( y 2 ) N 2,4 ( y 2 ) N 3,4 ( y 2 ) N 4,4 ( y 2 ) . . . . . . . . . . . . N 1,4 ( y 4 n ) N 2,4 ( y 4 n ) N 3,4 ( y 4 n ) N 4,4 ( y 4 n )
Obtain a 4n * 4n matrix S thus ' 4n * 4n, and with this matrix n+1 walk to that 2n is capable, n+1 is listed as to 2n row n altogether 2Individual element assignment is given the respective pixel when pretreatment unit in the target image, as the Y component brightness value of these pixels.
The bilinear interpolation calculating process is in the described step (3):
With f (x, y) certain pixel (x, U y), V component value in the expression source images (5), 1≤x≤M, 1≤y≤N is with T (s, t) pixel (s, U t), V component value, 1≤s≤nM in the expression target image (6), 1≤t≤nN, n are enlargement factor, note s1=int (s/n), s2=s/n-s1, t1=int (t/n), t2=t/n-t1, int is a bracket function, and then the corresponding relation formula of target image (6) U, V component value and source images (5) U, V component value is:
T(s,t)=(1-s2)·(1-t2)·f(s1,t1)+(1-s2)·t2·f(s1,t1+1)+s2·(1-t2)·f(s1+1,t1)+s2·t2·f(s1+1,t1+1)。
As follows to the conversion method of RGB color space in the described step (4) by the YUV color space conversion:
R = Y + 1.14 × Y G = Y - 0.394 × U - 0.581 × V B = Y + 2.032 × U
The present invention proposes a kind of image-scaling method based on Biquadratic B-spline local interpolation, adopted four sampled points to be different from traditional quadratic interpolation function, has good locality, be easy to Parallel Implementation, can quicken at GPU, thereby can obtain to be similar to the bicubic interpolation algorithm effects, improve efficient simultaneously.
Description of drawings
Algorithm synoptic diagram when Fig. 1 amplifies twice for adopting image-scaling method of the present invention to image;
Fig. 2 is the process flow diagram of image-scaling method of the present invention.
Embodiment
Referring to Fig. 1,2, the present invention is based on the image-scaling method of Biquadratic B-spline local interpolation, be example to amplify twice, may further comprise the steps:
(1) with pixel resolution be 5 * 5 source images 5 by the RGB color space conversion to the YUV color space, conversion method is as follows:
Y = 0.299 * R + 0.587 * G + 0.114 * B U = 0.492 * ( B - Y ) V = 0.877 ( R - Y )
The red, green, blue color value of R, G, B difference remarked pixel in the formula, Y is the luminance channel value of pixel, U and V are two color channel values of pixel, the expression aberration;
(2) source images 5 being mapped to resolution is 10 * 10 target image 6, and the combination of pixels matrix with 2 * 2 is divided into 25 processing units as a processing unit 1 with this target image 6, and each processing unit 1 is carried out following three operations:
A. this processing unit 1 is mapped to forward in the source images 5, generates a mapping point 2;
B. in source images 5, get around this mapping point 24 * 4 matrix area as a sampled point space 3, make 2 one-tenth of mapping points, the second row secondary series element of sampled point space 3 quadravalence matrixes for this reason, (u v) carries out interpolation to 16 sampled points in this sampled point space 3 with a Biquadratic B-spline function S.Interpolation process is as follows:
For the pixel of 16 interpolations in this sampled point space (3), with (x c, y d) the expression sampled point (c, position coordinates d), 1≤c≤4,1≤d≤4 wherein, D be the brightness value matrix in this sampled point space (3), it is a quadravalence matrix, the brightness value of each element correspondence relevant position pixel:
D = D 11 D 12 D 13 D 14 D 21 D 22 D 23 D 24 D 31 D 32 D 33 D 34 D 41 D 42 D 43 D 44
To these 16 element interpolation, (u v) makes promptly to be to locate a Biquadratic B-spline function S P is the control vertex matrix of Biquadratic B-spline function, and u, v are two parameter axles of Biquadratic B-spline function, and valid interval is 2≤u≤4,2≤v≤4, and Nu, Nv are respectively two spline base functions on the parameter axle, with the position coordinates (x of pixel c, y d) parametrization to the valid interval of u, v parameter axle, form evenly cutting apart on this valid interval, promptly get x 1=2, x 2=8/3, x 3=10/3, x 4=4; y 1=2, y 2=8/3, y 3=10/3, y 4=4, calculation control summit matrix
Wherein
N u = N 1,4 ( x 1 ) N 2,4 ( x 1 ) N 3,4 ( x 1 ) N 4,4 ( x 1 ) N 1,4 ( x 2 ) N 2,4 ( x 2 ) N 3,4 ( x 3 ) N 4,4 ( x 2 ) N 1,4 ( x 3 ) N 2,4 ( x 3 ) N 3,4 ( x 3 ) N 4,4 ( x 3 ) N 1,4 ( x 4 ) N 2,4 ( x 4 ) N 3,4 ( x 4 ) N 4,4 ( x 4 )
= 1 / 2 1 / 2 0 0 1 / 18 13 / 18 2 / 9 0 0 2 / 9 13 / 18 0 0 0 1 / 2 1 / 2
N v = N 1,4 ( y 1 ) N 2,4 ( y 1 ) N 3,4 ( y 1 ) N 4,4 ( y 1 ) N 1,4 ( y 2 ) N 2,4 ( y 2 ) N 3,4 ( y 2 ) N 4,4 ( y 2 ) N 1,4 ( y 3 ) N 2,4 ( y 3 ) N 3,4 ( y 3 ) N 4,4 ( y 3 ) N 1,4 ( y 4 ) N 2,4 ( y 4 ) N 3,4 ( y 4 ) N 4,4 ( y 4 )
= 1 / 2 1 / 2 0 0 1 / 18 13 / 18 2 / 9 0 0 2 / 9 13 / 18 0 0 0 1 / 2 1 / 2
Obtain thus a Biquadratic B-spline function S (u, v)=N uP (N v) T, to realize interpolation to each sampled point.
C. will finish sampled point space after the interpolation and amplify 2 times and obtain 8 * 8 resampling space 4, will apply to resampling space 4 by the control vertex matrix P that operation b obtains, the space 4 that resamples hereto is with (x e, y f) (wherein 1≤e≤8,1≤f≤8 to u, v parameter axle, form evenly cutting apart on the valid interval with this position coordinate parametersization to the new pixel of expression, get for e, f) position coordinates
Figure GSA00000097964100076
Accounting equation:
S , ( u , v ) = Σ i = 1 4 Σ j = 1 4 P ij N i , 4 , ( u ) N i , 4 , ( v ) = N u , P ( N v , ) T
The control vertex matrix asked of matrix P wherein, N ' u, N ' v are the spline base functions that this branch is cut off:
N u , = N 1,4 ( x 1 ) N 2,4 ( x 1 ) N 3,4 ( x 1 ) N 4,4 ( x 1 ) N 1,4 ( x 2 ) N 2,4 ( x 2 ) N 3,4 ( x 2 ) N 4,4 ( x 2 ) . . . . . . . . . . . . N 1,4 ( x 4 n ) N 2,4 ( x 4 n ) N 3,4 ( x 4 n ) N 4,4 ( x 4 n )
N v , = N 1,4 ( y 1 ) N 2,4 ( y 1 ) N 3,4 ( y 1 ) N 4,4 ( y 1 ) N 1,4 ( y 2 ) N 2,4 ( y 2 ) N 3,4 ( y 2 ) N 4,4 ( y 2 ) . . . . . . . . . . . . N 1,4 ( y 4 n ) N 2,4 ( y 4 n ) N 3,4 ( y 4 n ) N 4,4 ( y 4 n )
As shown in Figure 1,4 * 4 sampled point space 3 is amplified to 8 * 8 resampling space S ' 8 * 8After, can find S ' through observing 8 * 8In what use only is the part in the upper left corner 4 * 4, so in calculating in order to reduce calculated amount, can only calculate this part, promptly for 8 * 4 matrix N ' uAnd N ' v, the part that only need get its first half 4 * 4 gets final product, and then has:
N u , = N v , = N 0,3 ( x 0 ) N 1,3 ( x 0 ) N 2,3 ( x 0 ) N 3,3 ( x 0 ) N 0,3 ( x 1 ) N 1,3 ( x 1 ) N 2,3 ( x 1 ) N 3,3 ( x 1 ) N 0,3 ( x 2 ) N 1,3 ( x 2 ) N 2,3 ( x 2 ) N 3,3 ( x 2 ) N 0,3 ( x 3 ) N 1,3 ( x 3 ) N 2,3 ( x 3 ) N 3,3 ( x 3 )
= 0.5 0.5 0 0 0.2551 0.7041 0.0408 0 0.0918 0.7449 0.1633 0 0.0102 0.6224 0.3673 0
Obtain one 8 * 8 matrix S thus ' 8 * 8, and with this matrix the 3rd walk to the 4th row, the 3rd row to the 4th row totally 4 element assignment give respective pixel in the target image when pretreatment unit 1, as the Y component brightness value of these pixels.
(3) U, the V component of the target image that obtains afterwards finishing dealing with through step (2) carry out the bilinear interpolation computing, obtain new images, and the bilinear interpolation calculating process is:
With f (x, y) certain pixel (x, U y), V component value in the expression source images (5), 1≤x≤M, 1≤y≤N is with T (s, t) pixel (s, U t), V component value, 1≤s≤nM in the expression target image (6), 1≤t≤nN, n are enlargement factor, note s1=int (s/n), s2=s/n-s1, t1=int (t/n), t2=t/n-t1, int is a bracket function, and then the corresponding relation formula of target image (6) U, V component value and source images (5) U, V component value is:
T(s,t)=(1-s2)·(1-t2)·f(s1,t1)+(1-s2)·t2·f(s1,t1+1)+s2·(1-t2)·f(s1+1,t1)+s2·t2·f(s1+1,t1+1);
(4) with new images by the YUV color space conversion to the RGB color space, obtain final processing result image, conversion method is as follows:
Y = 0.299 × R + 0.587 × G + 0.114 × B U = 0.492 × ( B - Y ) V = 0.877 × ( R - Y )
The red, green, blue color value of R, G, B difference remarked pixel in the formula, Y is the luminance channel value of pixel, U and V are two color channel values of pixel, the expression aberration.

Claims (6)

1. image-scaling method based on Biquadratic B-spline local interpolation, this method may further comprise the steps:
(1) with resolution be the source images (5) of M * N by the RGB color space conversion to the YUV color space;
(2) source images (5) that will be transformed into behind the YUV color space amplifies, obtain the target image that resolution is nM * nN (6), n represents that source images needs amplification multiple, combination of pixels matrix with n * n travels through this target image (6) as a processing unit (1), each processing unit (1) is carried out following three operations, until the Y component brightness value that obtains scaled images:
A. this processing unit (1) is mapped to forward in the source images (5), generates a mapping point (2);
B. in source images (5), get this mapping point (2) on every side the matrix area of 4 * 4 pixels as a sampled point space (3), make mapping point (2) become the 2nd row the 2nd column element of sampled point space (3) quadravalence matrix for this reason, with a Biquadratic B-spline function Y component brightness value of 16 pixels in this sampled point space (3) is carried out interpolation, obtain the control vertex matrix P of this Biquadratic B-spline function;
C. sampled point space (3) are amplified the resampling space (4) that n doubly obtains 4n * 4n, to apply to resampling space (4) by the control vertex matrix P that operation b obtains and obtain 4n * 4n matrix, and with n+1 in this 4n * 4n matrix walk to that 2n is capable, n+1 be listed as to the 2n row altogether n2 element assignment give the respective pixel of working as pretreatment unit (1), as the Y component brightness value of these pixels;
(3) U, the V component of the target image (6) that obtains afterwards finishing dealing with through step (2) carry out the bilinear interpolation computing, obtain U, the V component of scaled images;
(4) according to Y, U and the V component of scaled images, scaled images is transformed into the RGB color space.
2. image-scaling method according to claim 1 is characterized in that: and usefulness Biquadratic B-spline function S in the step (2) (u, v)=N uP (N v) TY component brightness value to 16 pixels in sampled point space (3) carries out interpolation, in the described Biquadratic B-spline function:
P is the control vertex matrix of Biquadratic B-spline function;
U, v are two parameter axles of Biquadratic B-spline function;
Nu, Nv are respectively the spline base function on two parameter axles of Biquadratic B-spline function.
3. image-scaling method according to claim 2 is characterized in that: the control vertex matrix P=N of described Biquadratic B-spline function u -1D (N v T) -1, wherein D is the brightness value matrix in sampled point space (3).
4. image-scaling method according to claim 3 is characterized in that: described
N u = 1 / 2 1 / 2 0 0 1 / 18 13 / 18 2 / 9 0 0 2 / 9 13 / 18 0 0 0 1 / 2 1 / 2 ;
N v = 1 / 2 1 / 2 0 0 1 / 18 13 / 18 2 / 9 0 0 2 / 9 13 / 18 0 0 0 1 / 2 1 / 2 .
5. image-scaling method according to claim 4 is characterized in that: the 4n described in the step (2) * 4n matrix is:
S ' (u, v)=N u' P (N v') T, wherein
N u , = N 1,4 ( x 1 ) N 2,4 ( x 1 ) N 3,4 ( x 1 ) N 4,4 ( x 1 ) N 1,4 ( x 2 ) N 2,4 ( x 2 ) N 3,4 ( x 2 ) N 4,4 ( x 2 ) · · · · · · · · · · · · N 1,4 ( x 4 n ) N 2,4 ( x 4 n ) N 3,4 ( x 4 n ) N 4,4 ( x 4 n ) ;
N v , = N 1,4 ( y 1 ) N 2,4 ( y 1 ) N 3,4 ( y 1 ) N 4,4 ( y 1 ) N 1,4 ( y 2 ) N 2,4 ( y 2 ) N 3,4 ( y 2 ) N 4,4 ( y 2 ) · · · · · · · · · · · · N 1,4 ( y 4 n ) N 2,4 ( y 4 n ) N 3,4 ( y 4 n ) N 4,4 ( y 4 n ) .
6. image-scaling method according to claim 5 is characterized in that: U, V component brightness value T (s, t)=(1-s2) (1-t2) f (s1 of scaled images in the step (3), t1)+(1-s2) t2f (s1, t1+1)+and s2 (1-t2) f (s1+1, t1)+s2t2f (s1+1, t1+1);
Wherein s, t are the pixel coordinate in the scaled images;
s1=int(s/n);
s2=s/n-s1;
t1=int(t/n);
t2=t/n-t1;
(wherein x, y are the coordinate of this pixel in source images (5) to f for x, y) U, the V component value of certain pixel in the expression source images (5);
N is an enlargement factor.
CN2010101580171A 2010-04-27 2010-04-27 Biquadratic B-spline local interpolation-based image scaling method Active CN101807291B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2010101580171A CN101807291B (en) 2010-04-27 2010-04-27 Biquadratic B-spline local interpolation-based image scaling method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2010101580171A CN101807291B (en) 2010-04-27 2010-04-27 Biquadratic B-spline local interpolation-based image scaling method

Publications (2)

Publication Number Publication Date
CN101807291A true CN101807291A (en) 2010-08-18
CN101807291B CN101807291B (en) 2011-11-09

Family

ID=42609073

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2010101580171A Active CN101807291B (en) 2010-04-27 2010-04-27 Biquadratic B-spline local interpolation-based image scaling method

Country Status (1)

Country Link
CN (1) CN101807291B (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102760281A (en) * 2011-04-26 2012-10-31 撖龙 Image resizing method
CN102800049A (en) * 2012-08-08 2012-11-28 广东威创视讯科技股份有限公司 Image reduction method and device
CN102831577A (en) * 2012-08-29 2012-12-19 电子科技大学 Method for fast zooming two-dimensional seismic image based on GPU (graphic processing unit)
CN103034973A (en) * 2012-12-05 2013-04-10 焦点科技股份有限公司 Self-adaptive image scaling method based on bicubic interpolation
CN103577689A (en) * 2013-10-26 2014-02-12 安徽影星银幕有限责任公司 Smoothing algorithm for optical characteristic curves of screen brightness values
CN103646422A (en) * 2013-12-19 2014-03-19 哈尔滨工程大学 Genetic multilayer B-spline interpolation algorithm based three-dimensional display method
CN108122196A (en) * 2016-11-28 2018-06-05 阿里巴巴集团控股有限公司 The texture mapping method and device of picture
US10252581B2 (en) 2013-06-14 2019-04-09 Fyster As Device for detecting wear of a tire
CN111800629A (en) * 2019-04-09 2020-10-20 华为技术有限公司 Video decoding method, video encoding method, video decoder and video encoder
CN114662403A (en) * 2022-04-07 2022-06-24 浙江大学 Bivariate B-spline function earth surface sun shape model based on observation data
CN116777178A (en) * 2023-07-27 2023-09-19 烟台金潮果蔬食品有限公司 Quality control method for fruit and vegetable juice production

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06350397A (en) * 1993-06-02 1994-12-22 Sony Corp Interpolation circuit and electronic zoom equipment provided with it
JPH11155099A (en) * 1997-11-21 1999-06-08 Sharp Corp Electronic zoom processor
CN101216935A (en) * 2008-01-17 2008-07-09 四川虹微技术有限公司 Image amplification method based on spline function interpolation algorithm
CN101226630A (en) * 2007-09-27 2008-07-23 四川虹微技术有限公司 Interpolation method based on cubic spline function
CN101477678A (en) * 2008-12-04 2009-07-08 上海大学 Blind detection method for digital image scaling factor

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06350397A (en) * 1993-06-02 1994-12-22 Sony Corp Interpolation circuit and electronic zoom equipment provided with it
JPH11155099A (en) * 1997-11-21 1999-06-08 Sharp Corp Electronic zoom processor
CN101226630A (en) * 2007-09-27 2008-07-23 四川虹微技术有限公司 Interpolation method based on cubic spline function
CN101216935A (en) * 2008-01-17 2008-07-09 四川虹微技术有限公司 Image amplification method based on spline function interpolation algorithm
CN101477678A (en) * 2008-12-04 2009-07-08 上海大学 Blind detection method for digital image scaling factor

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102760281A (en) * 2011-04-26 2012-10-31 撖龙 Image resizing method
CN102800049B (en) * 2012-08-08 2016-07-06 广东威创视讯科技股份有限公司 The method of image down and device
CN102800049A (en) * 2012-08-08 2012-11-28 广东威创视讯科技股份有限公司 Image reduction method and device
CN102831577A (en) * 2012-08-29 2012-12-19 电子科技大学 Method for fast zooming two-dimensional seismic image based on GPU (graphic processing unit)
CN102831577B (en) * 2012-08-29 2016-08-24 电子科技大学 The quick Zoom method of two-dimension earthquake image based on GPU
CN103034973A (en) * 2012-12-05 2013-04-10 焦点科技股份有限公司 Self-adaptive image scaling method based on bicubic interpolation
CN103034973B (en) * 2012-12-05 2015-08-12 焦点科技股份有限公司 Based on the adaptive image scaling method of bicubic interpolation
US10252581B2 (en) 2013-06-14 2019-04-09 Fyster As Device for detecting wear of a tire
CN103577689A (en) * 2013-10-26 2014-02-12 安徽影星银幕有限责任公司 Smoothing algorithm for optical characteristic curves of screen brightness values
CN103646422B (en) * 2013-12-19 2016-03-09 哈尔滨工程大学 Based on the 3 D displaying method of hereditary Multi-B Spline interpolation algorithm
CN103646422A (en) * 2013-12-19 2014-03-19 哈尔滨工程大学 Genetic multilayer B-spline interpolation algorithm based three-dimensional display method
CN108122196A (en) * 2016-11-28 2018-06-05 阿里巴巴集团控股有限公司 The texture mapping method and device of picture
CN108122196B (en) * 2016-11-28 2022-07-05 阿里巴巴集团控股有限公司 Texture mapping method and device for picture
CN111800629A (en) * 2019-04-09 2020-10-20 华为技术有限公司 Video decoding method, video encoding method, video decoder and video encoder
CN114662403A (en) * 2022-04-07 2022-06-24 浙江大学 Bivariate B-spline function earth surface sun shape model based on observation data
CN116777178A (en) * 2023-07-27 2023-09-19 烟台金潮果蔬食品有限公司 Quality control method for fruit and vegetable juice production
CN116777178B (en) * 2023-07-27 2024-01-23 烟台金潮果蔬食品有限公司 Quality control method for fruit and vegetable juice production

Also Published As

Publication number Publication date
CN101807291B (en) 2011-11-09

Similar Documents

Publication Publication Date Title
CN101807291B (en) Biquadratic B-spline local interpolation-based image scaling method
CN103034973B (en) Based on the adaptive image scaling method of bicubic interpolation
CN107578377A (en) A kind of super-resolution image reconstruction method and system based on deep learning
CN100373912C (en) Quick double linear interpolating method in image amplification process
KR102221225B1 (en) Method and Apparatus for Improving Image Quality
JP2007511789A5 (en)
CN103180882A (en) Tessellation of patches of surfaces in a tile based rendering system
CN101795350B (en) Non-linear image double amplifying method based on relevance detection
CN101226634A (en) Method for reestablishment of single frame image quick super-resolution based on nucleus regression
CN101923707A (en) Watershed algorithm-based high spatial resolution multi-spectral remote sensing image segmentation method
CN104766272B (en) A kind of image super-resolution rebuilding method based on sub-pix skew model
CN107203969A (en) A kind of high magnification image super-resolution rebuilding method of medium scale constraint
CN101142614B (en) Single channel image resampling system and method using anisotropic filtering
CN107680043A (en) Single image super-resolution output intent based on graph model
JP2002525723A (en) Method and apparatus for zooming digital images
CN118229532A (en) Image super-resolution method and system based on composite transducer
CN104063875A (en) Super-resolution reconstruction method for enhancing smoothness and definition of video image
CN104822030A (en) Irregular video rectangularization correction method based on image deformation
CN104134189A (en) Method and device for magnifying image
CN106210696A (en) A kind of method and device of real-time virtual View Synthesis
CN103020936A (en) Super-resolution reconstruction method of facial image
CN116245736B (en) Orthogonal position coding representation method of image block and up-sampling module implementation method
CN113240584A (en) Multitask gesture picture super-resolution method based on picture edge information
CN108921785B (en) Super-resolution reconstruction method based on wavelet packet
He et al. An approach of canny edge detection with virtual hexagonal image structure

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C53 Correction of patent for invention or patent application
CB03 Change of inventor or designer information

Inventor after: Feng Jieqing

Inventor after: Xia Haihong

Inventor before: Xia Haihong

Inventor before: Feng Jieqing

COR Change of bibliographic data

Free format text: CORRECT: INVENTOR; FROM: XIA HAIHONG FENG JIEQING TO: FENG JIEQING XIA HAIHONG

C14 Grant of patent or utility model
GR01 Patent grant
C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20160922

Address after: Shilou town Panyu Guangdong province 511447 Guangzhou city Chong Kai Road No. 63 Building No. 1 Room 802 Chong Kai

Patentee after: Guangdong Sea Star Ocean Technology Co. Ltd.

Address before: 310027 Hangzhou, Zhejiang Province, Xihu District, Zhejiang Road, No. 38, No.

Patentee before: Zhejiang University