US8494308B2 - Image upscaling based upon directional interpolation - Google Patents
Image upscaling based upon directional interpolation Download PDFInfo
- Publication number
- US8494308B2 US8494308B2 US13/045,338 US201113045338A US8494308B2 US 8494308 B2 US8494308 B2 US 8494308B2 US 201113045338 A US201113045338 A US 201113045338A US 8494308 B2 US8494308 B2 US 8494308B2
- Authority
- US
- United States
- Prior art keywords
- pixels
- interpolation
- pixel
- image
- technique
- 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, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T3/00—Geometric image transformations in the plane of the image
- G06T3/40—Scaling of whole images or parts thereof, e.g. expanding or contracting
- G06T3/403—Edge-driven scaling; Edge-based scaling
Definitions
- the present invention relates to image upscaling based upon directional interpolation.
- Digital video is typically represented as a series of images or frames, each of which contains an array of pixels.
- Each pixel includes information, such as intensity and/or color information.
- each pixel is represented as a set of three colors, each of which is defined by eight bit color values.
- Pixel information within a frame may be missing such as boundary conditions that may result when executing a video conversion process, such as the conversion between interlaced television field signals and progressive frame signals.
- a frame may be at a first resolution, such as standard definition, which is desirable to convert to a second resolution, such as high definition.
- Standard techniques for pixel interpolation are based on the application of classical linear filters.
- such techniques introduce various visual artifacts such as blurring of sharp edge patterns and detailed texture patterns in the image, ringing along edge contours, as well jaggedness along edge contours.
- Such artifacts generally cannot be avoided when standard linear filtering techniques are used for interpolation. Therefore, there is a need for improved techniques for pixel interpolation, such as techniques that are adaptive to local image patterns.
- An improved technique for pixel interpolation is generally referred to as an edge-directed interpolation which seeks to generate a value for a missing pixel by extending the patterns in selected directions, expressed as edges which exist in the surrounding pixels of an image frame.
- edges which exist in the surrounding pixels of an image frame.
- it is difficult to determine the existence of an edge in an image and the direction of such an edge in an image. Erroneous estimates of the direction can lead to new visual artifacts in the image after interpolation. Therefore, there is a need for a robust technique for estimating the direction of a local edge pattern in an image.
- an image upscaling technique with low computational complexity that can outperform standard linear filtering techniques in terms of visual quality.
- FIG. 1 is a block diagram of an image upscaling technique.
- FIG. 2 illustrates a 7 by 7 window for the interpolation of pixels.
- FIG. 3 illustrates direction interpolation
- FIG. 4 illustrates an interpolation technique for ⁇ 45 degrees.
- FIG. 5 illustrates an interpolation technique for ⁇ 26.6 degrees.
- FIG. 6 illustrates an interpolation technique for ⁇ 18.4 degrees.
- FIG. 7 illustrates an interpolation technique for +0 degrees.
- FIG. 8 illustrates an interpolation technique for +18.4 degrees.
- FIG. 9 illustrates an interpolation technique for +26.6 degrees.
- FIG. 10 illustrates an interpolation technique for +45 degrees.
- FIG. 11 illustrates an interpolation technique for +63.4 degrees.
- FIG. 12 illustrates an interpolation technique for +71.6 degrees.
- FIG. 13 illustrates an interpolation technique for +90 degrees.
- FIG. 14 illustrates an interpolation technique for +108.4 degrees.
- FIG. 16 illustrates an interpolation technique for finding four pixels of parallelograms.
- the window of image pixels 100 is preferably moved around the image in a predefined manner such that the input image containing M ⁇ N pixels results in an output image greater than M ⁇ N pixels.
- the movement may be based on using a line buffer 105 .
- a larger or smaller window of pixels may alternatively be used.
- a preferred window is a square window of pixels.
- a window with other shapes may alternatively be used, such as a rectangular window, or a diamond shaped window, or octagonal shaped window, and so forth.
- the 5 by 5 window may be used to estimate an orientation 110 (direction) of an edge at or near the central pixel.
- the orientation estimation 110 of the edges may use any suitable technique, such as using a gradient technique, to determine an orientation 125 .
- the gradient estimation for a M ⁇ N block of pixels may be based upon:
- G x (M,N) and G y (M,N) are the x- and y-gradients at (M,N) .
- a reliability measure 120 may be determined which estimates the likelihood that the orientation estimation 110 has determined an actual edge.
- the reliability score may be based on checking the agreement between an estimated angle and its 8 neighbors in a 3 ⁇ 3 window, i.e.,
- the reliability score may be a non-binary scaler between 0 and 1, with 8 quantization levels. Any other reliability measure may likewise be used.
- the output of the orientation estimation 110 may be refined by an orientation refinement technique.
- the orientation refinement may use a different technique from the orientation estimation 110 to select from among the best candidate(s) from the orientation estimation 110 .
- the orientation refinement reduces the likelihood of the orientation estimation 110 being in error as a result of local minimums in the estimation process.
- a set of orientations 125 for a group of pixels may be stored in a line buffer 130 . In this manner, a plurality of orientations 125 will be available, as needed, for further image analysis without having to recalculate the orientations for a previously processed pixel.
- a set of reliability measures 120 may be stored in a line buffer 140 . In this manner, a plurality of reliability measures 120 will be available, as needed, for further image analysis without having to recalculate the orientations for a previously processed pixel.
- a location determination process 150 may be used to determine, based upon the desired location of the output pixel position 160 , the orientation 125 of which pixel 170 of the input image should be used to determine the value of the output pixel position 160 .
- the selected pixel 170 is the one closest to a pixel location in the input image.
- the location determination process 150 may further, based upon the desired location of the output pixel position 160 , obtain a selected set of pixels 180 of the input image that may be used to determine the pixel value of the output pixel position 160 .
- a near continuous set of output positions may be selected, such as those that are not merely a multiple of 2.
- a direction based interpolation technique 180 uses the pixel data 190 from the line buffer 105 together with the orientation of the selected pixel 200 from the line buffer 130 in combination with the output pixel position 160 . Based upon the input information to the directional interpolation 180 , a set multiple input image pixels 210 are selected from which to determine the value at the output pixel position 160 .
- the set of multiple input pixels 210 is preferably 4 forming an enclosed loop, preferably in the shape of a parallelogram.
- the process further selects appropriate weights for the set of multiple input pixels 210 suitable to provide a value at the output pixel position 160 .
- the angular interpolation can be performed on a finer basis.
- the directional based interpolation technique 180 uses the pixel locations and the corresponding weights 210 together with the input pixel data 190 to determine an appropriate weighted average 220 for the desired output pixel position 160 .
- the result of the directional based interpolation technique 180 is a value 230 for the output pixel position 160 .
- the directional interpolation 180 does not provide accurate results, such as in the case that there is no defined edge within the 5 by 5 window or the pixel is near the edge of an image.
- the upscaling technique may provide a fallback interpolation 240 that is not based to such a degree upon the determination of edges. For those are not on the edge, non-directional interpolation approach is preferred.
- interpolation techniques which may or may not be content adaptive.
- every output pixel position 160 may be interpolated twice, namely, a directional technique 180 and a fallback technique 240 .
- the fallback interpolation 240 may be multiplied by 1 minus the reliability measure which is added to the directional interpolation multiplied by the reliability measure.
- the output 270 is a combination of the directional interpolation and the fallback interpolation. This process is repeated for all the desired output pixel positions.
- the result of the technique is the ability of selecting any desired output image resolution, and being capable of scaling substantially any input image resolution to that desired output image resolution.
- the implementation of the system may use any suitable technique.
- the rate at which the orientation estimation is performed may be at a slower rate than the interpolation technique which is performed at a higher rate. This difference in rates facilitates more efficient data throughput for the upscaling of the image.
- the orientation estimation 110 by may use gradients to estimate one or more pixels around the center pixel.
- the technique may quantize the edge orientation into a plurality of different directions to make a determination of where the edge may exist, if any.
- the angles are preferably not evenly distributed to facilitate the construction of interpolation parallelograms so that the 4 corners of the parallelograms snap to the input pixel grids.
- the quantization may include coefficients (most of them are preferably zero) for performing the interpolation along the edge orientation, not across the edge orientation.
- the plurality of different directions may include, for example, 12 different directions defined as, ⁇ 45 degrees ( FIG. 4 ), ⁇ 26.6 degrees ( FIG. 5 ), ⁇ 18.4 degrees ( FIG. 6 ), 0 degrees ( FIG. 7 ), +18.4 degrees ( FIG. 8 ), +26.6 degrees ( FIG. 9 ), +45 degrees ( FIG. 10 ), +63.4 degrees ( FIG. 11 ), +71.6 degrees ( FIG. 12 ), +90 degrees ( FIG. 13 ), +108.4 degrees ( FIG. 14 ), and +116.6 degrees ( FIG. 15 ).
- Each direction may be indexed with an index from 0 to 11, with direction with index 0 corresponding to ⁇ 45 degrees, with index 1 corresponding to ⁇ 26.6 degrees, with index 2 corresponding to ⁇ 18.4 degrees, with index 3 corresponding to 0 degrees, with index 4 corresponding to +18.4 degrees, with index 5 corresponding to +26.6 degrees, with index 6 corresponding to +45 degrees, with index 7 corresponding to +63.4 degrees, with index 8 corresponding to +71.6 degrees, with index 9 corresponding to +90 degrees, with index 10 corresponding to +108.4 degrees, and with index 11 corresponding to +116.6 degrees.
- multiple parallelograms may be formed so that the new pixels are either inside the parallelograms or on the boundaries.
- the new pixels are interpolated using these parallelograms by averaging of pixels at either 4 corner points of a parallelogram, or by averaging pixels at 2 points in the 5 by 5 window.
- Other pixel selection techniques and calculation techniques may likewise be used.
- the directional interpolation process 180 includes three steps to determine the intensity value of a desired output position:
- the output pixels can be anywhere.
- FIG. 3 illustrates an edge orientation at (M,N) with an edge orientation represented by angle index 11, so the interpolation direction is 116.6°.
- the direction interpolation module determines its 4 nearest pixels along the interpolation direction for any given output position. These 4 nearest input pixels form a parallelogram skewing along the interpolation direction. Illustrated in FIG. 3 , output position T has an interpolation direction of 116.6°, so P 1 , P 2 , P 3 , and P 4 are T's four nearest input pixels along this direction, and they form a parallelogram. Two sides of the parallelogram have the angle of 116.6°, the others are vertical. It is worthwhile to point out that although the input pixel at (M,N) determines T's interpolation direction, (M,N) might be outside of the interpolation parallelogram, as shown in FIG. 3 .
- FIGS. 4-15 illustrate the interpolation parallelograms of all the 12 interpolation directions for all the output pixels in the ⁇ 0.5 range of (M,N).
- the parallelograms may have the following characteristics:
- the preferred maximal window requirement is a 9 ⁇ 9 window at the input resolution.
- Determining the 4 pixels P 1 P 2 P 3 P 4 along an interpolation direction for a given arbitrary output position T at (x,y) is illustrated in FIG. 16 , which is different for both X- and Y-parallelograms. This technique is equally applicable for all other selection of multiple pixel values, such as those illustrated in FIGS. 4-15 . Initially one may construct a triangle ABD in x- and y-parallelograms, respectively. Then calculate AC, the distance between A and C.
- AD is the same as the x-coordinate difference between P 1 and P 3 ; in y-parallelograms, AD is the same as the y-coordinate difference between P 1 and P 3 .
- the directional interpolation technique interpolates the intensity value of T from intensity values of P 1 , P 2 , P 3 , and P 4 .
- the system first define lines AB and EF that are parallel to P 1 P 3 and P 1 P 2 respectively.
- the cross point of AB and EF is T.
- w 1 (1 ⁇ x ⁇ AC +floor( x+AC ))*(1 ⁇ y +floor( y ))
- w 2 ( x+AC ⁇ floor( x+AC ))*(1 ⁇ y +floor( y ))
- w 3 (1 ⁇ x ⁇ AC +floor( x+AC ))*( y ⁇ floor( y ))
- w 1 (1 ⁇ x +floor( x ))*(1 ⁇ y ⁇ AC +floor( y+AC ))
- w 2 (1 ⁇ x +floor( x ))*( y+AC ⁇ floor( y+AC ))
- w 3 ( x ⁇ floor( x ))*(1 ⁇ y ⁇ AC +floor( y+AC ))
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Image Processing (AREA)
Abstract
Description
O NDI(x,y)=ΣΣ(w i,j P(floor(x)+i,floor(y)+j))
O final(x,y)=reliability_score*O DI+(1−reliability_score)*O NDI
M=round(x)
N=round(y)
-
- (1) the same interpolation position may be in different parallelograms if its interpolation direction changes;
- (2) The output positions in the ±0.5 range of (M,N) share the same interpolation direction, but they may be interpolated in different parallelograms.
-
- (1) X-parallelograms are for angle indexes 0-5, whose top and bottom sides are parallel to the X-axis
- (2) Y-parallelograms are for angle indexes 6-11, whose left and right sides are parallel to the Y-axis
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | ||
|
1 | 2 | 3 | 0 | −3 | −2 | −1 | −2 | −3 | 0 | 3 | 2 |
X-parallelogram:AC=AD*(y−floor(y))
Y-parallelogram:AC=AD*(x−floor(x))
-
- X-parallelogram: C has the coordinate as (x, floor(y)). Then A has the coordinate as (x+AC, floor(y))
- Y-parallelogram: C has the coordinate as (floor(x), y). Then A has the coordinate as (floor(x), y+AC).
X-parallelogram:P1=(floor(x+AC),floor(y))
P2=(floor(x+AC)+1,floor(y))
P3=(floor(x+AC)+AD,floor(y)+1)
P4=(floor(x+AC)+AD+1,floor(y)+1)
Y-parallelogram: P1=(floor(x),floor(y+AC))
P2=(floor(x),floor(y+AC)+1)
P3=(floor(x)+1,floor(y+AC)+AD)
P4=(floor(x)+1,floor(y+AC)+AD+1)
O DI(x,y)=w 1 P 1 +w 2 P 2 +w 3 P 3 +w 4 P 4
w 1=areaTBFP4
w 2=areaTBEP3
w 3=areaTAFP2
w 4=areaTAEP1=1−w 1 −w 2 −w 3
w 1=(1−x−AC+floor(x+AC))*(1−y+floor(y))
w 2=(x+AC−floor(x+AC))*(1−y+floor(y))
w 3=(1−x−AC+floor(x+AC))*(y−floor(y))
w 1=(1−x+floor(x))*(1−y−AC+floor(y+AC))
w 2=(1−x+floor(x))*(y+AC−floor(y+AC))
w 3=(x−floor(x))*(1−y−AC+floor(y+AC))
Claims (16)
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/045,338 US8494308B2 (en) | 2011-03-10 | 2011-03-10 | Image upscaling based upon directional interpolation |
PCT/JP2012/056488 WO2012121412A1 (en) | 2011-03-10 | 2012-03-07 | Methods of image upscaling based upon directional interpolation |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/045,338 US8494308B2 (en) | 2011-03-10 | 2011-03-10 | Image upscaling based upon directional interpolation |
Publications (2)
Publication Number | Publication Date |
---|---|
US20120230608A1 US20120230608A1 (en) | 2012-09-13 |
US8494308B2 true US8494308B2 (en) | 2013-07-23 |
Family
ID=46795656
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/045,338 Expired - Fee Related US8494308B2 (en) | 2011-03-10 | 2011-03-10 | Image upscaling based upon directional interpolation |
Country Status (2)
Country | Link |
---|---|
US (1) | US8494308B2 (en) |
WO (1) | WO2012121412A1 (en) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2020081772A1 (en) * | 2018-10-18 | 2020-04-23 | Sony Corporation | Training and upscaling of large size image |
US10719916B2 (en) | 2018-08-02 | 2020-07-21 | Apple Inc. | Statistical noise estimation systems and methods |
US10762604B2 (en) | 2018-08-02 | 2020-09-01 | Apple Inc. | Chrominance and luminance enhancing systems and methods |
US11024012B2 (en) | 2018-08-02 | 2021-06-01 | Apple Inc. | Directional scaling systems and methods |
US11321813B2 (en) | 2018-08-02 | 2022-05-03 | Apple Inc. | Angular detection using sum of absolute difference statistics systems and methods |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
TWI427611B (en) * | 2010-09-07 | 2014-02-21 | Innolux Corp | Overdriving value generating method |
US8891906B2 (en) * | 2012-07-05 | 2014-11-18 | Intel Corporation | Pixel-adaptive interpolation algorithm for image upscaling |
JP6469397B2 (en) * | 2014-09-19 | 2019-02-13 | 株式会社デンソーテン | Image processing apparatus, image processing method, and program |
JP6469398B2 (en) * | 2014-09-19 | 2019-02-13 | 株式会社デンソーテン | Image processing apparatus, image processing method, and program |
US10861131B2 (en) * | 2017-12-28 | 2020-12-08 | Samsung Electronics Co., Ltd. | Image magnifying apparatus |
Citations (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05233794A (en) | 1992-02-20 | 1993-09-10 | Hitachi Ltd | Enlarging method and apparatus for enlarging multi-valued natural image digital image |
US5666164A (en) | 1992-12-10 | 1997-09-09 | Sony Corporation | Image signal converting apparatus |
US6323905B1 (en) | 1997-12-25 | 2001-11-27 | Sony Corporation | Picture conversion apparatus picture conversion method learning apparatus and learning method |
US6434280B1 (en) | 1997-11-10 | 2002-08-13 | Gentech Corporation | System and method for generating super-resolution-enhanced mosaic images |
US6466702B1 (en) | 1997-04-21 | 2002-10-15 | Hewlett-Packard Company | Apparatus and method of building an electronic database for resolution synthesis |
US6766067B2 (en) | 2001-04-20 | 2004-07-20 | Mitsubishi Electric Research Laboratories, Inc. | One-pass super-resolution images |
US20040160439A1 (en) | 2002-10-31 | 2004-08-19 | Sony Corporation | Image processing apparatus and method, recording medium, and program thereof |
US20050105830A1 (en) * | 2003-11-13 | 2005-05-19 | Samsung Electronics Co., Ltd. | Image interpolation apparatus and method |
JP2005341337A (en) | 2004-05-28 | 2005-12-08 | Sharp Corp | Pixel interpolation discrimination circuit detecting apparatus, pixel interpolation apparatus, and video signal processing apparatus |
US20060033936A1 (en) * | 2004-08-12 | 2006-02-16 | Samsung Electronics Co., Ltd. | Resolution-converting apparatus and method |
US7106914B2 (en) | 2003-02-27 | 2006-09-12 | Microsoft Corporation | Bayesian image super resolution |
US20060290950A1 (en) | 2005-06-23 | 2006-12-28 | Microsoft Corporation | Image superresolution through edge extraction and contrast enhancement |
US7215831B2 (en) | 2001-04-26 | 2007-05-08 | Georgia Tech Research Corp. | Video enhancement using multiple frame techniques |
US7218796B2 (en) | 2003-04-30 | 2007-05-15 | Microsoft Corporation | Patch-based video super-resolution |
US7239428B2 (en) | 2001-06-11 | 2007-07-03 | Solectronics, Llc | Method of super image resolution |
US20080123998A1 (en) * | 2004-05-19 | 2008-05-29 | Sony Corporation | Image Processing Apparatus, Image Processing Method, Program of Image Processing Method, and Recording Medium in Which Program of Image Processing Method Has Been Recorded |
US7433545B2 (en) * | 2004-03-03 | 2008-10-07 | Noritsu Koki Co., Ltd. | Image processing apparatus and image processing method for correcting image data |
US20080291332A1 (en) | 2007-01-22 | 2008-11-27 | Dean Messing | Image upsampling technique |
JP2010039672A (en) | 2008-08-04 | 2010-02-18 | Mitsubishi Electric Corp | Magnified image generation apparatus |
US8023561B1 (en) | 2002-05-29 | 2011-09-20 | Innovation Management Sciences | Predictive interpolation of a video signal |
-
2011
- 2011-03-10 US US13/045,338 patent/US8494308B2/en not_active Expired - Fee Related
-
2012
- 2012-03-07 WO PCT/JP2012/056488 patent/WO2012121412A1/en active Application Filing
Patent Citations (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05233794A (en) | 1992-02-20 | 1993-09-10 | Hitachi Ltd | Enlarging method and apparatus for enlarging multi-valued natural image digital image |
US5666164A (en) | 1992-12-10 | 1997-09-09 | Sony Corporation | Image signal converting apparatus |
US6466702B1 (en) | 1997-04-21 | 2002-10-15 | Hewlett-Packard Company | Apparatus and method of building an electronic database for resolution synthesis |
US6434280B1 (en) | 1997-11-10 | 2002-08-13 | Gentech Corporation | System and method for generating super-resolution-enhanced mosaic images |
US6323905B1 (en) | 1997-12-25 | 2001-11-27 | Sony Corporation | Picture conversion apparatus picture conversion method learning apparatus and learning method |
US6766067B2 (en) | 2001-04-20 | 2004-07-20 | Mitsubishi Electric Research Laboratories, Inc. | One-pass super-resolution images |
US7215831B2 (en) | 2001-04-26 | 2007-05-08 | Georgia Tech Research Corp. | Video enhancement using multiple frame techniques |
US7239428B2 (en) | 2001-06-11 | 2007-07-03 | Solectronics, Llc | Method of super image resolution |
US8023561B1 (en) | 2002-05-29 | 2011-09-20 | Innovation Management Sciences | Predictive interpolation of a video signal |
US20040160439A1 (en) | 2002-10-31 | 2004-08-19 | Sony Corporation | Image processing apparatus and method, recording medium, and program thereof |
US7106914B2 (en) | 2003-02-27 | 2006-09-12 | Microsoft Corporation | Bayesian image super resolution |
US7218796B2 (en) | 2003-04-30 | 2007-05-15 | Microsoft Corporation | Patch-based video super-resolution |
US20050105830A1 (en) * | 2003-11-13 | 2005-05-19 | Samsung Electronics Co., Ltd. | Image interpolation apparatus and method |
US7433545B2 (en) * | 2004-03-03 | 2008-10-07 | Noritsu Koki Co., Ltd. | Image processing apparatus and image processing method for correcting image data |
US20080123998A1 (en) * | 2004-05-19 | 2008-05-29 | Sony Corporation | Image Processing Apparatus, Image Processing Method, Program of Image Processing Method, and Recording Medium in Which Program of Image Processing Method Has Been Recorded |
JP2005341337A (en) | 2004-05-28 | 2005-12-08 | Sharp Corp | Pixel interpolation discrimination circuit detecting apparatus, pixel interpolation apparatus, and video signal processing apparatus |
US20060033936A1 (en) * | 2004-08-12 | 2006-02-16 | Samsung Electronics Co., Ltd. | Resolution-converting apparatus and method |
US20060290950A1 (en) | 2005-06-23 | 2006-12-28 | Microsoft Corporation | Image superresolution through edge extraction and contrast enhancement |
US20080291332A1 (en) | 2007-01-22 | 2008-11-27 | Dean Messing | Image upsampling technique |
JP2010039672A (en) | 2008-08-04 | 2010-02-18 | Mitsubishi Electric Corp | Magnified image generation apparatus |
Non-Patent Citations (3)
Title |
---|
Freeman et al., "Example-Based Super-Resolution," Computer Graphics and Applications, IEEE, vol. 22, No. 2, Mar./Apr. 2002, pp. 56-65. |
International Search Report, mailed Apr. 17, 2012, PCT International Patent App. No. PCT/JP2012/056488, filed Mar. 7, 2012, Sharp Kabushiki Kaisha, 6 pgs. |
Van Ouwerkerk, "Image super-resolution survey," Image and Vision Computing, vol. 24, Issue 10, Oct. 1, 2006, pp. 1039-1052, ISSN 0262-8856, 10.1016/j.imavis.2006.02.026. |
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10719916B2 (en) | 2018-08-02 | 2020-07-21 | Apple Inc. | Statistical noise estimation systems and methods |
US10762604B2 (en) | 2018-08-02 | 2020-09-01 | Apple Inc. | Chrominance and luminance enhancing systems and methods |
US11024012B2 (en) | 2018-08-02 | 2021-06-01 | Apple Inc. | Directional scaling systems and methods |
US11321813B2 (en) | 2018-08-02 | 2022-05-03 | Apple Inc. | Angular detection using sum of absolute difference statistics systems and methods |
US11551336B2 (en) | 2018-08-02 | 2023-01-10 | Apple Inc. | Chrominance and luminance enhancing systems and methods |
US11941785B2 (en) | 2018-08-02 | 2024-03-26 | Apple Inc. | Directional scaling systems and methods |
WO2020081772A1 (en) * | 2018-10-18 | 2020-04-23 | Sony Corporation | Training and upscaling of large size image |
US11252300B2 (en) | 2018-10-18 | 2022-02-15 | Sony Corporation | Training and upscaling of large size image |
Also Published As
Publication number | Publication date |
---|---|
WO2012121412A1 (en) | 2012-09-13 |
US20120230608A1 (en) | 2012-09-13 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8494308B2 (en) | Image upscaling based upon directional interpolation | |
US8396330B2 (en) | Image upscaling based upon directional interpolation | |
US8175417B2 (en) | Apparatus, method, and computer-readable recording medium for pixel interpolation | |
JP4727720B2 (en) | Image processing method and image processing apparatus | |
KR100995398B1 (en) | Global Motion Compensation Sequential Scanning Method Considering Vertical and Horizontal Patterns | |
US9105106B2 (en) | Two-dimensional super resolution scaling | |
US9241091B2 (en) | Image processing device, image processing method, and computer program | |
US8340472B2 (en) | Pixel interpolation apparatus and method | |
CN104700360B (en) | Image-scaling method and system based on edge self-adaption | |
JP4659036B2 (en) | Edge adaptive image enlargement enhancement system and method | |
US20090226097A1 (en) | Image processing apparatus | |
US9013549B2 (en) | Depth map generation for conversion of two-dimensional image data into three-dimensional image data | |
US10997691B2 (en) | Method and device for interpolating image | |
US8830395B2 (en) | Systems and methods for adaptive scaling of digital images | |
CN104700361B (en) | Image interpolation method and system based on rim detection | |
US8929675B2 (en) | Image processing device for video noise reduction | |
US9996948B2 (en) | Image downsampling apparatus and method | |
US10410326B2 (en) | Image anti-aliasing system | |
US8218632B2 (en) | Frame interpolation apparatus and frame interpolation method | |
US20210012459A1 (en) | Image processing method and apparatus | |
US7796191B1 (en) | Edge-preserving vertical interpolation | |
CN109377463B (en) | Image preprocessing method for improving wavelet denoising effect | |
US8218075B2 (en) | Method and system for efficient de-interlacing | |
KR100986607B1 (en) | Image interpolation method and computer readable recording medium recording the method | |
JP5616014B2 (en) | Method for generating a distance representing the direction of an edge in a video picture, corresponding device, and use of the method for deinterlacing or format conversion |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: SHARP LABORATORIES OF AMERICA, INC., WASHINGTON Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:PAN, HAO;REEL/FRAME:025936/0250 Effective date: 20110309 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
AS | Assignment |
Owner name: SHARP KABUSHIKI KAISHA, JAPAN Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SHARP LABORATORIES OF AMERICA INC.;REEL/FRAME:031446/0186 Effective date: 20131018 |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20210723 |