Format conversion

- MTI Film, LLC

A method and computer program product for reformatting at least a portion of a digital source image. The digital source image has a number of pixels defining an original format which is to be converted to a destination image in a new format having a number of pixels. The number of pixels of the new format is greater than the number of pixels in the original format. A gradient is estimated at a point within a window which encompasses a plurality of intensity values from the source image. A polynomial is then used to determine a value for the point in the new format within the window. The polynomial is based in part upon the gradient. Values are then determined for additional points in the destination image by selecting a new window and repeating the acts of estimating a gradient and using a polynomial to determine a value.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
PRIORITY

This application is a continuation application and claims priority from U.S. patent application Ser. No. 09/821,778 filed on: Mar. 29, 2001 which itself claims priority from U.S. Provisional Application Ser. No. 60/192,926 filed Mar. 29, 2000 both of which are incorporated herein by reference in their entirety.

TECHNICAL FIELD

The present invention relates to digital images and more specifically to altering the format of digital image data from a first format to a second format.

BACKGROUND ART

In the video industry, there are a variety of digital video formats. One common digital video format is referred to in the art as “525”. Such digital video has an active picture area of 720 columns and 486 rows wherein each point on the active picture area is defined by a pixel. There are 486 lines, each consisting of 720 intensities, typically in three colors each having a separate intensity value. This active area represents a 4×3 image in that the width of the image is 1.33 times its height. In particular, the pixels in “525” are non-square rectangles with aspect ratio 4 × 486 3 × 720 = 0.9 .

In the video industry, it is often desirable to upconvert such images for High Definition (“HD”) broadcasts and other HD applications. One HD format, known as “1080,” has 1920 columns and 1080 rows, and represents a scene with aspect ratio 16/9. 1920 1080 = 16 9 ,
the pixels are square. In order to convert from “525” format to the “1080” format, it is necessary to “stretch” 720 columns into 1920 columns. Since the pixels are non-square in “525”, an effective 16:9 scene is obtained by using only 364 of the 486 rows; in other words, in each of the 720 columns, 364 pixels are stretched into 1080 pixels. This approach fills up the HD image, but sacrifices some of the original image content, namely a horizontal strip of the original scene consisting of 486−264=122 lines. Another approach stretches the 486 rows of “525” into 1080 rows of “1080” format and stretches the 720 original columns into 1437 (=0.9*720*1080/486). Black mattes are placed on the left and right of the destination image in order to expand the image to 1920 columns, thus the entire screen of the display device is not fully utilized.

Other video applications not only require upconversion as with the “525” to “1080” conversion by also require downconversion. For example, in the case of computer animation, one might wish to convert a file of dimensions 1848×1101 to a universal video master of dimension 1920×1080. The 1848 columns are stretched to 1920 and the 1101 rows are squeezed to 1080. Whereas the pixels in the computer file are square, the resulting “1080” HD image is “anamorphic” (non-square pixels).

In order to determine what color (intensity) values a pixel should have once the aspect ratio has been normalized as described above, prior art systems have used a technique which is known in the art as “Nearest Neighbor.” For each pixel (location) in the destination image, the nearest neighbor method finds the nearest pixel in the source image and copies the source intensity value (for each color separately) at that location to the destination pixel. This is an extremely fast approximation, but provides poor quality. For example, in the case of upconversion, an intensity value may be repeated many times, creating disturbing, uniform blocks.

Another prior art technique is known as bi-linear Interpolation. In bi-linear Interpolation for each pixel z in the destination image, the nearest four pixels, say z1, z2, z3, z4, are first found in the same field from the source image corresponding to the same instance in time. If the destination array has square pixels, then these four points form a square with z inside. The source intensity data is modeled for each color component with a bilinear function, P(x, y)=A+Bx+Cy+Dxy, of the two variables. The four coefficients A, B, C, D are determined by the four intensity values Is(z1), . . . , Is(z4) of the source image at the four nearest pixels. The intensity value selected for the destination image at z=(u, v) is P (u, v), where u and v are the coordinates of z in the common coordinate system of the source image in a first format and the destination image in a second format. Other prior art techniques improve upon the bi-linear technique such as bi-quadratic and bi-cubic. These techniques also rely on polynomials, however the polynomials have degrees two and three respectively. Additionally, the subset of pixels in the source image used to determine the coefficients of the polynomial is larger. For example, in the case of bi-quadratic interpolation, there are nine coefficients to estimate and hence, in the case of exact interpolation, nine pixel values in the source image are identified with each destination location. Other variations are possible in which the polynomials are not fitted exactly to the source data but rather provide only a smooth approximation. The quality is superior to bilinear approximation, but the amount of computation is far greater.

Although the prior art polynomial techniques allow for the creation of previously non-existant pixel values, these techniques encounter a prominent loss of sharpness due to the fact that image transitions and other high frequency structures are compromised due to filter over-smoothing. This can be readily visualized by considering a scan line of the original image which crosses a sharp boundary, such as would occur when one subject occludes another; the values along the scan line will typically have smooth sections joined by rather sharp transitions in which the image intensities change abruptly from one characteristic level to another. If the image is approximated by a low-order polynomial, these transitions will be overly smoothed. Visually, the new image appears to have fewer details and to be blurred as compared with the original. It is well-known that image transitions (edges and boundaries due to occulsion, shadowing, motion, etc.), carry a large portion of the information content, therefore this type of degradation poses a serious problem. Thus, a need exists for adaptive filtering in which the filtering is dependent upon the location within the source image, so as to reduce the amount of blurring caused by traditional interpolation or smoothing.

SUMMARY OF THE INVENTION

In a first embodiment of the invention there is provided a method and computer program product for format conversion of a digital image. In one embodiment of the invention, a digital image in an old format is converted to a converted image having a new format wherein the digital image and the converted image have the same reference system for describing the location of pixels. For example, a reference system may be the standard reference system used in the video industry in which pixels have an origin at the upper left hand corner of the image which designates pixel point (0,0). The digital image is having a plurality of digital data wherein there is digital data at each pixel location. An example of digital data is RGB (red, green, blue) values of each pixel. The digital image being converted has dimensions of length and width and a resulting aspect ratio.

The method as embodied normalizes the aspect ratio of the source image and the new format. As used in the following description and in the appended claims, the term “window” shall mean a collection of intensity values associated with pixels in the source image. A window is defined which contains a set of intensity values in the old format. A gradient is estimated for the window and a polynomial is selected based on the gradient in order to represent the intensity variation in the window. The order of the polynomial is larger in the direction of the gradient and smaller in the direction orthogonal to the gradient to avoid blurring at transitions in the destination image. Coefficients are calculated by solving a group of simultaneous equations using the known digital data to solve the equations. After the coefficients for the polynomial are calculated, the intensity values for the destination image pixels within the window can be determined dependent upon the polynomial values at those location. This process is continued by selecting different windows until all of the pixels within the converted image have associated digital data thus, adaptive filtering is accomplished.

In the preferred embodiment, it should be understood that the size and direction of the gradient of the digital data determines the polynomial type that is selected. As a result, each window will have its own polynomial type and coefficients

In one embodiment after the pixels in the destination image have been assigned values, the values are recalculated based on polynomials from other proximate windows. By having multiple calculations for each point, a straight or weighted average of the points can be performed which then determines the final value of the digital data for the converted image.

BRIEF DESCRIPTION OF THE DRAWINGS

The foregoing features of the invention will be more readily understood by reference to the following detailed description, taken with reference to the accompanying drawings, in which:

FIG. 1 is a block diagram showing pixels of both a source and a destination digital image;

FIG. 2 is a block diagram showing a source image input into a format converter wherein the format converter uses adaptive filtering to produce a destination image;

FIG. 3 is an exemplary flowchart for adaptive filtering;

FIG. 4 is a flowchart elaborating on the elements of FIG. 3;

FIG. 4A is a block diagram showing a source and a destination image and the common physical space shared between the images.

FIG. 5 is a block diagram showing a source image decomposed into three images, one for each color element;

FIG. 6 is a flowchart providing additional detail to the flowchart of FIG. 4;

FIG. 7 shows the mapping of points/pixels of the source image to points/pixels of the destination image;

FIG. 8 is a flow chart further elaborating the step of determining the coefficient values of the polynomial from FIG. 4;

FIG. 9 is an exemplary table showing the association between the gradient, the class of the gradient, the polynomial value and the window size;

FIG. 10 is a flowchart which characterizes the steps for determining the intensity values for a point z as occurring either on-line or off-line; and

FIG. 11 is a flow chart explaining an alternative method for calculating an intensity value for a point in the destination image.

DETAILED DESCRIPTION OF SPECIFIC EMBODIMENTS

Definitions. As used in this description and the accompanying claims, the following terms shall have the meanings indicated, unless the context otherwise requires:

The term “filtering” as used in the following claims and the disclosure shall imply to both interpolation and smoothing as is understood by those of ordinary skill in the art. The term “adaptive” as used in conjunction with the word “filtering” means that the filter changes dependent upon a characteristic of the source image. For example, the filter may vary depending upon the location within the source image or the filter may vary in direction, such that the filter is different in the x and y directions of the image as defined by a cartesian coordinate system or the filtering may vary in direction dependent upon some combination of x and y based upon the source image. “Pixels” refer to both a small, rectangular element of a picture and a grid point. Further, the term pixel may refer to the intensity values associated with a pixel grid point where the context requires. The location of a pixel is assumed to be its upper left hand corner as depicted in FIG. 1 by arrow 10. It should be understood by any one of ordinary skill in the art the two arrays, represented by the symbols “x” and “0” in FIG. 1, may have different overall dimensions, as well as different pixel shapes. For example, the number of “x” s and “0” s in each row and in each column may be different, and the row spacing between “x” s may be different from the row spacing between “0”s, and similarly for columns.

FIG. 2 is a block diagram showing a source image having a defined aspect ratio and width W1 and height H1 being input into a format converter. The source image is composed of intensity values at discrete locations which define pixels within the source image. The format converter is an adaptive filter which contains an adaptive interpolator. The adaptive filter processes the intensity values from an old format to a new format of a destination image wherein in the preferred embodiment, the destination image has a higher resolution and an associated aspect ratio. In one embodiment, the adaptive filter is both anisotropic and space-variant. The adaptive interpolator uses three modules for determining intensity values for the new format based upon intensity values in the old format. First the aspect ratios of the source image and the destination image are normalized. After aspect ratio normalization, the first module which is a window definer defines a window of intensity values from the old format which are associated with location points (pixels) in the new format and wherein the window includes a point which has no value in the new format. From the intensity values within the window, a gradient is measured in a gradient module. From the gradient, based upon the magnitude and the direction of the gradient, a mathematical expression such as an ordered polynomial is selected. A coefficient estimator is then employed which determines the coefficients of the polynomial based again on intensity values from the old format which are placed in the new format and are local to a point in the new format which does not have an associated intensity value. Once the coefficients are estimated, the intensity value for the point in the new format which does not have associated intensity values is determined. This process continues for all points which do not have associated intensity values in the new format until a complete destination image is defined. This destination image is output and has an associated aspect ratio B and a width W2 and height H2.

FIG. 3 is a flow chart of the steps which are taken for converting the digital source image in a first (old) format to a destination image in a second (new) format. The destination image is constructed by first “extending” the source image, a function on a discrete, two-dimensional lattice, to a function defined over a portion of the plane wherein the function is both space variant and anisotropic such that the function defines an adaptive filter (Step 301). The function is then sampled at the desired spatial resolution (Step 302) and the sampled values are quantized (Step 303). As expressed above, the construction of the approximating planar function is adaptive in two ways. First, the planar function is a space-variant approximation such that the same type of polynomial approximation is not used throughout the image. Instead, the nature of the smoothing depends on the image location and the degree of the approximating polynomial utilized to define a destination value at a particular location depends on the local behavior of the source image at that location. Second, the planar function is anisotropic such that the approximating polynomials are not symmetric in degree in the vertical and horizontal directions, i.e., the smoothing is anisotropic rather than isotropic. At a given point, the amount of smoothing is less in the directions in which the intensity values change rapidly than in directions in which the intensity values are relatively stable. The local behavior of the intensity surface is characterized by the gradient, and the type of approximation is then based on the direction and magnitude of the gradient. The magnitude of the gradient determines the overall level of smoothing, with low magnitudes corresponding to high smoothing and low-order polynomial approximations. In addition, the amount of smoothing is less in the direction of the gradient then in the direction perpendicular to the gradient, thereby preserving image boundaries. The amount of smoothing refers to the degree of the approximating two-dimensional polynomial along the two axes. Thus the approximating polynomial has lower degree (is smoother) in the direction perpendicular to the gradient (the direction of the boundary) than in the direction of the gradient (the direction which crosses the boundary).

FIG. 4 is a flow chart further elaborating on the step of extending from FIG. 3. First, the aspect ratio of the source and destination images are normalized such that the two pixel arrays represent the same physical space (step 401). FIG. 4A which shows a source image and a destination image and the common physical space which overlaps wherein the section of the source and destination image represents the same physical space. Once the points are fixed a gradient of the intensity values of the source image is determined by selecting a window in the old format encompassing the source image intensity values which also includes a point z from the new format for which intensity values are desired (step 402). Once the direction and magnitude of the gradient are determined a polynomial is selected (step 403). The coefficients of the polynomial are determined by solving a group of simultaneous equations. The intensity values of the source image are used in determining the coefficients (step 404). From the defined polynomial, point z within the initial window can be determined and the process can be continued for all points within the destination image for which intensity values need to be calculated. The described steps will be expressed in further detail below.

The environment defining the digital video data of the source and destination images is defined in mathematical terms as follows. Let F1, F2, . . . represent the source sequence of digital video fields. Such the separation in the time between fields is one-sixtieth of a second, the total number of fields is sixty times the run length in seconds. In standard color video, each field Fn consists of three images, say (In(1), In(2)), In(3)), whose physical meaning depends on the color coordinate system as shown in FIG. 5. Two typical choices are “red, green, blue” and one luminance and two chrominance values. The spatial resolution of each image In(k) is characterized by the number of columns C and rows R, referred to its “dimension” C×R, as well as the aspect ratio W/H which indicates the relative dimensions of the physical scene represented by image. For example, when W=16 and H=9, the scene is rectangular and the ratio of width-to-height is 16/9. Each of R rows contains C pixels, which are square if and only if C/R=W/H. Given the image dimensions, the aspect ratio determines the effective pixel shape δx×δy, and vice versa, by the constraint Cx δ z Rx δ z = W H .
Given that the desired destination format is C′ columns and R′ rows, and an aspect ratio W′/H′. For each image, In(k), k=1, 2, 3, of each field Fn, to use exactly the same algorithm is used to reformat each image, therefore the following description describes one embodiment of the method for a single C×R image I and all indices referring to field numbers and color components are henceforth dropped.

The source image is an array of intensities defined over a regular, rectangular grid of points in the plane, denoted by G={(xi,yj), 1≦i≦C, 1≦j≦R}. Thus there are C R points. Standard image coordinates are presumed, so that the point (x1, y1), is at the upper left hand corner of the grid, the point (x1, y2) is immediately below (x1, y1), and the point (x1, yR) is at the lower left hand corner. Point (x1, y1), is the upper left hand corner of a pixel and the other three corners being (xi+1,yj),(xi, yj+1) and (xi+1,yj+1). The grid is assumed to be regular in the sense that the spacing is the same between any two adjacent grid points in any row; similarly, the spacing is the same between any two adjacent points in any column. However, the row and column spacing need not be the same, i.e., the pixels need not be square. The relative spacing between any two adjacent column points and any two adjacent row points conveys the shape of the pixels.

The new grid defining the new image has C′ columns and R′ rows, with an aspect ratio of W′/H′. The set of intensity values assigned to this new array is the reformatted, destination image; it represents one color component of one field in the reformatted digital video sequence. In general, the new grid G′ has a different number of points (R′C′ vs RC) and different spacings.

The destination image is in the same coordinate system as the source image wherein the two pixel arrays determine the same bounding rectangle. In fact, all methods for reformatting, in particular those discussed in the background make this assumption in order to perform smoothing or interpolation.

FIG. 6 is a flow chart expressing the steps of FIG. 4 in more detail. First the aspect ratio of the source and destination images is normalized (Step 601). For example, the case of converting from “525” to “1080”, “525” has dimensions 720×486 and is nominally 4/3 whereas as “1080” is 1920×1080 and is nominally 16/9. It should be understood by one of ordinary skill in the art that various methods are known for aspect ratio normalization. For example, some of the original source material may be sacrificed, as in one scenario for converting from “525” to HD “1080”, in which the source dimensions are reduced as was explained in the background section. Another manner of achieving normalization is to use all of the material in the original source image but sacrifice some of the material in the destination image. Other combinations are possible in which material is omitted in both images.

Once the aspect ratios are standardized, the destination image is represented by grid G′={(x′i, y′j), 1≦i≦C′, 1≦j≦R′}, which can be assumed to occupy the same region of the plane as G. For example, in FIG. 1, the right grid could be superimposed on the grid on the left as shown in FIG. 7. In FIG. 7 δx, δy denote the spacing between columns and rows respectively in G and δ′x, δ′y are the same quantities in G′. The pixels in G (respectively, G′) are δx×δy (resp. δ′x, δ′y). The two grids have the same bounding rectangle, which has width W=Cδx=C′δ′x and height H=Rδy=R′δ′y.

Let Is(i, j) denote the intensity data of the source image at pixel (xiyj) ε G. The source intensity data are then Is={Is(i, j), 1≦i≦C, 1≦j≦R}. Based on this, intensity values are assigned to each pixel (x′i, y′j)ε G′. Let Id={Id(i, j), 1≦i≦C′, 1≦j≦R′} denote the destination image.

A window Bgr ⊂ G is defined for each pixel z ε G′, roughly centered at z (Step 602). The source values {Is(m, n),(xm, yn) ε Bgr} are used in order to estimate the gradient of Is at the location z (Step 603). The estimate of the gradient of Is at z, denoted ∇Is(z), may be based on as few as three pixels in G. The three pixels form a triangle whose orientation depends on where z falls relative to the pixels in G. Let (xkyl) ε G be the pixel location closest to z. There are four possible choices for the other two locations depending on which of the four quadrants that z lies in relative to (xkyl). For example, if the location is toward the upper left of z, then Bgr={(xk, yl),(xk+1, yl),(xk, yl+1)} and the estimated gradient is
Is(z)=(Is(k+1, I)−Is(k, j+1)−Is(k, j)).

The formula defining the estimated gradient for the other three choices should be obvious to those of ordinary skill in the art.

In general z does not belong to G, the grid over which Is is defined. The estimated gradient determines the structure of the polynomial that will approximate Is in the vicinity of z. The choice of this polynomial is based on a pre-computed table which identifies one polynomial with each vector in a set of quantized (representative) gradients (Step 604). The structure of the polynomial is the set of non-zero coefficients. The representative polynomials are not necessarily symmetric, such as P(x, y)=A+Bx+Cy or P(x, y)=A+Bx+Cy+Dxy+Ex2+Fy2. Instead, the amount of smoothing is smaller (i.e., the degree is larger) in general direction of the gradient than in the direction orthogonal to the gradient. Moreover, the amount of smoothing in both directions depends on the magnitude of the gradient. The larger the magnitude the less the amount of smoothing, thereby providing a relatively higher accuracy of approximation along directions of significant transition than elsewhere. For each z ε G′, the coefficients of the chosen polynomial are estimated based on the source intensity values in another window Bls ⊂ G, also roughly centered at z, and in general larger than Bgr (Step 605). The size N(Bls) of Bls depends on the number N(P) of (non-zero) coefficients in the polynomial assigned to pixel z. Estimation of the coefficients is based on least-squares minimization (Step 606). In least-squares minimization, the disparity between the polynomial and the source data is the sum of the squared intensity differences at the points in Bls. In the case of “smoothing”, N(P)<N(Bls) and in the case of “interpolation”, N(P)=N(Bls). For the least squares minimization there is a closed-form solution which is linear in the data. Once the polynomial is fully determined the intensity values of the destination image for pixel point z are determined (step 607). The process then continues until intensity values are determined for all pixel points in the destination image (Step 608).

The selected window Bgr(z) which is a set of source pixels from G the lattice of the source image is only limited by the fact that it must contain the point z from the destination image and must have enough points proximate to z to estimate the gradient of Is at z. In the preferred embodiment, the choice would be space-variant, depending on the nature of the video material. One might desire a finer estimate (larger window) at “important” locations or when the data is noisy. A small window might suffice for relatively flat regions, such as a section of sky or wall in which the frequency of change of the intensity values is low, whereas a larger window might provide a better estimate near high-frequency structures. The examples provided below presume a non-space-varying window Bgr, but it should be understood by one of ordinary skill in the art that in the alternative a space-varying window could similiarly be implemented.

FIG. 8 is a flow chart further elaborating the step of determining the coefficient values of the polynomial from FIG. 4. The gradient is first calculated applying the above equations and using the defined window around point z as described above. The direction and the magnitude of the gradient are used to determine the polynomial that will be fit to the source data in the vicinity of z. Each possible gradient vector is identified with both a polynomial Pz and another subregion Bls(z)⊂G, where the coefficients of Pz are estimated based on the source intensity data in Bls(z). In general, Bgr(z)⊂Bls(z), reflecting the fact that more data is needed to estimate the coefficients of the approximating polynomial than to estimate the gradient.

The possible gradient vectors are quantized into a discrete set of magnitudes and directions, wherein he quantization level is a parameter of the system. In one implementation, both the magnitude and the direction of the gradient are quantized into four possible values, yielding sixteen possible “classes” for the gradient vector ∇Is(z) (Step 801). Let these classes be denoted by c=1, . . . 16. Each class c is assigned both a polynomial Pc and a window Bls(c). It should be understood that through the quantization of the direction of the gradient the selected polynomial has an order which is larger in the direction which is substantially equivalent to the gradient and and smaller order in the direction which is substantially orthogonal to the gradient. See FIG. 9 which is a sample look-up table showing the magnitude and direction of the gradient and the associated class number as well as the polynomial and the coefficient window size. The polynomial and window assigned to location zε G′ are then represented as Pc and Wc, where c=c(∇Is(z)). The size and shape of the window, as well as the form of the polynomial, depend of the magnitude and the direction of ∇Is(z). Generally speaking, the larger the magnitude, the larger the window. This is necessary because large magnitudes represent substantial changes (“activity”) in the vicinity of z, and hence a more complex polynomial is required to capture the intensity profile. As the magnitude increases, so does the maximum degree of the polynomial, but the structure, i.e., the choice of c, depends critically on the direction of the gradient as well. In order to approximate the intensity surface with high accuracy, it is necessary to smooth less in the direction of ∇Is(z). For example, if the direction of ∇Is(z) were vertical, the degree of Pc in the vertical (y) direction would be larger than in the horizontal (x) direction. The coefficients are then estimated using the intensity values within coefficient window Bls(c) through a least squares approximation for the polynomial Pc (Step 802).

In order to illustrate these assignments, we consider two simple examples. For simplicity, suppose G is the integer lattice, i.e., (xi, yj)=(i, j), that the closet point to z in G is (0,0), and that z is the lower right of (0,0).

Assume the gradient is the vector (w,0) and is assigned to a class which represents an intensity surface which is somewhat flat near z but with a mild inclination in the horizontal direction. The designated polynomial might then be Pc(x, y)=A+Bx, which is constant in the vertical direction (as smooth as possible) and linear in the horizontal direction. There are then two parameters to estimate, namely A and B. In this case, the window Bls(c) determined by ∇Is(z) might simply be the two points {(0,0), (1,0)}. For larger values of w, the polynomial chosen might be P(x, y)=A+Bx+Cx2 or P(x, y)=A+Bx+Cy+Dx2 if the y-component of the gradient was non-zero but small compared with w. In these cases, the window Bls(c) would contain three or more points.

In another example, if instead the gradient vector is (w, w), then the polynomial might be first degree in both x and y, for instance Pc(x, y)=A+Bx+Cy, and the window might be taken as Bls(c){(0,0),(1,0),(0,1)}. A larger magnitude might be assigned the polynomial Pc(x, y)=A+Bx+Cy+Dx y, Ex2+Fy2, where again the amount of smoothing in the x and y directions is the same.

As defined in Step 803 a least squares approximation is used to determine the coefficeints. For a general polynomial P(x, y) in two variables, let αnm denote the coefficient of the term xnym, n, m=0,1 . . . , and let A(P) denote the set of indices (n, m) for which αnm≠0. The pixel defined by z is assumed to be fixed so that c=c(z), the class assigned to the gradient ∇Is(z), as explained above. The polynomial used to approximate the source data in the vicinity of z is then P c ( x , y , α ) = ( n , m ) A ( P ) α nm x n y m
where {right arrow over (α)} denotes any ordering of the set {αnm, (n, m)ε α(P)}. The vector {right arrow over (α)} has N(Pc) components where N(Pc)=|A(P)|. The set of locations used that will be utilized for estimating {right arrow over (α)} is Bls(z)⊂G, where Bls depends only on c. The estimate of {right arrow over (α)} will be a function of the image values {Is(i, j),(xi, yj)ε Bls(z)}. In the remainder of the specification, the dependence on c from the notation will be dropped.

A quadratic cost is provided which is used for defining the simultaneous equations for the least squares approximation used to determine the coefficients as follows: F ( α ; I s ) = ( x i , y j ) B ls ( P ( x i , y j ; α ) - I s ( i , j ) ) 2
The coefficients are chosen by minimizing F, which is a quadratic function of {right arrow over (α)}. The partial derivatives of F is taken with respect to the components of a α leading to N(P) linear equations in the N(P) unknowns {αnm}: i , j x i n y j m P ( x i , y j ; α ) = i , j x i n y j m I s ( i , j ) , ( n , m ) A ( P )
where the sums extend over all (i, j) for which (xi, yj)ε Bls. This can be rewritten in matrix form as
Γ{right arrow over (α)}={right arrow over (β)},
where Γ is an N(P)×N(P) matrix constructed from the powers {xin yj m}, but is independent of the source data, and {right arrow over (β)} is an N(P) dimensional vector which constructed from inner products between the source intensity values {Is(i, j),(xiyj)ε Bls}, and the components of P.

Depending on the relative sizes of N(P), the number of non-zero coefficients of P, and the N(Bls), the number of points in (Bls) there are two generic cases for determining a solution to the simultaneous equations. The first is if N(P)=N(Bls). If this is true then there is a unique interpolating polynomial, meaning that the coefficients of P are uniquely determined by the source data and this polynomial coincides with Is on Bls, i.e. P(xi, yj)=Is(i, j) for each (xi, yj)ε Bls. In the alternative case, if N(P)<N(Bls), then (in general) there is no interpolating polynomial since the number of constraints exceeds the number of degrees of freedom. In this case, the image data is “smoothed” in the sense that the approximating polynomial is smoother than the intensity surface in the vicinity of z.

In one implementation, interpolating polynomials are used therefore N(P)=N(Bls). In the alternate, but more complex, implementation, the choice of the type of approximation can depend on the behavior of the image in the vicinity of z, allowing either smoothing or interpolating polynomials depending on the nature of the data and the time constraints. In cases in which very fast reformatting is required, the smoothing might be preferred. Finally, the new image value at location z=(x′i, y′j)ε G′ is then Id(i, j)=P(x′i, y′j;{right arrow over (α)}) where {right arrow over (α)}=Γ—1{right arrow over (62 )}. This process is carried out for every element of zε G′, thus resulting in the construction of the destination image Id={Id(i, j),(x′i, y′j)ε G′}.

At each location of z there is a system of N(Pc) linear equation to solve in N(Pc) unknowns, where the subscript c depends on the location of z through the gradient there. Consider the matrix equation from above {right arrow over (α)}Γ={right arrow over (β)}, with the dependence on z explicitly incorporated, the equation may be rewritten so as to solve for the coefficients, {right arrow over (αz)}=Γz−1{right arrow over (βz)}. The matrix Γz−1 depends on the set of powers (xinyjm) for (xiyj)ε Bls(z) while the vector {right arrow over (β)}z depends on both the powers and the source intensity values in the vicinity of z. Thus, the vector {right arrow over (α)}z depends only on the class c(z) of the polynomial assigned to the estimated gradient ∇Is(z), and as a result, it may be assumed that z is at some fixed reference location, say z0 ε G′. The polynomial which approximates the source intensity data in vicinity of a point z ε G′ will be a simple translation of the polynomial which approximates the same intensity surface in the vicinity of any other point in G′. Since the matrix Γ is independent of the intensity data and also independent of the coordinate system assigned and only dependent upon the relative spacing, the inverse can be computed off-line and stored thus providing an improvement in efficiency to the method. There is then one matrix Γ for each type of window Bls, independent of its actual location. The size and shape of the window depends on the category of the gradient as well as the position of z relative to its nearest neighbor in G. It should be understood by one of ordinary skill in the art that other improvements in computational efficiency may be achieved using the foregoing method. For example, additional points in the new format defining the destination image may be calculated based upon the determined polynomial for a given window without recalculating the gradient, determining the polynomial, and calculating the coefficients. For instance, if two points in the new format reside within the window which is used for defining the gradient, and the points within the window which are selected for calculating the gradient are the same including the nearest neighbor in G, then the same polynomial and coefficients may be used to calculate the intensity value(s) associated with both points. It should be clear that this computational gain in efficiency is dependent on the size of the selected windows. Further, the efficiency is proportional to the number of source image intensity values which are within the selected window.

The value of the destination image at a point z is then computed as shown in FIG. 10. In step 1000, the source intensity values in G′ for the grid points in the neighborhood Bls(z0) of the reference point (z0) are determined by translating the values from the neighborhood Bls(z). The coefficients of the polynomial {right arrow over (α)}=Γ−1{right arrow over (β)} for the appropriate choice of Γ−1 and for {right arrow over (β)} depending on the source data is then computed step 1001. As shown in FIG. 10 the process of calculating Γ−1 1001a is performed off line while the matrix of {right arrow over (β)} 1001b and the coefficients {right arrow over (α)} 1001 are calculated on-line. The grid point z of the new image is then assigned the intensity value P(z;{right arrow over (α)}) step 1002. This is then continued until all the points in the new image are defined. It should be understood by one of ordinary skill in the art that many of the steps described may be implemented in computer code and run on computer or in a processor.

What follows is as numerical illustration of the process of adaptive interpolation. Suppose the source grid is G={(2i, 3j):1≦i≦C, 1≦j≦R}. The corresponding pixels are not square; their width-to-height ratio is δ x δ y = 2 3 .
The aspect ratio W/H of the corresponding scene is 2C/3R. The destination image is to have square pixels and dimension 2C×3R; it has the same aspect ratio as the source, but with (nominally) twice the resolution in the horizontal direction and (nominally) three times the resolution in the vertical direction. The appropriate destination grid is then G′={(i, j):1≦i≦C′, 1≦j≦R′} with C′=2C, R′=3R. These two grids are depicted in FIG. 7. In this case G⊂G′, although this need not always be the case, even for upconversion in both directions.

Consider defining the destination image at the location z=(x′i, y′j)=(4,7)ε G′; see FIG. 7. Notice that z does not belong to G, although the interpolation process would be no different if it did. The gradient ∇I, (4,7) is estimated based on the source values in Bgr={(4,6),(6,6),(4,9)}; the estimated gradient is ∇Is(4, 7)=(Is(6, 6)−Is(4,6), Is(4,9)−Is (4, 6)). Suppose, as in a previously described example the estimated gradient is (w, 0) and the corresponding class c is identified with the polynomial P ( x , y ) = α 00 + α 10 x + a 20 x 2 . Thus α = ( α 00 , α 10 , α 20 ) and N ( P ) = 3. With B ls = B gr . F ( α ; I s ) = ( α 00 + 4 α 10 + 4 2 α 20 - I s ( 4 , 6 ) ) 2 + ( α 00 + 6 α 10 + 6 2 α 20 - I s ( 6 , 6 ) ) 2 + ( α 00 + 4 α 10 + 4 2 α 20 - I s ( 4 , 9 ) ) 2
Minimizing F with respect to α is equivalent to solving the linear system
Γ{right arrow over (α)}=(β0, β1, β2)
where Γ is a 3×3 matrix constructed from the coordinates {(xi, yj)ε Bls}; in this particular case this only involves the three x-coordinates, namely (x1, x2, x3)=(4, 6, 4). The components of {right arrow over (β)} are inner products involving the source intensity values:
βk=<(x1k, x2k, x3k),{right arrow over (I)}s>, k=0,1,2,
where {right arrow over (I)}s=(Is(4, 6),Is(6, 6), Is(4, 9)).

The destination image at z is defined as Id(4, 7)=P(4, 7)=α00+4α10+16α20, where {right arrow over (α)}=Γ−1{right arrow over (β)}. The computation would be exactly the same for any other location z which has the same relative position in the grid G, and hence lies directly below a point in G, i.e., for all pixels in G with coordinates of the form (2i, 3j+1). For example, suppose z=(8, 10). The relevant source image values are then Is(8, 9), Is(10, 9), Is(8, 12). If the gradient Is at (8,10) belongs to the same class as the gradient at (4,7), and if we replace the source intensity values at (4,6), (6,6), (4,9) by those at (8,9),(10,9), (8,12), we can use the same matrix Γ as above. Only {right arrow over (β)} changes. The destination image at z is then defined to be Id(8, 10)=P(4, 7).

Finally, the computation would be analogous for any other location in z ε G, depending on where z falls in the grid G. There are in fact six generic cases to consider, leading to six different matrices Γ for each class c. (In general, in pure upconversion, the number of cases is the number of grid points G′ covered by each pixel in G.) All of these inverses can be computed and stored once the grids G and G′ are fixed.

The polynomial class c(z) may change rather abruptly from location to location. The result is that the destination image has visible seams and a generally “blotchy” appearance. In another embodiment, the final intensity value at point z is first determined as described above (Step 1100). At least one new value for the point z is calculated based upon coefficients and polynomials of neighboring windows to the point of z (Step 1101). The final value of z is the determined through a weighted average of the value determined Pc(z) and the new values calculated from the polynomials identified with locations in the vicinity of z (Step 1102). Let P*z denote this weighting for the location of z. The smoothed destination image at z is then P*z(x′i, y′j). Since averaging is linear, the coefficients of P*z remain linear in the data.

In an alternative embodiment, the disclosed method for format conversion may be implemented as a computer program product for use with a computer system as described above. Such implementation may include a series of computer instructions fixed either on a tangible medium, such as a computer readable medium (e.g., a diskette, CD-ROM, ROM, or fixed disk) or transmittable to a computer system, via a modem or other interface device, such as a communications adapter connected to a network over a medium. The medium may be either a tangible medium (e.g., optical or analog communications lines) or a medium implemented with wireless techniques (e.g., microwave, infrared or other transmission techniques). The series of computer instructions embodies all or part of the functionality previously described herein with respect to the system. Those skilled in the art should appreciate that such computer instructions can be written in an number of programming languages for use with many computer architectures or operating systems. Furthermore, such instructions may be stored in any memory device, such as semiconductor, magnetic, optical or other memory devices, and may be transmitted using any communications technology, such as optical, infrared, microwave, or other transmission technologies. It is expected that such a computer program product may be distributed as a removable medium with accompanying printed or electronic documentation (e.g., shrink wrapped software), preloaded with a computer system (e.g., on system ROM or fixed disk), or distributed from a server or electronic bulletin board over the network (e.g., the Internet or World Wide Web). Of course, some embodiments of the invention may be implemented as a combination of both software (e.g., a compute program product) and hardware. Still other embodiments of the invention are implemented as entirely hardware, or entirely software (e.g., a computer program product).

Although various exemplary embodiments of the invention have been disclosed, it should be apparent to those skilled in the art that various changes and modifications can be made which will achieve some of the advantages of the invention without departing from the true scope of the invention. These and other obvious modifications are intended to be covered by the appended claims.

Claims

1. A method for reformatting a digital source image having a number of pixels defining an original format to a destination image in a new format having a number of pixels, wherein the number of pixels of the new format is greater than the number of pixels in the original format, the method comprising:

upconverting the number of pixels in the original format to the number of pixels in the new format using a filter selected from a plurality of filters, wherein selection of the filter at a pixel location within the new format depends on an image intensity surface near the pixel location within the new format.

2. The method according to claim 1, wherein the digital source image is a digital video image.

3. The method according to claim 2, wherein the digital video image is part of a set of digital video images.

4. The method according to claim 3, wherein the step of upconverting is performed on all of the digital video images in the set of digital video images.

5. The method according to claim 1, wherein the method is performed on a computer processor.

6. The method according to claim 1, wherein the filter is a space-variant approximation.

7. A method for reformatting a digital image having a number of pixels having associated digital data, the digital image having an associated length, width and aspect ratio defining an original format to a destination image having a number of pixels, the destination image having an associated length, width and aspect ratio defining a new format, wherein the number of pixels of the new format is greater than the number of pixels in the original format, the method comprising:

normalizing the aspect ratio of the original image to that of the destination image; and
adaptively filtering the digital data for each pixel using a filter selected from a plurality of filters based upon an image intensity surface near each pixel to produce new digital data for each pixel in the new format.

8. A method for reformatting a digital image having a number of pixels having associated digital data, the digital image having an associated length, width and aspect ratio defining an original format to a destination image having a number of pixels, the destination image having an associated length, width and aspect ratio defining a new format, wherein the number of pixels of the new format is greater than the number of pixels in the original format, the method comprising:

normalizing the aspect ratio of the original image to that of the destination image; and
adaptively filtering the digital data for each pixel using a filter selected from a plurality of filters based upon an image intensity surface near each pixel to produce new digital data for each new pixel in the new format.

9. A computer program product for use on a computer system for reformatting a digital image having a number of pixels defining an original format to a new format having a number of pixels, wherein the number of pixels of the new format is greater than the number of pixels in the original format, the computer program product comprising a computer usable medium having computer readable program code thereon, the computer readable program code comprising:

computer code for upconverting the number of pixels in the original format to the number of pixels in the new format using a filter, wherein selection of the filter from a plurality of filters for a pixel location within the new format depends on an image intensity surface near the pixel location.

10. A computer program product according to claim 9, wherein the filter is a space-variant approximation.

Patent History
Publication number: 20060125955
Type: Application
Filed: Jan 30, 2006
Publication Date: Jun 15, 2006
Applicant: MTI Film, LLC (Providence, RI)
Inventors: Chengda Yang (Auburndale, MA), Kevin Manbeck (Cranston, RI), Stuart Geman (Providence, RI), Donald Geman (Amherst, MA)
Application Number: 11/343,045
Classifications
Current U.S. Class: 348/441.000; 348/445.000
International Classification: H04N 7/01 (20060101); H04N 11/20 (20060101);