CN100563295C - A kind of image magnification method based on estimation error in the linear interpolation arithmetic - Google Patents
A kind of image magnification method based on estimation error in the linear interpolation arithmetic Download PDFInfo
- Publication number
- CN100563295C CN100563295C CNB2007102023544A CN200710202354A CN100563295C CN 100563295 C CN100563295 C CN 100563295C CN B2007102023544 A CNB2007102023544 A CN B2007102023544A CN 200710202354 A CN200710202354 A CN 200710202354A CN 100563295 C CN100563295 C CN 100563295C
- Authority
- CN
- China
- Prior art keywords
- mrow
- msub
- interpolation
- mfrac
- image
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 16
- 230000003321 amplification Effects 0.000 claims abstract description 12
- 238000003199 nucleic acid amplification method Methods 0.000 claims abstract description 12
- 230000000694 effects Effects 0.000 abstract description 5
- 238000004422 calculation algorithm Methods 0.000 abstract description 3
- 230000002950 deficient Effects 0.000 abstract 1
- 230000007704 transition Effects 0.000 description 5
- 230000014509 gene expression Effects 0.000 description 3
- 238000004364 calculation method Methods 0.000 description 2
- 230000015556 catabolic process Effects 0.000 description 2
- 238000006731 degradation reaction Methods 0.000 description 2
- 238000009795 derivation Methods 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 101100127891 Caenorhabditis elegans let-4 gene Proteins 0.000 description 1
- 230000007547 defect Effects 0.000 description 1
- 238000011156 evaluation Methods 0.000 description 1
- 238000002474 experimental method Methods 0.000 description 1
- 238000012887 quadratic function Methods 0.000 description 1
Images
Landscapes
- Image Processing (AREA)
Abstract
The invention belongs to Digital Image Processing and video display technology field, be specifically related to image magnification method based on linear interpolation arithmetic.The present invention proposes a kind of image magnification method based on linear interpolation arithmetic, can keep the image high-frequency information preferably, specifically may further comprise the steps: a, the position of calculating interpolation point P; B, obtain the pixel value of adjacent 4 pixels of interpolation point P present position; The estimation error of c, the calculated for pixel values linear interpolation by adjacent 4 pixels is with the compensation of described estimation error as the linear interpolation result; D, calculating linear interpolation result and estimation error sum, its result is the pixel value of interpolation point P.The present invention has overcome former linear interpolation arithmetic and has caused that high frequency is degenerated, image blurring defective.Image amplification effect after handling by the present invention has reached the image effect after the bicubic interpolation algorithm process substantially, and operand is little, is easy to hardware and realizes.
Description
Technical Field
The invention belongs to the technical field of digital image processing and video display, and particularly relates to an image amplification method based on linear interpolation operation.
Background
Image magnification is one of the most important techniques in digital image processing, and commonly used magnification methods include nearest neighbor interpolation, bilinear interpolation, bicubic interpolation and the like. The nearest interpolation is simple and fast, but the amplified image has serious mosaic phenomenon; bilinear interpolation can degrade the high-frequency part of the image, and cause the blurring of the image; the bicubic interpolation algorithm well retains high-frequency information of an image, edges are sharper, details are clearer, and the computation amount and hardware implementation difficulty are large.
Disclosure of Invention
The invention aims to solve the technical problem of providing an image amplification method based on linear interpolation operation, which can better reserve high-frequency information of an image, and enable edges to be sharper and details to be clearer.
The technical scheme adopted by the invention for solving the technical problems is that the image amplification method based on error estimation in linear interpolation operation is characterized by comprising the following steps:
a. calculating the position of the interpolation point P;
b. when interpolation in the horizontal direction is carried out, pixel values of 4 adjacent pixel points of the horizontal position of an interpolation point P are obtained; when interpolation in the vertical direction is carried out, pixel values of 4 adjacent pixel points in the vertical position of an interpolation point P are obtained;
c. calculating error estimation of linear interpolation according to pixel values of 4 adjacent pixel points, and taking the error estimation as compensation of a linear interpolation result;
d. and calculating the sum of the linear interpolation result and the error estimation, wherein the result is the pixel value of the interpolation point P.
Specifically, the error estimation is that when interpolation in the horizontal direction is performed, the error estimation is as follows:
wherein the pixel values of 4 points adjacent to the interpolation point P in the horizontal direction are respectively f (P)i-1)、f(Pi)、f(Pi+1)、f(Pi+2) (ii) a x is an interpolation point P and an adjacent pixel point PiX ∈ (0, 1); then, the pixel value f (P) of the interpolation point P when performing interpolation in the horizontal direction is:
<math>
<mrow>
<mi>f</mi>
<mrow>
<mo>(</mo>
<mi>P</mi>
<mo>)</mo>
</mrow>
<mo>=</mo>
<mi>f</mi>
<mrow>
<mo>(</mo>
<msub>
<mi>P</mi>
<mi>i</mi>
</msub>
<mo>)</mo>
</mrow>
<mo>+</mo>
<mo>[</mo>
<mi>f</mi>
<mrow>
<mo>(</mo>
<msub>
<mi>P</mi>
<mrow>
<mi>i</mi>
<mo>+</mo>
<mn>1</mn>
</mrow>
</msub>
<mo>)</mo>
</mrow>
<mo>-</mo>
<mi>f</mi>
<mrow>
<mo>(</mo>
<msub>
<mi>P</mi>
<mi>i</mi>
</msub>
<mo>)</mo>
</mrow>
<mo>]</mo>
<mo>·</mo>
<mi>x</mi>
<mo>+</mo>
<mfrac>
<mrow>
<mi>f</mi>
<mrow>
<mo>(</mo>
<msub>
<mi>P</mi>
<mi>i</mi>
</msub>
<mo>)</mo>
</mrow>
<mo>+</mo>
<mi>f</mi>
<mrow>
<mo>(</mo>
<msub>
<mi>P</mi>
<mrow>
<mi>i</mi>
<mo>+</mo>
<mn>1</mn>
</mrow>
</msub>
<mo>)</mo>
</mrow>
<mo>-</mo>
<mi>f</mi>
<mrow>
<mo>(</mo>
<msub>
<mi>P</mi>
<mrow>
<mi>i</mi>
<mo>-</mo>
<mn>1</mn>
</mrow>
</msub>
<mo>)</mo>
</mrow>
<mo>-</mo>
<mi>f</mi>
<mrow>
<mo>(</mo>
<msub>
<mi>P</mi>
<mrow>
<mi>i</mi>
<mo>+</mo>
<mn>2</mn>
</mrow>
</msub>
<mo>)</mo>
</mrow>
</mrow>
<mn>4</mn>
</mfrac>
<mo>·</mo>
<mi>x</mi>
<mo>·</mo>
<mrow>
<mo>(</mo>
<mn>1</mn>
<mo>-</mo>
<mi>x</mi>
<mo>)</mo>
</mrow>
<mo>;</mo>
</mrow>
</math>
the error estimation when interpolation in the vertical direction is performed is as follows:
<math>
<mrow>
<mfrac>
<mrow>
<mi>f</mi>
<mrow>
<mo>(</mo>
<msub>
<mi>P</mi>
<mi>j</mi>
</msub>
<mo>)</mo>
</mrow>
<mo>+</mo>
<mi>f</mi>
<mrow>
<mo>(</mo>
<msub>
<mi>P</mi>
<mrow>
<mi>j</mi>
<mo>+</mo>
<mn>1</mn>
</mrow>
</msub>
<mo>)</mo>
</mrow>
<mo>-</mo>
<mi>f</mi>
<mrow>
<mo>(</mo>
<msub>
<mi>P</mi>
<mrow>
<mi>j</mi>
<mo>-</mo>
<mn>1</mn>
</mrow>
</msub>
<mo>)</mo>
</mrow>
<mo>-</mo>
<mi>f</mi>
<mrow>
<mo>(</mo>
<msub>
<mi>P</mi>
<mrow>
<mi>j</mi>
<mo>+</mo>
<mn>2</mn>
</mrow>
</msub>
<mo>)</mo>
</mrow>
</mrow>
<mn>4</mn>
</mfrac>
<mo>·</mo>
<mi>y</mi>
<mo>·</mo>
<mrow>
<mo>(</mo>
<mn>1</mn>
<mo>-</mo>
<mi>y</mi>
<mo>)</mo>
</mrow>
<mo>;</mo>
</mrow>
</math>
wherein the pixel values of 4 points adjacent to the interpolation point P in the vertical direction are respectively f (P)j-1)、f(Pj)、f(Pj+1)、f(Pj+2) (ii) a y is an interpolation point P and an adjacent pixel point PiY e (0, 1); then, the pixel value f (P) of the interpolation point P when the interpolation is performed in the vertical direction is:
<math>
<mrow>
<mi>f</mi>
<mrow>
<mo>(</mo>
<mi>P</mi>
<mo>)</mo>
</mrow>
<mo>=</mo>
<mi>f</mi>
<mrow>
<mo>(</mo>
<msub>
<mi>P</mi>
<mi>j</mi>
</msub>
<mo>)</mo>
</mrow>
<mo>+</mo>
<mo>[</mo>
<mi>f</mi>
<mrow>
<mo>(</mo>
<msub>
<mi>P</mi>
<mrow>
<mi>j</mi>
<mo>+</mo>
<mn>1</mn>
</mrow>
</msub>
<mo>)</mo>
</mrow>
<mo>-</mo>
<mi>f</mi>
<mrow>
<mo>(</mo>
<msub>
<mi>P</mi>
<mi>j</mi>
</msub>
<mo>)</mo>
</mrow>
<mo>]</mo>
<mo>·</mo>
<mi>y</mi>
<mo>+</mo>
<mfrac>
<mrow>
<mi>f</mi>
<mrow>
<mo>(</mo>
<msub>
<mi>P</mi>
<mi>j</mi>
</msub>
<mo>)</mo>
</mrow>
<mo>+</mo>
<mi>f</mi>
<mrow>
<mo>(</mo>
<msub>
<mi>P</mi>
<mrow>
<mi>j</mi>
<mo>+</mo>
<mn>1</mn>
</mrow>
</msub>
<mo>)</mo>
</mrow>
<mo>-</mo>
<mi>f</mi>
<mrow>
<mo>(</mo>
<msub>
<mi>P</mi>
<mrow>
<mi>j</mi>
<mo>-</mo>
<mn>1</mn>
</mrow>
</msub>
<mo>)</mo>
</mrow>
<mo>-</mo>
<mi>f</mi>
<mrow>
<mo>(</mo>
<msub>
<mi>P</mi>
<mrow>
<mi>j</mi>
<mo>+</mo>
<mn>2</mn>
</mrow>
</msub>
<mo>)</mo>
</mrow>
</mrow>
<mn>4</mn>
</mfrac>
<mo>·</mo>
<mi>y</mi>
<mo>·</mo>
<mrow>
<mo>(</mo>
<mn>1</mn>
<mo>-</mo>
<mi>y</mi>
<mo>)</mo>
</mrow>
<mo>.</mo>
</mrow>
</math>
the method has the advantages that the interpolation point of the original bilinear interpolation method is determined by the values of 4 pixel points around the original image, and the determination of the pixel value of the interpolation point refers to the values of 16 pixel points around the point after the improvement of error estimation is introduced. The invention overcomes the defects of high-frequency degradation and image blurring caused by the original linear interpolation operation. The image amplification effect processed by the method basically achieves the image effect processed by the bicubic interpolation algorithm, and the method is small in operand and easy to realize by hardware.
Drawings
FIG. 1 is a schematic diagram of the present invention;
fig. 2 is a schematic diagram of the derivation of the error estimate.
Detailed Description
The principle of the calculation of the error estimate E relative to cubic interpolation in linear interpolation is as follows:
linear interpolation is shown in FIG. 1, PiAnd Pi+1For the adjacent 2 pixels of the interpolation point P in the horizontal direction, the formula f' (P) of linear interpolation is f (P)i)+[f(Pi+1)-f(Pi)]X, x ∈ (0, 1); linear interpolation is not smooth and can cause degradation of high frequency portions of the image. To keep the high-frequency information of the image, a curve formed by the interpolation point P and the pixel point needs to be as smooth as possible, so that an error estimation E is introduced, and the calculation method of the pixel value of the interpolation point P is perfected:
f(P)=f(Pi)+[f(Pi+1)-f(Pi)]·x+E,x∈(0,1);
the error estimate E is derived as follows:
the newton first order interpolation polynomial is:
wherein,
<math>
<mrow>
<mfrac>
<mrow>
<msup>
<mi>f</mi>
<mrow>
<mo>′</mo>
<mo>′</mo>
</mrow>
</msup>
<mrow>
<mo>(</mo>
<mi>ξ</mi>
<mo>)</mo>
</mrow>
</mrow>
<mn>2</mn>
</mfrac>
<mrow>
<mo>(</mo>
<mi>x</mi>
<mo>-</mo>
<msub>
<mi>x</mi>
<mn>0</mn>
</msub>
<mo>)</mo>
</mrow>
<mrow>
<mo>(</mo>
<mi>x</mi>
<mo>-</mo>
<mrow>
<mo>(</mo>
<msub>
<mi>x</mi>
<mn>0</mn>
</msub>
<mo>+</mo>
<mi>h</mi>
<mo>)</mo>
</mrow>
<mo>)</mo>
</mrow>
</mrow>
</math>
error estimation for newton first order interpolation polynomial;
as shown in fig. 2, the-1, 0, 1, 2 respectively indicate the position of the interpolation point x adjacent to the 4 points in the horizontal direction, if: x is the number of0Substituting-1, h-3 into formula (1) to obtain:
if: x is the number of0Substituting 0, h-1 into formula (1) to obtain:
in the error estimation of the present invention, it is assumed that f "(x) has a small shift in x e (-1, 2), i.e.: f' (xi)1)≈f″(ξ2) And is uniformly expressed by f' (sigma), and is obtained by subtracting the two expressions of the expression (2) and the expression (3):
let x be 1/2 to give:
when x is 1/2, the value of point a is: f (0) + [ f (1) -f (0) ] (1/2); the values of point B are:
from the above, the length of the line segment AB is used as an approximate estimation value of f' (σ), and the length in equation (3) is expressedAs the error of the linear interpolation, and the variable E as the estimated value of the error. Will be provided with
<math>
<mrow>
<msup>
<mi>f</mi>
<mrow>
<mo>′</mo>
<mo>′</mo>
</mrow>
</msup>
<mrow>
<mo>(</mo>
<mi>σ</mi>
<mo>)</mo>
</mrow>
<mo>=</mo>
<mfrac>
<mrow>
<mi>f</mi>
<mrow>
<mo>(</mo>
<mo>-</mo>
<mn>1</mn>
<mo>)</mo>
</mrow>
<mo>+</mo>
<mi>f</mi>
<mrow>
<mo>(</mo>
<mn>2</mn>
<mo>)</mo>
</mrow>
</mrow>
<mn>2</mn>
</mfrac>
<mo>-</mo>
<mfrac>
<mrow>
<mi>f</mi>
<mrow>
<mo>(</mo>
<mn>0</mn>
<mo>)</mo>
</mrow>
<mo>+</mo>
<mi>f</mi>
<mrow>
<mo>(</mo>
<mn>1</mn>
<mo>)</mo>
</mrow>
</mrow>
<mn>2</mn>
</mfrac>
</mrow>
</math>
Bringing in
When x is 1/2, it is concluded that the error estimate E is AB/8.
Then, a quadratic function is used and an error estimation value E is introduced to approximate and estimate an error curve ferror(x) As shown in fig. 2, we obtain: f. of1(x)=-4·E·x2+(4·E-a)·x;f2(x) The error curve is curve f1(x) And the straight line f2(x) The difference between: thus: f. oferror(x)=4·E·x·(1-x);
Bringing E ═ AB/8 into the above formula to give
<math>
<mrow>
<msub>
<mi>f</mi>
<mi>error</mi>
</msub>
<mrow>
<mo>(</mo>
<mi>x</mi>
<mo>)</mo>
</mrow>
<mo>=</mo>
<mfrac>
<mrow>
<mi>f</mi>
<mrow>
<mo>(</mo>
<mn>0</mn>
<mo>)</mo>
</mrow>
<mo>+</mo>
<mi>f</mi>
<mrow>
<mo>(</mo>
<mn>1</mn>
<mo>)</mo>
</mrow>
<mo>-</mo>
<mi>f</mi>
<mrow>
<mo>(</mo>
<mo>-</mo>
<mn>1</mn>
<mo>)</mo>
</mrow>
<mo>-</mo>
<mi>f</mi>
<mrow>
<mo>(</mo>
<mn>2</mn>
<mo>)</mo>
</mrow>
</mrow>
<mn>4</mn>
</mfrac>
<mo>·</mo>
<mi>x</mi>
<mo>·</mo>
<mrow>
<mo>(</mo>
<mn>1</mn>
<mo>-</mo>
<mi>x</mi>
<mo>)</mo>
</mrow>
<mo>;</mo>
</mrow>
</math>
E is ferror(x) The 4 points adjacent to the interpolation point in the horizontal direction are respectively Pi-1、Pi、Pi+1、Pi+2Then there is error estimation in the horizontal direction interpolationThe evaluation E is:
similarly, let 4 points adjacent to each other in the horizontal direction of the interpolation point be Pj-1、Pj、Pj+1、Pj+2From the above derivation, the error estimation value E during interpolation in the vertical direction is:
examples
In the process of realizing image amplification, the invention firstly amplifies the image in the horizontal direction to obtain a transition image, and then amplifies the transition image in the vertical direction to obtain the final amplified image. Of course, the magnification in the vertical direction may be performed first and then the magnification in the horizontal direction may be performed. The essence of the amplification is to interpolate the two-dimensional signal in one dimension.
Let the original image size be M × N, the enlarged image size be X × Y, and the first row (column) count starting with zero row (column) and the last row (column) be M-1 row (N-1 column).
Firstly, interpolation operation in the horizontal direction is carried out, and the specific steps are as follows:
1. for the r-th row (r is 0, 1, 2 … … M-1) of the original image, the horizontal position s of the interpolation point P is calculated in turn: s ═ 0.5+ N/(2 x Y) + C x N/Y; where C is 0, 1, 2 … … Y-1 is the number of columns after the image is enlarged.
Therefore, four known points which are adjacent to each other before and after the position of the interpolation point P can be found: pi-1=floor(s)-1、Pi=floor(s)、Pi+1=floor(s)+1、Pi+2Floor(s) + 2; where the function floor(s) is rounded down for s.
2. Calculating P to PiDistance x of (2): x ═ s-floor(s);
3. according to the interpolation formula provided by the invention, the pixel value of the interpolation point P is calculated:
4. and sequentially completing the interpolation operation of the lines from 0 to M-1 in the horizontal direction, and thus completing the amplification of the whole image in the horizontal direction to obtain a transition image T with the size of M multiplied by Y.
Then, the interpolation in the vertical direction is carried out, and the specific steps are as follows:
5. for the C-th column of the transition image T, C is 0, 1, 2 … … Y-1, and the vertical position T of the interpolation point P is sequentially calculated in the vertical direction as: t is-0.5 + M/(2X) + R M/X, wherein R is 0, 1, 2 … … X-1, which is the line number after the image is enlarged;
obtaining four adjacent known points above and below the position of the point P to be inserted: pj-1=floor(t)-1、Pj=floor(t)、Pj+1=floor(t)+1、Pj+2=floor(t)+2;
6. Calculating P to PjDistance y of (d): y-floor (t);
7. according to the interpolation formula provided by the invention, the pixel value of the point P to be interpolated is calculated:
8. and sequentially finishing the interpolation operation in the vertical direction from the O to the Y-1 columns, and finishing the amplification of the whole transition image T in the vertical direction to obtain a final amplified image with the size of X multiplied by Y.
The experiment verifies that: the image processed by the invention is obviously improved compared with the image processed by bilinear interpolation, the overall amplification effect is equivalent to bicubic interpolation, but the computation amount is far lower than that of bicubic interpolation.
Claims (1)
1. An image amplification method based on error estimation in linear interpolation operation is characterized by specifically comprising the following steps:
a. calculating the position of the interpolation point P;
b. when interpolation in the horizontal direction is carried out, pixel values of 4 adjacent pixel points of the horizontal position of an interpolation point P are obtained; when interpolation in the vertical direction is carried out, pixel values of 4 adjacent pixel points in the vertical position of an interpolation point P are obtained;
c. calculating error estimation of linear interpolation according to pixel values of 4 adjacent pixel points, and taking the error estimation as compensation of a linear interpolation result;
d. calculating the sum of the linear interpolation result and the error estimation, wherein the result is the pixel value of the interpolation point P;
the error estimation in the step c is specifically that when interpolation in the horizontal direction is performed, the error estimation is as follows:
wherein the pixel values of 4 adjacent pixel points in the horizontal direction of the interpolation point P are respectively
f(Pi-1)、f(Pi)、f(Pi+1)、f(Pi+2) (ii) a x is an interpolation point P and an adjacent pixel point PiX ∈ (0, 1); in step d, levelWhen the direction is interpolated, the pixel value f (P) of the interpolation point P is:
the error estimation in the interpolation in the vertical direction is as follows:
wherein the pixel values of 4 pixel points adjacent to the interpolation point P in the vertical direction are respectively f (P)j-1)、f(Pj)、f(Pj+1)、f(Pj+2) (ii) a y is an interpolation point and an adjacent pixel point PjY e (0, 1); in step d, the pixel value f (P) of the interpolation point P when performing interpolation in the vertical direction is:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CNB2007102023544A CN100563295C (en) | 2007-11-01 | 2007-11-01 | A kind of image magnification method based on estimation error in the linear interpolation arithmetic |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CNB2007102023544A CN100563295C (en) | 2007-11-01 | 2007-11-01 | A kind of image magnification method based on estimation error in the linear interpolation arithmetic |
Publications (2)
Publication Number | Publication Date |
---|---|
CN101163190A CN101163190A (en) | 2008-04-16 |
CN100563295C true CN100563295C (en) | 2009-11-25 |
Family
ID=39298010
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CNB2007102023544A Expired - Fee Related CN100563295C (en) | 2007-11-01 | 2007-11-01 | A kind of image magnification method based on estimation error in the linear interpolation arithmetic |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN100563295C (en) |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101437137B (en) * | 2008-12-19 | 2010-08-25 | 四川虹微技术有限公司 | Field interpolation method |
CN101815157B (en) * | 2009-02-24 | 2013-01-23 | 虹软(杭州)科技有限公司 | Image and video amplification method and relevant image processing device |
CN102263924B (en) * | 2010-05-29 | 2014-05-28 | 比亚迪股份有限公司 | Image processing method based on bicubic interpolation and image display method |
CN102760281A (en) * | 2011-04-26 | 2012-10-31 | 撖龙 | Image resizing method |
CN103366342B (en) * | 2013-07-02 | 2015-12-23 | 天津大学 | Be applied to the subsection linearity inser value method that video image amplifies |
CN104184981B (en) * | 2014-08-27 | 2017-12-15 | 深圳市华星光电技术有限公司 | A kind of low-res display methods and equipment based on reduction pixel sampling processing |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1094209A (en) * | 1993-01-14 | 1994-10-26 | 三星电子株式会社 | The interpolation method of digital image data and circuit thereof |
CN1614635A (en) * | 2004-12-13 | 2005-05-11 | 北京中星微电子有限公司 | Method for image amplifying interpolation |
-
2007
- 2007-11-01 CN CNB2007102023544A patent/CN100563295C/en not_active Expired - Fee Related
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1094209A (en) * | 1993-01-14 | 1994-10-26 | 三星电子株式会社 | The interpolation method of digital image data and circuit thereof |
CN1614635A (en) * | 2004-12-13 | 2005-05-11 | 北京中星微电子有限公司 | Method for image amplifying interpolation |
Also Published As
Publication number | Publication date |
---|---|
CN101163190A (en) | 2008-04-16 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN100563295C (en) | A kind of image magnification method based on estimation error in the linear interpolation arithmetic | |
JP4874904B2 (en) | Image processing apparatus and method | |
CN102254301B (en) | Demosaicing method for CFA (color filter array) images based on edge-direction interpolation | |
US8792746B2 (en) | Image processing apparatus, image processing method, and program | |
CN107341765B (en) | Image super-resolution reconstruction method based on cartoon texture decomposition | |
CN106169173B (en) | Image interpolation method | |
US8213746B2 (en) | Super-resolution image processing | |
JP2011504682A (en) | Resize image sequence | |
Zhang et al. | Image super-resolution using windowed ordinary Kriging interpolation | |
JP2009212969A (en) | Image processing apparatus, image processing method, and image processing program | |
JP2005295510A (en) | Resolution conversion method and apparatus | |
CN103236035B (en) | Based on the image magnification method without the bilateral quadratic B-spline interpolation of skew | |
CN101247489A (en) | Method for detail real-time replay of digital television | |
CN103595981A (en) | Method for demosaicing color filtering array image based on non-local low rank | |
CN101499164A (en) | Image interpolation reconstruction method based on single low-resolution image | |
CN107392854A (en) | A kind of joint top sampling method based on local auto-adaptive gain factor | |
CN102663703B (en) | Treelet-based Bayer type CFA image denoising method | |
CN115272068A (en) | Efficient interpolation method for image upsampling | |
CN105279742B (en) | A kind of image de-noising method quickly based on piecemeal estimation of noise energy | |
CN104134189A (en) | Method and device for magnifying image | |
JP4868249B2 (en) | Video signal processing device | |
CN104184981A (en) | Low-resolution display method and device based on downsampling | |
US20030169941A1 (en) | Edge enhancement method and apparatus in digital image scalar-up circuit | |
JP4688753B2 (en) | Interpolation processing apparatus and interpolation processing method | |
Ousguine et al. | A new image interpolation using gradient-orientation and cubic spline interpolation |
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 | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20091125 Termination date: 20161101 |
|
CF01 | Termination of patent right due to non-payment of annual fee |