Title of Invention

A METHOD FOR STABILIZING AN IMAGE IN A VIDEO DATA STREAM

Abstract REAL-TIME IMAGE STABILIZATION An apparatus and method for stabilizing image frames in a video data stream. A weighted average or centroid of the intensity or hue associated with pixels vs. the horizontal and vertical position of each pixel is calculated for a reference frame in the video data stream. A corresponding centroid is calculated for a subsequent frame in the stream. This image frame is then translated so that the centroid of the subsequent frame and the centroid of the reference frame coincide, reducing artifacts from shaking of the video capture device. Alternatively, the video stream frames may be divided into tiles and centroids calculated for each tile. The centroids of the tiles of a subsequent frame are curve fit to the centroids of tiles in a reference frame. An affine transform is then performed on the subsequent frame to reduce artifacts in the image from movements of the video capture device.
Full Text

Attorney Docket: 2686/119WO REAL-TIME IMAGE STABILIZATION
Technical Field
The invention generally relates to image processing and, more particularly, the invention relates to image stabilization.
Background Art
Image data, such as a video data stream, often can have artifacts introduced when a data capture device (e.g., a video camera) shakes while recording or otherwise capturing the image. Removal of such artifacts improves image fidelity.
Summary of the Invention
In various embodiments of the invention, an apparatus and method stabilize video in real-time. In one embodiment of the invention, weighted averages as a function of position of the intensity or the hue associated with pixels in a video image are calculated. The weighted average in the horizontal and in the vertical determine a location in the image called a centroid. The centroid is first calculated for a reference frame of the video data stream. Subsequent frames of the video are then translated so that their centroids coincide with the centroid of the reference frame. Thus, artifacts in the image due to camera "shake" are removed. In another embodiment of the invention, the video image frame is broken into regions or tiles. As before, the centroids of the tiles in a reference video image frame are calculated. Subsequent frame's tiles' centroids are calculated. A simple curve fitting technique is used to determine the affine transform that will cause the image to coincide with the reference image. This embodiment of the invention can deal effectively with motion of the video capture device or camera that involves translation and rotation in a plurality of directions simultaneously.
Illustrative embodiments of the invention are implemented as a computer program product having a computer usable medium with computer readable program code thereon. The computer readable code may be read and utilized by a computer system in accordance with conventional processes.

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 drawing, in which:
Fig. 1 shows an exemplary process of stabilizing a motion picture in accordance with an illustrative embodiment of the invention.
Detailed Description of Specific Embodiments
In various embodiments of the invention, an apparatus and method stabilize video in real-time. In one embodiment of the invention, weighted averages as a function of position of the intensity or the hue associated with pixels in a video image are calculated. The weighted averages in the horizontal and in the vertical determine a location in the image called a centroid. The centroid is first calculated for a reference frame of the video data stream. Subsequent frames of the video are then translated so that their centroids coincide with the centroid of the reference frame. Thus, artifacts in the image due to camera "shake" are removed. In another embodiment of the invention, the video image frame is broken into regions or tiles. As before, the centroids of the tiles in a reference video image frame are calculated. Subsequent frame's tiles' centroids are calculated. A simple curve fitting technique is used to determine the affine transform that will cause the image to coincide with the reference image. This embodiment of the invention can deal effectively with motion of the camera that involves translation and rotation in a plurality of directions simultaneously.
Illustrative embodiments of the invention may be implemented as a computer program product having a computer usable medium with computer readable program code thereon. The computer readable code may be read and utilized by a computer system in accordance with conventional processes. Details of illustrative embodiments are discussed below.
System Operation
In an embodiment of the invention, the centroid stabilization module receives video from a capture or streaming device. Each frame is processed and passed to an output device for viewing or recording. Other routines may process the video either prior to or after the centroid stabilization routine. In some embodiments, the centroid

stabilization module includes parameters that allow a user to select a region of the video frame on which to apply stabilization processing. For example, the user can specify a rectangle on the viewing screen that describes the rows and columns that the centroid routine will perform calculations upon. The user may also specify whether the intensity or hue will be used to stabilize the image. (It should be noted that rather than the intensity or hue, other qualities of the image, which may be associated with each pixel, may be used. Accordingly, discussion of intensity or hue is illustrative and not intended to limit various embodiments of the invention.) In specific embodiments, the user may specify a range of values for which the calculations will be performed. For intensity, the user typically can specify any range between 0 and 255. Similarly the hue may be all
4
ranges of color, or a specific range of colors may be chosen. The hue values are typically also 0 to 255 and represent an angle from 0 to 360 degrees.
Centroid Calculation
The centroid is calculated using a weighted average. The centroid is defined as follows:

The ValueOfPixel could be the intensity or hue of the pixel or another value calculated from appropriate attributes of each pixel. The summation takes place over the user defined range of interest which may be all or just a portion of the video frame. The centroid of the image is then compared to the centroid of a reference frame that has been previously calculated. The image is then translated in the X and Y direction as needed so that the centroid of the image and the centroid of the reference image coincide. These operations are then repeated on subsequent images in the video stream.
Fig. 1 is a flow chart of an embodiment of the invention, which calculates a single centroid for each frame. A flowcharting tool generated this flowchart from actual

code of that embodiment. The flowchart illustrates the flow of calculating the intensity centroid and the shift mechanism. Accordingly, those skilled in the art should be able to reproduce the flow chart in software
Curve Fitting
To deal with complex motion of the video capture source, the image is broken into tiles. Each tile's centroid is then calculated as above. The movement of each tile's centroid is compared to corresponding centroids in a reference frame. These values are input into a curve fitting routine that determines the values of an affine transform. The transform accounts for translation, scale, rotation, yaw, and pitch. If a successful calculation of each of these values is made, then the video frame is passed to a transformation routine that rotates, scales, and translates the image appropriately. If a solution to the curve fit is not found, then the points of the reference frame are correlated against the points of the current frame. The "N" by "N" correlation yields the highest correlation of points. All points that are above a user selected threshold are used to establish a curve fit. If all attempts to establish a curve fit fail, then a new reference frame is established, and the process starts over.
It should be noted that discussion of video data streams is exemplary and not intended to limit the scope of all embodiments. Rather, various embodiments apply to image data that can be represented graphically and recorded to some medium. In illustrative embodiments, the image data is recordable in 2D. Further, in various embodiments of the invention, the system can cause a new reference image frame to be designated periodically and its centroid or centroids calculated. This can be done based on a time parameter, the amount of translation of the image frames that occurs, or some other criterion.
Various embodiments of the invention may be implemented at least in part in any conventional computer programming language. For example, some embodiments may be implemented in a procedural programming language (e.g., "C"), or in an object oriented programming language (e.g., "C++"). Other embodiments of the invention may be implemented as preprogrammed hardware elements (e.g., application specific integrated circuits, FPGAs, and digital signal processors), or other related components.
In some embodiments, the disclosed apparatus and methods may be implemented as a computer program product for use with a computer system. 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., WIFI, microwave, infrared or other transmission techniques). The series of computer instructions can embody 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 a 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.
Among other ways, 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 computer program product) and hardware. Still other embodiments of the invention are implemented as entirely hardware, or entirely software.
Although the above discussion discloses various exemplary embodiments of the invention, it should be apparent that those skilled in the art can make various modifications that will achieve some of the advantages of the invention without departing from the true scope of the invention.








What is claimed is:
1. A method for stabilizing an image in a video data stream comprising:
a. calculating a centroid of the image, the centroid consisting of a weighted
average of a value associated with each pixel as a function of the pixel's position in the
image for at least a portion of the image; and
b. translating the image such that the centroid of the image and the centroid of
the same portion of a reference image approximately coincide.
2. A method according to claim 1, wherein the value associated with each pixel is one of
3. a hue and an intensity.
4. A method according to claim 1, wherein the value associated with each pixel is
5. selected from a portion of a range of values associated with each pixel.
6. A method according to claim 1 further including:
c. updating the reference image to a subsequent image in the video data stream.
5. A method according to claim 4 wherein the distance the image has been translated
6. determines updating the reference image.
7. A method according to claim 1, wherein the portion of the image is approximately
8. equal to the entire image frame.
9. A method for stabilizing an image in a video data stream comprising:
a. dividing the image into at least two regions;
b. calculating a centroid of each region of the image, the centroid consisting of a
weighted average of a value associated with each pixel of the region as a function of the
pixel's position in the region; and
c. transforming the image so that the centroids of the image and the centroids of
a reference image approximately coincide.
8. A method according to claim 7, wherein transforming the image includes calculating a
9. curve that best approximates the positions of the centroids of the image region with the
10. positions of the centroids of the reference image.
11. A method according to claim 8 further including:
d. updating the reference image to a subsequent image in the video data stream.

10. A computer program product for use on a computer system for stabilizing an image
in a video data stream, the computer program product comprising a computer usable
medium having computer readable program code thereon, the computer readable
program code including:
a. program code for calculating a centroid of the image, the centroid consisting
of a weighted average of a value associated with each pixel as a function of the pixel's
position in the image for at least a portion of the image; and
b. program code for translating the image such that the centroid of the image
and the centroid of the same portion of a reference image approximately coincide.
11. A computer program product according to claim 10, wherein the value associated
12. with each pixel is one of a hue and an intensity.
13. A computer program product according to claim 10, wherein the value associated
14. with each pixel is selected from a portion of a range of values associated with each pixel.
15. A computer program product according to claim 10, further including:
c. program code for updating the reference image to a subsequent image in the
video data stream.
14. A computer program product according to claim 10, wherein the distance the image
15. has been translated determines updating the reference image.
16. A computer program product according to claim 10, wherein the portion of the image
17. is approximately equal to the entire image frame.
18. A computer program product for use on a computer system for stabilizing an image
19. in a video data stream, the computer program product comprising a computer usable
20. medium having computer readable program code thereon, the computer readable
21. program code including:
a. program code for dividing the image into at least two regions;
b. program code for calculating a centroid of each region of the image, the
centroid consisting of a weighted average of a value associated with each pixel of the
region as a function of the pixel's position in the region; and
c. program code for transforming the image so that the centroids of the image
and the centroids of a reference image approximately coincide.
17. A computer program product according to claim 10, wherein program code for
transforming the image includes program code for calculating a curve that best
approximates the positions of the centroids of the image region with the positions of the

centroids of the reference image.
18. A computer program product according to claim 10, further including:
d. program code for updating the reference image to a subsequent image in the video data stream.
423886.1


Documents:

771-CHENP-2007 AMENDED CLAIMS 21-10-2013.pdf

771-CHENP-2007 CORRESPONDENCE OTHERS 21-10-2013.pdf

771-CHENP-2007 CORRESPONDENCE OTHERS 07-01-2013.pdf

771-CHENP-2007 FORM-3 21-10-2013.pdf

771-CHENP-2007 OTHERS 21-10-2013.pdf

771-CHENP-2007 POWER OF ATTORNEY 21-10-2013.pdf

771-CHENP-2007 AMENDED CLAIMS 29-05-2013.pdf

771-CHENP-2007 AMENDED PAGE OF SPECIFICATION 29-05-2013.pdf

771-CHENP-2007 EXAMINATION REPORT REPLY RECEIVED 29-05-2013.pdf

771-CHENP-2007 FORM-1 29-05-2013.pdf

771-CHENP-2007 FORM-3 29-05-2013.pdf

771-CHENP-2007 OTHER PATENT DOCUMENT 29-05-2013.pdf

771-CHENP-2007 POWER OF ATTORNEY 29-05-2013.pdf

771-CHENP-2007 PRIORITY DOCUMENT 29-05-2013.pdf

771-chenp-2007-abstract.pdf

771-chenp-2007-assignement.pdf

771-chenp-2007-claims.pdf

771-chenp-2007-correspondnece-others.pdf

771-chenp-2007-description(complete).pdf

771-chenp-2007-drawings.pdf

771-chenp-2007-form 1.pdf

771-chenp-2007-form 3.pdf

771-chenp-2007-form 5.pdf

771-chenp-2007-pct.pdf


Patent Number 257723
Indian Patent Application Number 771/CHENP/2007
PG Journal Number 44/2013
Publication Date 01-Nov-2013
Grant Date 30-Oct-2013
Date of Filing 22-Feb-2007
Name of Patentee INTERGRAPH SOFTWARE TECHNOLOGIES COMPANY
Applicant Address 2325B RENAISSANCE DRIVE, SUITE #16, LAS VEGAS, NV 89119,USA
Inventors:
# Inventor's Name Inventor's Address
1 WHITAKER, SHEILA, G 162 GUILLIAM ROAD, GURLEY, AL 35748, USA
2 GRINDSTAFF, GENE, ARTHUR 2202 ESSEX DRIVE SW, DECATUR, AL 35603, USA
PCT International Classification Number H04N 7/26
PCT International Application Number PCT/US05/29816
PCT International Filing date 2005-08-22
PCT Conventions:
# PCT Application Number Date of Convention Priority Country
1 60/603,768 2004-08-23 U.S.A.