The present invention relates to recognizing sprites in animated sequences.
Animation involves the production of consecutive images, which when displayed, convey a perception of motion. The most common form of two-dimensional animation is sprite animation. A sprite is a bitmap image or a set of images that are composited over a background, producing the illusion of motion. Sprite animation is relatively fast and easy with modern computers. Also, sprites are typically selected from a library of suitable images. Consequently, if in an animation sequence the sprite can be identified, the sprite can be searched for within the library and the results used in further inferring the animation sequence, its context and other details.
Sprites for encoding video data is the focus of U.S. Pat. No. 5,943,445 issued Aug. 24, 1999 and assigned to Digital Equipment Corporation and entitled “Dynamic Sprites for Encoding Video Data”. U.S. Pat. No. 5,943,445 describes segmenting frames into rigid and non-rigid bodies, and identifying these bodies as sprites. Some suitable techniques for such encoding are presented in U.S. Pat. No. 4,853,775 issued Aug. 1, 1989 and assigned to Thomson-CSF and entitled “Method and Device to Estimate Motion in a Sequence of Moving Pictures”. Both these United States patents relate to estimating local motion vectors by performing gradient operations.
Sprite-based encoding is described in the U.S. Pat. No. 6,205,260 issued Mar. 20, 2001 and assigned to Sharp Laboratories of America, Inc and entitled “Sprite-based Video Coding System with Automatic Segmentation Integrated into Coding and Sprite-building Process”. This reference describes analysing MPEG video and disassociating the foreground from the background, with no restrictions on the moving objects etc. Complex mathematical transformations, such as affine transformations, perspective transformations, warping operations etc, are extensively used to separate a sprite from its background.
The above-described two references describe techniques that are relatively complicated, and involve complex mathematical operations.
In view of the above observations, a need clearly exists for techniques that are able to identify sprites against a background.
Certain 2D animation sequences, especially cartoon animations, have a constant background image, while sprites (for example, actors or objects of the animation) are moving in the foreground to create the animation effect. Once created, the animation is streamed as a sequence of images with the background and the sprites seamlessly integrated.
Described herein are techniques for identifying sprites when a sequence of animation images is provided. Techniques of this sort can be usefully provided for compressing animation sequences for storage and transmission. Animation sequences can be stored in a format in which the background and the sprites are separately identified.
Other applications exist in the fields of surveillance, image understanding, sprite-based video search and sprite-based video conferencing. The relative simplicity of the geometric operations used in the described technique allows further refinements to be added by those skilled in the art.
The described techniques use relatively simple geometric operations and binary bit manipulation operations to identify sprites in animation sequences.
The described techniques involve three separate but related procedures, namely (i) identification of the sprite, (ii) identification of the background and (iii) identification of the identified sprite's translation path. By analysing a sequence of given images (also referred to as frames), sprite definition is first established. Then, using the definition of the sprite, a determination is made of the background image and translation path taken.
There are three distinct stages involved in the described techniques, namely: (i) sprite identification, (ii) translation path identification and (iii) background identification. Each of these stages is described in turn following description of particular operations involved in these stages.
Techniques described herein algorithmically identify the sprite and get the sprite definition (that is, the sprite pixels) from this animation sequence. If this identification is possible, then the animation sequence of frames can be compressed into one background image, one sprite image and the translation route that the sprite takes. This can save a lot of storage space and transmission time. Compression of this sort can also assist in analysing image sequences.
Assumptions
Consider a sequence of images (that is, an animation sequence) that satisfies the following criteria listed below.
Flip Operation
There are two different kinds of flip operation used in the described techniques, namely Horizontal Flip (h-Flip) and the Vertical Flip (v-Flip) operations. These flipping operations are done on an image (or frame) with respect to a rectangle inside that frame. The h-Flip operation results in the exchange of pixel-columns inside the rectangle of the target image. The v-Flip operation results in the exchange of pixel-rows inside the rectangle of the target image.
These two flip operations are represented as B=h-Flip(A, R) and C=v-Flip(A, R).
XOR Operation
An XOR operation is a binary operation whose behaviour is indicated in the truth table of Table 1. This operation is represented herein as X=A/B. Note that A and B are two input frames and the resulting frame is referred to as X.
Consider frames F1 210 and F2 220. If corresponding pixels in frames F1 210 and F2 220 are of the same colour, then the output frame, which is X(1,2) 430, has a white pixel at the corresponding pixel location. Otherwise, the output frame X(1,2) 430 has a black pixel at that location. Observe that only differences between the two input frames are retained in the output frame.
XNOR Operation
An XNOR operation is a binary operation whose behaviour is indicated by the truth table at Table 2. This operation is represented herein as X=AΦB. Note that A and B are two input frames and the resulting frame is referred to as X.
Consider two frames F1 210 and F2 220 represented in
Bounds Operation
Bounding rectangle R 620 for a frame X 610 is obtained using the following sequence of steps.
The rectangle defined by the points (left, top) and (right, bottom) is called as the bounding rectangle R 620. Several enhancements can be made to the above-listed steps to reduce iterations, that's not the focus of this work. This bounding operation is represented herein as R=Bounds(X).
Mask Operation
In a mask operation, an operand frame X 710 is assumed and a mask rectangle is referred to as rectangle R 720. The output of the operation is a new frame that retains the colors of the pixels inside the mask rectangle, but the pixels outside the mask rectangle are rendered as white. A psuedocode representation of this mask operation is presented in Table 3.
Inverse Mask Operation
In this operation, an operand a frame X 810 is assumed and a mask rectangle is referred to as rectangle R 820. The output of the operation is a new frame that retains the colors of the pixels outside the mask rectangle, but the pixels inside the mask rectangle are rendered as white. A psuedocode representation of this inverse mask operation is presented in Table 4.
Addition Operation
Given two frames A 910 and B 920, an addition operation produces an output frame that white pixels in frame A 910 replaced by the colors of the corresponding pixels in frame B 920. This addition operation is represented as X=A+B. A pseudocode representation of this addition operation is presented in Table 5.
Sprite Identification
To understand the process of sprite identification, a sequence of operations referred to as FlipUnit is first defined. FlipUnit is a sequence of operations performed on three different frames to extract maximum information about the sprite from these three given frames. Once FlipUnit operations are understood, FlipUnit can be treated as a single operation, and is used to identify the sprite from the sequence of frames supplied.
FlipUnit Operation
A sequence of operations, referred to herein as a FlipUnit operation, is performed on three frames. An animation sequence consists of n frames. This FlipUnit operation applies to any three different frames taken from the sequence of n frames.
The above-described steps of the FlipUnit operation return FResult 2130 as the resulting frame of the operations performed. The FlipUnit operation takes any three frames (for example, F1 210, F2 220 and F3 230) as input and provides an output frame that translates the sprite in a second frame to the sprite position in a first frame using a third frame. The output frame has the sprite in the position of the sprite in the first frame. Pseudocode for FlipUnit using the operations described herein is presented in Table 7.
The FlipUnit operation is used to extract a maximum definition of the sprite using three operand frames from an animation sequence, as described directly below.
Algorithm for Sprite Identification
A call to the FlipUnit operation is made in the following manner: FResult=FlipUnit(Fi, Fj, Fk). The FlipUnit operation translates the sprite in Fj to the position of the sprite in Fi using Fk. The FResult has the intermediary definition of the sprite in position of Fi.
Consider n frames in an animation sequence. A minimum of three frames are used that is (n≧3) in this technique.
Consider the pseudocode presented in Table 8.
At the end of the execution of the for loop presented in Table 8, a definition of the sprite from the given n frames is available in the frame referred to as “Sprite”. The described techniques attempt to determine algorithmically from the frames of the animation sequence, a sprite definition that essentially agrees with what is quite clearly perceived to be the sprite, when viewing the animation.
In the first instruction given above, the sprite in frame Fn is translated to the position of sprite in frame F1 using F2 as the intermediary frame. The output serves as the starting point for the sprite definition.
In each iteration of the loop, the sprite in frame Fi is translated to the sprite position in F1 using Fi+1 as the intermediary frame. This procedure is for frames F2 to Fn−1. In each iteration, the result from the FlipUnit operation is accumulated in the “Sprite” frame by XNOR-ing the output with the latest definition of the “Sprite” frame. That is, the FlipUnit operation updates the “Sprite” frame using the XNOR operation. This procedural loop completes the sprite identification process. By the end of this algorithm, one obtains a definition of the sprite and also the sprite's position in the frame F1.
Translation Path Identification
Assume that the translation path is to be stored in a path vector P, in which the positions of the sprite in frames F1 to Fn is stored in variables P1 to Pn. Further, assume that each Pi is a rectangle indicating the position of the sprite in the frame. From the above-described process of sprite identification, P1 is known. A determination action can thus be made of the other values of P by using the following algorithm.
In this coordinate system, the origin is the top left corner of the screen and the right direction is positive for x-axis, and the down direction is positive for y-axis.
Table 9 presents pseudocode for determining path vector P.
The findNext procedure used in the algorithm of Table 9 is defined in the psuedocode presented in Table 10.
The position of the sprite in F1 is first determined. The bounding rectangle for the XOR-ed output of F1 and the frame Fi of the current iteration is then obtained. Then, using this bounding rectangle, and the position of sprite in F1, a determination is made of the position rectangle for the sprite in Fi using calculations presented in Table 10. After execution of this pseudocode, the translation path of the sprite is established. The last item to be established is the definition of the background, which is described directly below.
Background Identification
With the definition of the sprite and the positions of the sprite in the different frames already established, the background is determined using pseudocode presented in Table 11.
After the execution of the loop, the “Background” frame contains the maximum background information that is necessary to correctly reproduce the animation.
After these above-described three steps of (i) sprite identification, (ii) translation path identification and (iii) background identification, the described procedure is completed. The entire animation is represented by a single background image, a single sprite image and a path vector.
This canonical representation can be used to suitably compress the animation sequence. The identified sprite can be searched in a database of images and matched with appropriate entries.
Computer Hardware and Software
The computer software involves a set of programmed logic instructions that are able to be interpreted by the computer system 2700 for instructing the computer system 2700 to perform predetermined functions specified by those instructions. The computer software can be an expression recorded in any language, code or notation, comprising a set of instructions intended to cause a compatible information processing system to perform particular functions, either directly or after conversion to another language, code or notation.
The computer software is programmed by a computer program comprising statements in an appropriate computer language. The computer program is processed using a compiler into computer software that has a binary format suitable for execution by the operating system. The computer software is programmed in a manner that involves various software components, or code means, that perform particular steps in the process of the described techniques.
The components of the computer system 2700 include: a computer 2720, input devices 2710, 2715 and video display 2790. The computer 2720 includes: processor 2740, memory module 2750, input/output (I/O) interfaces 2760, 2765, video interface 2745, and storage device 2755.
The processor 2740 is a central processing unit (CPU) that executes the operating system and the computer software executing under the operating system. The memory module 2750 includes random access memory (RAM) and read-only memory (ROM), and is used under direction of the processor 2740.
The video interface 2745 is connected to video display 2790 and provides video signals for display on the video display 2790. User input to operate the computer 2720 is provided from input devices 2710, 2715 consisting of keyboard 2710 and mouse 2715.
The storage device 2755 can include a disk drive or any other suitable non-volatile storage medium.
Each of the components of the computer 2720 is connected to a bus 2730 that includes data, address, and control buses, to allow these components to communicate with each other via the bus 2730.
The computer system 2700 can be connected to one or more other similar computers via a input/output (I/O) interface 2765 using a communication channel 2785 to a network 2780, represented as the Internet.
The computer software program may be provided as a computer program product, and recorded on a portable storage medium. In this case, the computer software program is accessed by the computer system 2700 from the storage device 2755. Alternatively, the computer software can be accessed directly from the network 2780 by the computer 2720. In either case, a user can interact with the computer system 2700 using the keyboard 2710 and mouse 2715 to operate the programmed computer software executing on the computer 2720.
The computer system 2700 is described for illustrative purposes: other configurations or types of computer systems can be equally well used to implement the described techniques. The foregoing is only an example of a particular type of computer system suitable for implementing the described techniques.
A method, a computer system and computer software are described herein in the context of sprite recognition for translating sprites that do not scale or shear etc.
Techniques are described herein only with reference to the above-described constraints that the boundary pixels of the sprite are of a different colour from the background pixel at that location. The described techniques can, for example, be appropriately modified to handle relatively minor changes in the colours of the sprite and the background.
Various alterations and modifications can be made to the techniques and arrangements described herein, as would be apparent to one skilled in the relevant art.
This application is a continuation of prior application Ser. No. 10/261,917, which was originally filed on Oct. 1, 2002 now U.S. Pat. No. 7,085,434.
Number | Name | Date | Kind |
---|---|---|---|
5185597 | Pappas et al. | Feb 1993 | A |
5546518 | Blossom et al. | Aug 1996 | A |
5552804 | Leach | Sep 1996 | A |
5706417 | Adelson | Jan 1998 | A |
5778098 | Lee et al. | Jul 1998 | A |
5801717 | Engstrom et al. | Sep 1998 | A |
5844569 | Eisler et al. | Dec 1998 | A |
5850232 | Engstrom et al. | Dec 1998 | A |
6037988 | Gu et al. | Mar 2000 | A |
6064393 | Lengyel et al. | May 2000 | A |
6388668 | Elliott | May 2002 | B1 |
6919900 | Wilt | Jul 2005 | B2 |
6977664 | Jinzenji et al. | Dec 2005 | B1 |
7038690 | Wilt et al. | May 2006 | B2 |
7084877 | Panusopone et al. | Aug 2006 | B1 |
7239324 | Wilt et al. | Jul 2007 | B2 |
7315307 | Wilt et al. | Jan 2008 | B2 |
7315308 | Wilt et al. | Jan 2008 | B2 |
7439981 | Wilt et al. | Oct 2008 | B2 |
Number | Date | Country | |
---|---|---|---|
20060251329 A1 | Nov 2006 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 10261917 | Oct 2002 | US |
Child | 11486261 | US |