This disclosure relates generally to analysis of movement that is electronically captured and recognition of which movement was performed for purposes of evaluation.
Electronic movement capture can occur through the use of sensory information that can include cameras and physical sensors. The resulting images from cameras and motion information from physical sensors can then be analyzed to understand how a body moves through space. In the realm of camera based motion capture, pictures or a video stream from a camera is analyzed to determine the subjects of interest and the changes that occur between the pictures. Sometimes images and sensor information are used together to more accurately understand motion and to more easily distinguish the subject's body from the background. The sensors can be as simple as reflective markers and as complex as accelerometer based sensors that provide information about movement in one or more axes.
As technology has improved for identifying and analyzing movement, the technology has found many uses. For example, the motion capture technology has been used for movies and in video games. Some video games can now detect a user's or player's motions from the use of sensory information. The motion capture information can then be used to allow a player to interact with the system based on the user's movements. The user's movements are then used as inputs to the video game to control actions within the video game. This can increase a user's feeling of immersion in the game and allow a more natural-feeling input mechanism. A problem with motion capture, though, is being able to analyze the information received from the camera and/or sensors in a fashion that provides both accuracy and timeliness.
This disclosure relates generally to analysis of movement that is electronically captured and recognition of which movement was performed for purposes of evaluation. This type of motion capture, analysis and evaluation can have applicability across a number of fields, such as healthcare, entertainment, communication, and manufacturing. The recognition can occur once movement information collected from sensors is inputted into the system. The system can then analyze the movement information to determine what the movement is. In some games, such as sports games, movement recognition can provide feedback to a user about what they are doing. In other games, such as dance games, movement recognition can allow for users to dance a move from a set of moves providing for a more entertaining game.
In some embodiments, a method executed on a game console is disclosed that includes instructing a display to display a current set of dance moves that are available for performance during a song, receiving at a dance game executing on the game console an input performance that includes information relating to a dance move performance, evaluating in the dance game executing on the game console the input performance against a plurality of target performances that each relate to one of the current set of dance moves, and determining a degree of matching between the input performance and each of the plurality of target performances for use in the dance game.
In certain embodiments, logic is disclosed that is encoded on one or more non-transient computer readable mediums and when executed performs the steps including instruct a display to display a current set of dance moves that are available for performance during a song, receive an input performance that includes information relating to a dance move performance, evaluate in a dance game the input performance against a plurality of target performances that each relate to one of the current set of dance moves, and determine a degree of matching between the input performance and each of the plurality of target performances for use in the dance game.
In yet other embodiments, a game platform system is disclosed that is configured to receive movement sensor information including an input performance relating to a dance move performance and including a processor configured to read instructions from memory to instruct a display to display a current set of dance moves, evaluate the input performance against a plurality of target performances that each relate to one of the current set of dance moves, and determine a degree of matching between the input performance and each of the plurality of target performances.
This disclosure relates generally to analysis of movement that is electronically captured and recognition of which movement was performed for purposes of evaluation. This type of motion capture, analysis and evaluation can have applicability across a number of fields, such as healthcare, entertainment, communication, and manufacturing. In particular, in motion capture, it can be difficult to parse through information received from sensors such as cameras and accelerometers to recognize the movement and position information. This is because the amount of information collected from cameras and/or sensors can be rather large and subject to noise. Noise includes information that is not relevant to the motion of interest. For example, if other motion or background information is captured that is not the motion that is of interest, it can distract from the task of recognizing the motion of interest or cause the results to be inaccurate.
Problems also arise when trying to recognize a motion from a number of possible outcomes. When only one motion is the motion of interest, then information collected from the sensors can be constantly analyzed against this target motion. However, when there are multiple motions of interest, then recognition becomes a much more difficult problem. For example, capturing a person who is performing sign language and recognizing what the person is saying can be complicated and difficult, especially when noise is present or the system is not calibrated beforehand. Motion recognition among many possible outcomes can have a number of benefits. For example, off-the-shelf games or systems can be created to analyze movements such as baseball player's swing, or a pitcher's throw to identify common problems or to teach new techniques. The multiple motion type recognition can also be used in games for entertainment. These games can include dance games where players can perform dance moves and the game recognizes the dance move performed and scores that dance move.
In one embodiment, the motion recognition system uses a camera-based system such as the Kinect system developed by Microsoft Corporation of Redmond, Wash.
The Kinect system can provide a framework for determining positional information of a user's body and capturing motion for purposes of analysis. Various embodiments exist for capturing motion through sensors. For example, a camera-based system can be used to determine positional information about the user's body in three dimensions and produce a skeleton model. In other embodiments, transducers attached to the user's body are used to detect the positions of the user's limbs and produce a skeleton model. Other embodiments use infrared pointing devices or other motion tracking peripherals. A system that can parse movement in two dimensions to produce a skeleton model; adding dimension information from a third dimension, typically depth, makes the analysis easier because of the additional information provided to the system. In embodiments where the system is already provided a skeleton, such as with the Kinect system, relative body scale mapping is easier to accomplish.
As used herein, the terms “joint”, “bone”, and “skeleton” are intended to have the meaning one of skill in the art of motion capture and animation would ascribe to them. For example, a skeleton can comprise bones, but the number of bones and their positions are a function of the motion capture equipment and an animation rig and do not necessarily correlate to the number and positions of bones in a human skeleton. Similarly, a joint can be at the distal endpoint of a single bone (e.g., a fingertip or the head), and may not be at a point where two bones come together. An example of the Kinect system skeleton is shown in
One of the benefits provided by the skeleton-based system is that the skeletal model can be used to calculate scale vectors based on two or more joints. This provides a spatially relative system, i.e., what is the positional distance from body part X to body part Y compared to the positional distance from body part X to body part Z, instead of an absolute coordinate system. In some embodiments, the system can be configured to recognize objects attached to the user. These objects can include props that are used by the user with the system. For example, with sports games a baseball bat prop may be used, or in dance games a microphone, costume, or other external prop may be used to perform the song.
A filter can be used to determine whether something occurred at a particular time. For example, is the user's right hand in a particular position at time tn? Although typically a producing a Boolean outcome, e.g., if the condition is true, the filter is satisfied and registers a success, and if not, then the filter is not satisfied. Filters may also output a contiguous score indicating the degree to which the condition is being satisfied spatially or temporally. Advantageously, multiple filters can be checked simultaneously, e.g., is the user's right hand in position x and is his left foot in position y? These filters can then be combined to determine if a user has successfully completed a pose. But pose-matching, in and of itself, is not a complete solution to scoring a sequence of dance moves. A filter can be implemented using an algorithm such as a matching algorithm to determine how close a captured motion or position is to a target motion or position.
In some embodiments, a filter system is used to capture and score what a user is doing. The user's performance is inputted to the system and can be normalized to a reference framework. The normalized input performance can then be compared against a target performance, which has also been normalized to the reference framework. The closer the user's input is to the target move at the target time, the better the rating awarded to the user. The normalization process can allow the game and its filters to behave similarly for different sized users. In one embodiment, appendage and body position determinations can be made based on, and relative to, the skeleton of the person interpreted by the system, not on an absolute coordinate system within the camera's field of view. Other embodiments can utilize an absolute coordinate system for input and analysis. This can be useful in user interfaces. For example, a movement of a hand eight inches can be registered as a swipe, positioning the body on the edge of the camera's field of view can trigger a user-interface event, or stalling over an object with a hand for more than 10 seconds can select an item. These actions can occur regardless of user dimensions, user position, or both.
Typically, ranges are used to determine if a user has successfully performed a move because motion-tracking input can be inherently noisy. In some embodiments, the Kinect system can be a source of noise as well because the visual data that the Kinect is tracking is ambiguous or leads to an inaccurate determination of the user's position or movement. It can be difficult to precisely determine where a user's appendages are due to the natural movement of the user over time and the lag between receiving input and processing the input. This is complicated when the user is trying to perform a particular dance move at a particular time—he may start or end the move too early or too late, or some appendages may be positionally inaccurate, or a combination of these. Therefore, the filter system allows for variation in both timing and position when scoring the user. The filters can be used to recognize an inputted performance against a number of possible target movements to provide a variety of applications. In a dance game, a user can perform one of multiple dance moves and the system can determine the move danced and provide a score for the performance of the dance move.
In some embodiments, there is a mechanism for teaching a specific move or series of moves to a user using audible cues and repetition. To facilitate this functionality, an animation blending technique can be used. The animation blending technique uses animation transitions from an idle state into a move, and from the move into an idle state, along with the animation of the move in the context of the entire dance, to allow the teaching avatar to demonstrate and repeat a single move. There are also scripted transitions or bridge animation segments that allow for seamless reuse of portions of a motion capture performance that may not be adjacent in the performance. These bridge animation segments can be used in a variety of contexts. For example, a difficult dance routine with many different moves can be simplified into a lower difficulty routine by repeating a subset of the moves, which may prompt the use of non-adjacent animation segments. Bridge animation segments can be used in a practice mode to repeat moves until the player has successfully performed them.
Creating a Target Representation
The process of one implementation begins by using motion capture (“mocap”) to create a three-dimensional model of a target performance. This can be, for example, the target performance of a dance or part of a dance in a video game. Motion capture can include recording of a human actor which can be used by a computer to reproduce the actor's performance. When the mocap session is recorded, sensors at various points on the actor's body provide the recording computer with information such as joint and limb position data over time. In the case of a dance game, the mocap is typically a recording of a dancer performing a particular dance move, or series of movements that makes up a dance move, and in one implementation, the mocap is a recording of an entire dance routine for a song. The mocap performance becomes a representation of the dance in a form usable by the game system (e.g., as a target performance). In some embodiments, the positional information received during mocap can be similar to the positional information received by a camera-based game system when a user is playing a game or other motion sensor system. This similarity can be exploited to grade inputted motions of a body on how well the body is dancing at a particular time by comparing a user's performance (the input performance) to a key frame of the target performance. Also, the mocap data can be used to drive on-screen animations of avatars, thus demonstrating to the user the movements to be performed.
At least one problem arises that prevents a direct comparison between the input performance and the target performance. For example, the user and the mocap actor could have different heights and appendage lengths, or have different body types, such that a direct comparison of positional information of the input performance and the target performance could result in the user scoring poorly, even if he is performing the moves correctly. For example, the actor in the target performance could have an arm fully extended which, based on the dimensions of the actor's body, positions the actor's wrist two and a half feet in front of his shoulder. The user's input, also reflecting a fully extended arm, could have the (shorter-in-stature) user's wrist positioned two feet in front of his shoulder. In a purely comparative system, the user has not satisfied a test of “is the user's wrist in the same position as the wrist of target performance actor?” because the user's wrist, even though his arm is fully extended, is still a half foot closer to the reference point, i.e., the shoulder. Therefore, it is advantageous to express both the target performance and the user's performance in the same frame of reference.
Normalizing the Input Performance and Target Performance
To create a consistent frame of reference, the mocap data, which is expressed in its own representation (in some implementations even its own skeleton), and the user's input can be normalized. This normalization process creates a normalized target performance and a normalized input performance. In one implementation, normalization of each joint is achieved by deriving unit vectors reflecting offsets of one specific joint relative to another specific joint.
In one embodiment, there are four different player-normalized coordinate systems: left arm, right arm, left leg, and right leg. The left arm coordinate system's origin can be at the left shoulder, the up vector is away from gravity (in a Kinect system this can be based on accelerometer information). The right vector can be from the left shoulder to the right shoulder and the forward vector can be the cross product of the up vector and the right vector. The right arm coordinate system can be the mirror of the left arm coordinate system. The left leg coordinate system's origin can be the left hip, the up vector is gravity, the right vector is from the left hip to the right hip, and the forward vector is the cross product of the up vector and the right vector. The right leg coordinate system can be the mirror of the left leg coordinate system.
As an example, referring to
This method can be used for other joints as well, e.g., the wrist position can be normalized by determining the vector 190 from the elbow 180 to the wrist 182, transforming that vector from the skeleton's coordinate system into the left arm coordinate system, and dividing it by the magnitude of that vector 190. A knee's position can be normalized based on the vector 195 between the hip and the knee, transformed from the skeleton's coordinate system into the appropriate-side leg coordinate system, and divided by the magnitude of that vector. An ankle's position can be determined based on the vector from the knee to the ankle, and so forth. Other joints such as hips are usable as well: foot raises are determined as a “squish” from foot to waist where the foot's position is drawn in towards the waist. In one embodiment, the normalized joint positions in the entire skeleton are computed, using the joint more proximal to the body core as the reference joint. In other embodiments, only a subset of the joints that have a correspondence in both skeletons are normalized, and normalization occurs on a limb-by-limb basis. The normalization of the target performance can be carried out in advance of motion capture, or can be carried out while input performance is received, for example.
There are several options for normalizing joints that are not directly connected to an origin joint. Continuing the previous example with the shoulder 175 being the origin joint. The wrist's position can be normalized by determining the vector 197 from the shoulder 175 to the wrist joint 182, transforming the vector 197 from the skeleton's coordinate system into the left arm coordinate system, and dividing the resulting vector by the sum of the magnitude of the vector 185 from the shoulder to the elbow and the magnitude of the vector 190 from the elbow to the wrist. Alternatively, the vector 197 from the shoulder to the wrist can be determined, transformed, and divided by the magnitude of that vector 197. For legs, an ankle position can be based on foot position, transformed from the skeleton's coordinate system into the appropriate-side leg coordinate system, and divided by the sum of the magnitudes of the vector from the hip to the knee and from the knee to the ankle.
Typically, normalizing the target performance and the input performance yields positional information analogous to both, e.g., both have elbow position representations, both have wrist position representations. Where data is not available in the mocap data or the user input for a particular joint, in some embodiments, the system can interpolate between two joints to create a “pseudo-joint” that maps to a joint in the other skeleton. For example, if the mocap skeleton has a left hip joint and a right hip joint, but a user skeleton only has a mid-pelvis joint, a mid-pelvis pseudo joint can be synthesized for the mocap skeleton at the midpoint of the two hip joints, and used in further normalization and scoring. Alternatively, pseudo-joints could be interpolated from both data sets/skeletons to map to a third idealized skeleton. Additionally, where the system includes a Kinect system, adjustments are typically made to conform the mocap skeleton to the Kinect provided skeleton. For example, the adjustments can include dropping the hips, adjusting the shoulder height, and others. In some embodiments, the system can be implemented to create a pseudo joint in order to provide a reference point or measurement that is more stable than a joint in the existing skeleton.
Comparing the Input Performance to the Target Performance
In order to compare an input performance to a target performance, the information in the performances can be broken into discrete units for purposes of comparison. The discrete units can be samples, such as time based samples or magnitude based samples. Magnitude based samples includes a set of magnitude thresholds that when exceeded creates a sample point of the magnitude and time. The magnitude measured can be an amount of movement that is registered in the input performance. Where spatial information is being used, frames of the input performance can be compared with a corresponding frame of the target performance. A frame can be a snapshot of motion capture sensor information at a particular point in time. These input performance and target performance frames can be analyzed to produce a score. This strategy, however, may not allow the system to account for inaccuracies in the relative timing between the input performance and the target performance. This timing problem can arise, for example, when dancing a move with perfect position but slightly late or early relative to when the move was expected by the system. This can be addressed by scoring each frame of the input performance against the corresponding frame of the target performance and a range of adjacent frames. The scoring process incorporates positional and temporal score using a technique described below. For a given target frame, a score is determined by finding the maximum score of all input frames scored against that target frame.
This approach, however, can be prohibitively expensive computation-wise on some game consoles. To alleviate this, in some embodiments, only a fraction of the input frames are compared with target frames (e.g., half of the input frames). The specific frames in the input performance that are chosen for comparison can be regularly spaced, or the frames can be chosen randomly with a probability matching that fraction. This approach, however, may not capture the intent behind a dance move where certain intermediate poses are important and the transition movements into or out of those poses are less important. In one embodiment, the input frames are compared to a select group of (one or more) target frames that are considered important to the dance move.
In one embodiment, each frame of the target performance can be assigned a weight (e.g., in the range 0.0 to 1.0). Each target frame can then receive a score based on the maximum score of all input frames scored against that target frame. That score is multiplied by the weight to produce a weighted score for each target frame. The score for a move can then be determined by combining the weighted scores using a sum or average. In some embodiments, each frame of the target performance can also be assigned a weight (e.g., in the range 0.0 to 1.0) that is computed based on the target performance. The weight for a frame of the target performance may be computed based on any number of neighboring frames of the target performance. The computation determines which target frames are the most important to the dance by detecting inflections in direction of parts of the target skeleton, or inflections in distance between parts of the target skeleton.
For example, the initial weight for a frame may be 0.0. A velocity vector can be computed for each joint in a target frame by subtracting its position in the previous frame from its position in the current frame. Whenever any joint's velocity experiences a derivative of zero with respect to time, or whenever the joint decelerates to zero velocity, along the x, y, or z axis in the camera-based coordinate system, or along the x, y, or z axis in the skeleton-based coordinate system (see below for a technique for computing a skeleton-based coordinate system), that frame's weight is increased. For example, if the weight of the target frame before considering the joint was w0, the new weight might be (1+w0)/2, or it may be set to a predetermined “one joint zero-derivative” value such as 0.5. If another joint's velocity simultaneously experiences a derivative of zero, or if another joint simultaneously decelerates to zero velocity, the frame's weight is increased by substituting the previous weight into (1+w0)/2 again, or it may be set to a predetermined “two joint zero-derivative” value such as 0.75.
Likewise, additional joints that experience simultaneous derivatives of zero, or decelerations to zero velocity, make the current frame have a higher weight using the formula or a lookup table that references number of contributing joints to a weight value between 0.0 and 1.0. A temporal threshold may be used to determine whether joints that experience derivatives of zero, or decelerations to zero velocity, have done so simultaneously. For example, any two joints experiencing derivatives of zero or deceleration to zero velocity within half a second may be considered to have done so simultaneously.
Although derivatives of joint positions can be used to determine the weight for a frame of the target performance, other measurements can also contribute to the weight. For example, distances between specific joints can be computed for each frame and tracked across frames, and zero-derivative measurements can contribute to the weight. For example, the distance between wrist joints may be measured for each frame. Frames in which the distance experiences a zero derivative would increase the frame's weight by substituting its previous weight into (1+w0)/2 or looking up a value from a table as above.
Other measurements can also contribute to the weight, such as zero-derivative measurements of the overall bounding rectangle of the skeleton along x, y, or z axes in a camera-centered coordinate system or x, y, or z axes in a skeleton-based coordinate system. However the target weight is computed, the final weight assigned to each target frame can be used in the same way as described previously.
In one implementation of the system, a subset of the frames of the target performance are marked as key frames. Each key frame represents a specific frame in the target performance with which the input performance is compared. The target performance, which can include an entire dance routine, can be aligned with a timeline with the performance being divided into moves. Each move can include a start time and an end time relative to the beginning of the dance. The start and end time allows the move to be placed on the timeline. Time in the timeline can be measured in units of measures/beats/ticks. Alternatively, each move can have a start time and a duration. The times and durations are typically measured in units of measures, beats, and ticks, but alternatively can be measured in units of seconds. Time can be measured relative to the beginning of the dance, but alternative reference points are possible, such as the end of the dance, the start of the previous move, the end of the previous move, or any other moment in time within the timeline.
Each key frame can include a time offset relative to the beginning of the move. In addition to timing information, each key frame can include weighting information for x, y, and z axes relative to the camera (explained below). Additionally or alternatively, each key frame can include weighting information for x, y, and z axes relative to the entire skeleton in the target performance, or weighting information for x, y, and z axes relative to each “body zone” (limb-centered coordinate systems) in the target performance (explained below). In one implementation, relaxing the scoring is achieved by unevenly weighting the contributions of the x, y, and z axes to the Euclidean distance measurement above, where x, y, and z are taken to be in the left arm coordinate systems, right arm coordinate system, left leg coordinate system, or left leg coordinate system.
In addition to weighting information for the axes, the key frame also includes weights for different bone groups themselves to emphasize performing a particular motion, e.g., moving the user's arms during the “shopping cart,” or deemphasizing other motions one, e.g., ignoring or forgiving poor leg position during “the shopping cart”. Key frames can be placed on the timeline to capture the most important poses in the dance sequence. Often, key frames are placed at eighth-note boundaries, but they may be spaced irregularly depending on the dance or move to be tested.
In a preferred embodiment, the target performance is expressed as mocap data associated with a Milo file. The Milo file contains a timeline and allows for events, tags, or labels to trigger events in the game. Advantageously, the target performance is aligned to the timeline. The Milo file is also typically associated with a music track, which is also aligned to the timeline. This allows the developer to assign events to certain portions of the music track. The Milo file also has instructional timelines for providing audio cues to the user (explained below). The Milo file also provides the ability to mark parts of the timeline, and therefore parts of the target performance, as key frames. Key frames are placed at specific measures or beats on the timeline and represent times to test user input.
Comparing the input performance to the target performance input at a particular key frame may be accomplished in several ways. In one embodiment, each key frame has a time window associated with it, beginning before the key frame and extending beyond it. The time window can be symmetrical around the time of the key frame, but may be adjusted to provide for more time at the beginning or end of a dance move. For example, the adjustment can provide a longer intro if a move is difficult to get into or for a longer outro if the move is difficult to get out of. The time window is typically of a fixed width in seconds. Alternatively, the time window can be expressed as fixed width in a variable unit of time such as beats, so that the window expands and contracts as the dance tempo slows down or speeds up, respectively.
The umbrella shapes in
The user's input can be sampled to obtain input performances that can be evaluated. The samples of the sensory information can be considered frames of information in some embodiments. The user's input, sampled a certain number of times per second, e.g., 30, is examined to determine if it matches the target performance. For example, on beat 1 (and for a period before and after beat 1 illustrated by the umbrella around 200) the user's input is sampled to determine if, in this case, the user's hands are stretched out in front of him in a way that matches the target input which is based on the mocap performance. Then, on beat 2 (and before and after), the user's input is sampled to determine if it matches the target performance where the user's hands are pulled back in. The windows around each key frame are to allow for variation in time for the user to complete the move. Variation is allowed for in both time and positional displacement because the user may not have their limbs exactly in the expected position at exactly the right time. Additionally, as stated above, some leeway is provided because the camera is an inherently noisy input.
Allowing for Variation in Time
Between an inner time window and an outer time window, e.g., in the range d−outer to d−inner and the range d+inner to d−outer, a score is still given for performing the move, but the score for that performance is reduced as the temporal “distance” outside the inner window increases. Outside the outer windows, i.e., before d−outer and after d+outer, respectively, no score (or a score of zero) is given for performing the move because the user is just too early or too late. The fall off function for the score during the periods of d−outer to d−inner and d+inner to d+outer is typically a variation of 1−x2. This yields a parabolic shape that starts from 0 and builds to 1 between d−outer and d−inner, and then falls from 1 to 0 between d+inner to d+outer. More specifically, in one embodiment, the scoring curve is assembled piecewise:
For frames before d−outer, y(x)=0.
For frames between d−outer and d−inner:
For frames between d−inner and d+inner (including x0), y(x)=1.
For frames between d+inner and d+outer:
For frames after d+outer: y(x)=0.
But other variations are possible as well, e.g., a linear function, a constant, a parabolic function, a square-root, 1/x, 1/(xn) (e.g., inverse square, inverse cube, etc.), polynomial, exponential, logarithmic, hyperbolic, Gaussian, sine, cosine, tangent, or any combination or piecewise combination thereof.
Beneficially, in some embodiments, as shown in
Allowing for Variation in Position
As discussed above, the user's positional success can be determined based on comparing the normalized input performance to the normalized target performance. When comparing the input performance to a key frame (again, preferably done for each sampling of the input performance), the aggregate distance is taken between the two to determine how close the normalized input performance is to the normalized target performance of the key frame. This can be done for the whole skeleton of the target performance or can be done on a limb by limb basis. Distances are calculated as the Euclidean distance between the normalized input performance's joint position in the input frame and the normalized target performance's joint position in the key frame.
For hips, hip velocity is a vector from the hip position in the previous key frame to the hip position in the current key frame. The vector can be divided by the amount of time elapsed between the key frames. To normalize the hip velocity, the velocity vector can then be divided by the length of the spine. Then the resulting vector is then used for Euclidean comparison similar to that described with respect to arms and legs. Advantageously, dividing by the length of the spine normalizes the velocity measurement to account for the size of the user, e.g., a child needs to displace his hips a smaller amount than a taller adult, in order to receive the same score.
In some embodiments, the total skeleton score is an aggregate (e.g., sum) of five different scores, i.e., left arm score, right arm score, left leg score, right leg score, and hip velocity score. These are each made up of score calculations themselves for the individual joints and represent how well the user performed the move for each body zone. For example, the left arm score is an aggregate of the wrist score and elbow score, and the leg score is an aggregate of the knee score and ankle score. Displacement of the body, measured by hip velocity, may also be incorporated into the score calculation. Also, contributions to the aggregate skeleton score by the aggregate body zone score may be weighted per key frame to enhance the contribution from zones that are more important to executing the key frame pose.
For example, if the left arm is most important to a particular pose, the weight of its contribution to the score can be increased, or contributions of other body zones' scores can be decreased, or some combination thereof. Contributions to aggregate body zone score by individual joint score may be weighted per key frame to enhance contribution from individual joint positions. This individual joint score can allow differentiation of importance among individual joint positions in evaluating the key frame pose. For example, the elbow is more important than the wrist for the “Funky Chicken” pose, so the weight of the elbow joint's score can be increased, or the weight of the wrist joint score can be decreased, or some combination thereof. Typically, if a user's joint or body zone is in the correct position, the user can be given full credit for the correct position and the weight of that limb's contribution will not be decreased.
As with the evaluation of timing error of an input performance with respect to a target performance, there can be a window of acceptable error for position.
The score of an input from for a particular key frame can be determined by aggregating the positional score and the timing score. In a preferred embodiment, the positional score for an input frame compared against a particular key frame is then multiplied by the timing score for that input frame to produce an overall score for the input frame for that key frame. If the score for an particular input frame is greater than the score of any other input frame for a particular key frame, i.e., that input frame is the closest to the key frame in terms of the combination of weighted timing and position scores, that score is the assigned score for that key frame and is used to determine the player's overall score for the move. When the user has satisfied a certain percentage of the filters for the bar, e.g., 80 percent, the user is considered to have successfully performed the entire move for that bar (because it is unlikely that a user will satisfy 100 percent of the filters). In implementations with graduated feedback (discussed below), completing 80 percent may be “Perfect,” 60 percent may be “Good,” 40 percent may be “Fair,” and 20 percent may be “Poor.”
Compensating for the Limits of the Camera and User
Techniques are provided that can ease the limitation of the user's ability to parse input presented on the display. Certain movements of the on-screen dancer along the z axis (into and out of the screen) can be difficult for the user to parse precisely. For example, when the avatar's arm is held out directly in front of its body, and the wrist is then moved closer to or further from the avatar's body along the z axis, the degree of that motion is hard to see from the user's perspective. This can be problematic for a dance game because the user may encounter difficulty in replicating this movement as the user cannot easily judge the distance to execute the movement precisely.
In one embodiment, this can be overcome by unevenly weighting the contributions of the x, y, and z axes to the Euclidean distance measurement above. This has the effect of flattening the error space in a dimension if that dimension is difficult to detect visually. This is typically expressed as a front-to-back relaxing of the scoring along the z axis because movements in a camera-based system towards the camera (forward) or away from the camera (back) are the ones being compensated for. The relaxation of scoring along an axis can be provided by reducing the contribution along that axis by a coefficient in the Euclidean distance calculation. The developer may also specify, for a given key frame, coefficients for one or more axis to reduce or enhance the contribution of error along that axis to the evaluation of the movement.
Techniques are also provided that can ease the limitation caused by occlusion that is inherent to any camera-based input. When a dance move requires one or more parts of the body to be moved behind other parts of the body, the occlusion of the joints makes it very difficult to determine their positions with accuracy. This is problematic because joints can be occluded in normal dance moves, such as when an arm goes behind the back, or when a move requires the user to turn sideways to the camera.
Techniques are also provided that can ease the limitation with a user attempting to reproduce the target performance when the mocap for the target performance was executed by a professional dancer who is very flexible. This is problematic because a professional dancer can place his body in positions that cannot be achieved by a casual user, and therefore the user cannot score well on the move. For example, a professional dancer can touch his elbows together behind his back, but it would be unfair to penalize a typical user for this lack of flexibility, so the scoring for these moves can be relaxed.
In one embodiment, relaxing the scoring is achieved by unevenly weighting the contributions of the x, y, and z axes to the Euclidean distance measurement above, where x, y, and z are taken to be in the mocap performer's frame of reference. The frame of reference of the mocap skeleton is computed per-frame as a rotation about the z axis of the camera's frame of reference. The angle of rotation can be computed by finding the plane created by the shoulders and the center of the pelvis, finding the forward-facing normal, and rotating the frame of reference through the angle from the view plane normal to the forward-facing normal. Alternatively, the frame of reference of the mocap skeleton can be computed by starting with the plane created by both hips and the head. In some embodiments, relaxing the scoring can be achieved by unevenly weighting the contributions of the x, y, and z axes to the Euclidean distance measurement above, where x, y, and z are taken to be in the left arm coordinate systems, right arm coordinate system, left leg coordinate system, or left leg coordinate system.
Once the frame of reference has been rotated, relaxing scoring along an axis has the effect of flattening the error space in a dimension. For example, if a move requires the elbows to be pulled back very far, relaxing scoring along the z axis in the frame of reference of the mocap performer can reduce the distance the elbows need to be pulled back in order to achieve a good score. The relaxation of scoring along an axis is specified with the key frame information as coefficients for the Euclidean distance calculation. In some embodiments, the game developer can manually weight certain moves to be more forgiving along any axis simply because a move is hard to perform.
In some implementations, weighting can be based on the confidence that the camera system may provide for detecting a joint's position. For example, in some versions of Kinect the camera system provides tracked positional information in the form of a position for a joint and a confidence level that the position is correct. When the joint is off-screen, the Kinect system can also provides an inferred position. When a joint's position is inferred, e.g., when the joint is clipped or occluded, neighboring joints can be examined to better assess where the inferred joint is. For example, if an elbow is raised above the user's ear, there are only a few possible locations of the user's wrist, e.g., straight up above the elbow, down near the user's chin, or somewhere in between. In these scenarios, because the object of the game is to be fun, the maximum positional window, e.g., 0 to d+outer, is widened so that the filtering is looser to allow for greater variation in positional differences. Additionally, the inner window of “perfect” position, zero to d+inner, may also be widened.
In some embodiments, the system can suspend operation if too much of the skeleton is occluded or off-screen for more than a threshold amount of time. For example, 10 seconds or 6 beats could be a threshold amount of time. The suspension of operation may be preferable to incorrectly evaluating an input performance that suffers from incorrect positioning.
To assist the user in completing moves correctly, per-limb feedback can be given to the user when performing a move. In some embodiments, if the user is not satisfying a filter for a limb, the game renders a red outline around the on-screen dancer's corresponding limb to demonstrate to the user where they need to make an adjustment. In some embodiments, the per-limb feedback is on the mirror-image limb from the limb that is not satisfying the filter. For example, if the user is satisfying the filter for both feet, the hips, and the left arm, but not satisfying the filter for the right arm, the game renders a red outline around the on-screen dancer's left arm. This indicates to the user that his right arm is not correct, since the user is facing the on-screen dancer and mimicking the on-screen dancer in mirror image.
Other per-limb feedback is also possible. In some embodiments, an indicator such as a phantom limb is drawn in the target location. Alternatively or additionally, an indicator is anchored on the errant limb and its direction and length are based on the direction and degree of error in the user's limb position. For example, if the user's wrist is below the target location, the game draws an arrow starting from where the user's wrist is located in the input performance and ending where the on-screen dancer's wrist is in the target performance. Alternatively, in embodiments where a representation of what the user is doing is displayed on-screen, the arrow is drawn starting from the user representation's wrist. In some embodiments, the indicator persists until the user satisfies the filters for the target performance's arms. In some embodiments, the intensity, geometry, material, or color characteristic of the indicator may be changed based on the degree of error for that limb. For example, the color of the indicator may become a more saturated red if the error for a limb becomes greater. Other highlighting may also be used, as may verbal cues such as “get your <limbs> movin'” where <limbs> is any body zone that is not satisfying the filter.
In some embodiments, there can be an indicator that illustrates how well the user is cumulatively satisfying the filters in a move. This indicator can be represented graphically as a ring of concentric circles under the on-screen dancer's feet. The concentric circle can then be modified to graphically depict how well the input performance matches the filters of the move. If the user has satisfied a certain percentage of the filters, e.g., 20 percent, the inner ring of circles is illuminated. When the user successfully performs the next threshold percentage of filters, e.g., 40 percent, the next set of rings is illuminated. This can be repeated such that when the user has successfully performed the entire move, the outermost set of rings is illuminated. A notable side effect is that as the user is satisfying filters, the ring grows under the on-screen dancer's feet. In some embodiments, the success indicator moves with the on-screen dancer, e.g., is based on the position of the mid-point of the pelvis of the skeleton of the target performance, so that the user does not have to look at a different part of the screen to determine how well he is performing. While described in terms of discrete rings, the effect can occur continuously. Also, other shapes or graphical effects may be used, e.g., a meter indicating how many filters are satisfied, and bigger and bigger explosions or fireworks may be displayed to indicate the user satisfying more and more filters. Beneficially, in some embodiments, a qualitative evaluation is also displayed, e.g., good!, great!, or awesome!
The setting of the game may also react to changes in the user's input performance. For example, as the user is satisfying filters, a crowd of spectators may begin to circle or gather near the on-screen dancer. Or the venue in which the on-screen dancer is performing may become brighter, more colorful, or transform into a more spectacular, stimulating, or elegant venue. Correspondingly, if the user is performing poorly, on screen crowds may dissolve and walk away or the venue may become darker, less colorful, or transform into a less spectacular, stimulating, or elegant venue. Changes in venue and setting can based on the consecutive number of moves completed, e.g., after five successful moves the venue and dancers on screen change to an improved mode. After ten successful moves the venue and dancers may change to a more improved mode and so forth. Changes in venue and setting can also be based on the overall score of the input performance, or on the overall score of the input performance as compared to an average performance.
Training Mode
In some embodiments, there is a trainer mode to assist the user in learning a particular movement. For example, in a game system, teaching the user a series of dance moves. In trainer mode, a dance move is demonstrated using the on-screen dancer and audible cues. The user is then expected to mimic the on-screen dancer's movements. If the user performs the move correctly, an indicator indicates he has performed the move correctly. The next move can then be demonstrated and the user may continue practicing. If the user does not perform the move correctly, the move may be repeated and the user can keep trying to perform the move before being allowed to continue.
When the user does not perform the movement correctly, additional instruction is provided. In some embodiments, a verb timeline, normal_instructions, runs simultaneously with the target performance, and has multiple verb labels indicated on it. The verb labels refer to pre-recorded audio samples that have both waveform data and offsets. The offset indicates where the stress—or important accent—is located in the waveform data. For example, if the wave form data represents the spoken word “together,” the offset indicates the first “e” sound such that playback of “together” begins before the point of the verb label on the timeline and the playback of the “e” sound aligns with the point of the verb label on the timeline. This allows the developer to specify which point on the timeline a particular syllable of the audible cue falls on. As the target performance is displayed, the waveform data is played back according to the positions of the verb labels and the offsets to provide instruction to the user that is synchronized with the movement of the on-screen dancer.
In some embodiments, a second verb timeline, slow_instructions, runs simultaneously with the target performance and may have a different or more detailed set of verb labels indicated on it. These verb labels also refer to pre-recorded audio samples with waveform data and offsets, similar to those described above. When the user cannot successfully perform a particular move after a threshold number of attempts, the game slows down and the slow_instructions timeline is used to provide additional, more detailed instruction to the user. For example, on the normal_instructions timeline, there may be a verb label that refers to an audio cue of “step and clap.” On the slow_instructions timeline, this may be represented by three labels, “left foot out,” “right foot together,” and “clap.” When the game is slowed down, rather than referencing verb labels on the normal_instructions timeline to trigger audio cues, the game references the verb labels on slow_instructions timeline. When the game is slowed down, there is enough time between body movements that the additional instructions can be played. In some implementations, the slowed down audible cues are stored in a different file or a different audio track than the normal speed audible cues. When the user has successfully reproduced the move, the game is sped back up and the normal_instructions timeline is used, or alternatively, the additional instructions are muted or not played.
Fitness Mode
In some embodiments, there is a calorie counter displayed on the display during the dance game to encourage users to dance. As the user dances, the calorie counter is incremented based on the Metabolic Equivalent of Task (“MET”, and generally equivalent to one kcal/kg/hour) value of what the user is doing. As an example, sitting on the couch has a MET value of 1. Dancing and most low impact aerobics have a MET value of approximately 5. High impact aerobics has a MET value of 7. To determine the MET for a frame of input skeleton data, the joint velocities for all joints on the user's input skeleton are summed. To determine a joint's velocity, the joint's position (in three dimensional space) in the previous frame is subtracted from its position in the current frame. This yields a vector. The vector is divided by the elapsed time between the previous frame and the current frame. The length of the resulting vector is the velocity of that joint.
Once the sum is determined, it is exponentially smoothed to reduce transient noise. The result is a mapped to a MET scale of 1 to 7 with, in some embodiments, a sum of 0 mapping to 1 and a sum of 40 mapping to 7, with 1 representing no movement and 7 being a large or vigorous movement. Beneficially, any sum less than five can map to 1 to account for the noise inherent in the input. The mapping can be linear, piecewise linear, or any interpolation function. Using the MET value, and knowing the user's body weight (which can be input via a menu, or can be inferred based on the camera's input and a body/mass calculation), calories burned can be estimated.
METs are converted to calories-consumed-per-second using the equation of (METs*body weight in kilograms)/seconds in an hour=calories/second. This value can then be displayed on the screen, or summed over time to produce a value displayed on the screen for total calories. The value for calories/second or total calories can stored as a “high score” and, in some embodiments, can be used to increase or decrease the tempo of a song or the difficulty of a series of moves. Advantageously, this allows the user to track total calories burned, average rate burned, and other statistics over time.
Reusing Elements of a Mocap Performance
In some embodiments, the most difficult or complex target performance is recorded as one linear motion capture session and only parts of the recorded performance are used to simulate easier versions of the performance.
The easier routines can be created programmatically, e.g., the game determines how often to repeat a movement based on a difficulty value for the move, favoring easier moves for easier difficulty levels. The easier routines can also be authored by the game developer by creating an easy timeline and referencing the move labels on expert track. An example of this is the easy track in
Reusing moves allows space savings on the storage medium (only one target performance needs to be stored) and it allows the game developer to later change the performances of the other difficulties after the game is released if it is later determined that the performance for a difficulty setting is too hard or too easy or is boring. Since the expert performance is linear, each A section in expert will be slightly different because the mocap actor likely did not have his limbs in the exact same position every time. Examples of this are A′ and B′ where the skeletons are similar to A and B respectively, but the arm positions are slightly different. To make an easier difficulty target performance, the A move that is repeated in the easier difficulties can be A or it can be A′, or some combination. In some embodiments, a move that is repeated in an easier difficulty uses the most recent version of that move in the timeline. In some embodiments, a move that is repeated in an easier difficulty uses the earliest version of that move that appeared in the routine. The animations from the expert track can also be reused when creating the easy performance.
A sequence of moves for an easier routine may correspond to a sequence of moves in the original expert linear mocap such that a specific pattern of moves is present in both (although they may not correspond on the timeline). In this case, the sequence of moves may be copied from the expert performance into the desired position in the easier routine's timeline. But if a sequence of moves for an easier routine does not correspond to a sequence of moves in the original expert linear mocap, individual moves may be separately copied from the expert performance into the desired position in the easier routine's timeline. Copying larger sequences of moves from the linear mocap can produce sequences with fewer animation artifacts.
Animation Blending
When moves or sequences of moves are used in easier difficulties, the moves can abut other moves that were not adjacent in the linear mocap. The transitions in the move animations between these moves can be jarring, since the skeleton in the last frame of one move can be in a completely different pose than the first frame of the next move, which would produce a sudden, nonlinear animation. Animation blending can be used to transition smoothly from the end of one move to the beginning of the next move in the sequence, if the two moves were not adjacent in the linear mocap. Using the example above of an expert performance following the pattern of A, B, C, D, A, B, D, C, when creating the easier difficulty performance, there may be a pattern of A, A that is not part of the linear mocap. Animation blending is used to transition from the end of the first A animation to the beginning of the same A animation to produce an A, A pattern. In one embodiment, the last beat of the move before an animation transition is blended with the beat before the beginning of the next move. In the example of the A, A pattern, the last beat of the A move is blended with the beat before the A move for the duration of one beat. Then the animation continues with the first beat of the second A move.
In some cases, the animation blending technique described above produces animations that are still jarring. This is often due to the large differences between the pose at the end of one move and the pose at the beginning of the next move, that can't be overcome through simple blending. In these cases, the animation can appear to jerk from one position to another during the transition, or to move in a way that's physically impossible. In some embodiments, additional mocap is recorded to produce bridge animation segments. A bridge animation segment is designed to make the transition between two other animations smooth. For example, using the example above, if the end of the A move was a very different pose than the beginning of the A move, a simple animation blend might produce a poor result. An A, A bridge animation segment would be recorded, wherein the actor would actually perform the transition from the end of the A move to the beginning of the A move.
In one embodiment, the bridge animation segment is three beats long. The next-to-last beat of the first A move can be blended with the first beat of the bridge animation segment in such a way that contribution from the bridge animation segment is interpolated linearly over the course of the beat from zero percent to 100 percent. The second beat of the bridge animation segment is played without blending, then the first beat of the second A move is blended with the third beat of the bridge animation segment in such a way that the contribution from the bridge animation segment is interpolated linearly over the course of the beat from 100 percent to zero percent. The bridge animation segment may be any number of beats long, for example two beats, and the blending can also be done over the course of any number of beats, for example two beats. The interpolation may be done in a non-linear fashion as well. For example, the interpolation can be done in a parabolic, inverse-squared, logarithmic, or exponential fashion, for example.
In some embodiments, a table is provided that is keyed by the start and end move labels associated with two animations that may abut. If a bridge animation segment is used to produce a smooth transition between the associated animations, the table can include an entry indicating the bridge animation segment to be used. This table can be consulted for the animations that are displayed.
The move animations and the results of the animation blending can be used as the target performance. This allows the move animations and animation blending to be scored. This provides a fluid game experience and rewards users that accurately mimic the dancer on the screen. For example, the scored section can include from the A move to the A move, or from prior move to first A move or from second A move to next move. Since these move animations and animation blending can be used as the target performance, these moves can therefore be scored similarly to the normal game play performance.
In a training mode, it is often desirable to isolate and repeat a move or series of moves, with a gap in between the repetitions. For example, when demonstrating the A move, it is useful for the game to count in the beat while the animation is in an idling state, then execute the move animation, then return to an idle animation. This can be accomplished in a way that is similar to the bridge animation segments described for game play above. In one embodiment, a three beat bridge animation segment of the transition from an idle state to the first beat of a move is recorded as mocap data. This is blended with the idle animation and move animation as described above.
Determining an Active User with Multiple Skeletons Available
When more than one user is within the field of view of the camera, it is desirable for the system to determine which user is the active user, and which user(s) are the inactive user(s), for the purposes of shell navigation and game play. For this discussion of determining the active user, a skeleton may be considered valid if it is not sitting and it is facing the camera. In other embodiments, other conditions can be used to define a valid skeleton. Whether a skeleton is valid can impact the ability for a skeleton to be considered active. A skeleton that is not valid may not be able to ever be set to be active. By including a valid skeleton detection mechanism, the system can reduce noise associated with objects that might otherwise be confused as possible skeletons. Queuing a skeleton for activation can mean setting a timer to go off at particular time, at which point the active skeleton is set to be inactive and the queued skeleton is set to be active.
In some embodiments, queuing a skeleton for activation does not set a timer if the skeleton is already queued for activation. In some embodiments, queuing a skeleton for activation does not set a timer if any skeleton is already queued for activation. The timer can be set for a specific time, such as for 1 second in the future. Determining the active user can begin when a frame of skeleton data is received by the system. Once the frame of skeleton data is received the data can be processed at certain intervals, such as every thirtieth of a second. In each frame, there may be any number of distinct skeletons in the skeleton data. In some embodiments, one or more skeletons can be considered active and any remaining skeletons can be considered inactive. There can be more than one active skeleton when more than one user is playing at the same time. In this case, each skeleton represents an input performance and is compared against a target performance.
In some embodiments, if the active skeleton is behind—further from the camera than—an inactive skeleton, or the active skeleton is near the edge of the camera's view, then the system can search for an inactive skeleton to activate. In some embodiments, the active skeleton is considered near the edge of the camera's view if its centerline is in the left or right fifth of the camera's view. If there is an inactive skeleton nearer to the center of the camera's view than the active skeleton, the inactive skeleton can be queued for activation.
When a skeleton is queued for activation, a determination can be made about whether to activate that skeleton. This activation decision can be based on a variety of factors such as if an inactive skeleton that is queued for activation is not present in the current frame, if the skeleton is not valid, if the skeleton is crossing its arms, or if the skeleton is behind the active skeleton. In some embodiments, queued activation of a skeleton can be cancelled if the skeleton meets any of these criteria. In certain embodiments, the queued activation of the inactive skeleton is not cancelled if the active skeleton is near the edge of the camera's view. In some embodiments, if the active skeleton is not in the frame, or if the active skeleton is not valid, but there is at least one inactive skeleton, the system activates one of the inactive skeletons. In certain embodiments, if an inactive skeleton's hand is raised and the active skeleton's hand is not raised, the inactive skeleton is queued for activation or scoring for dancing. This can allow a user to express intent to control the shell or have their performance be the one that is graded by raising their hand.
Multi-Player Modes—Animation
A dance game can be more satisfying if it provides multi-player competitive or cooperative game modes. One difficulty that arises is that the original song and the choreography for the song may not be balanced such that two players can have equal opportunities to contribute to their competing or combined scores (for competitive and cooperative modes, respectively). In addition, the song may be too short to give either player sufficient opportunity to perform for a satisfying duration.
In one embodiment, the song and its choreography can be artificially extended by looping back to previous parts of the song to give multiple players an opportunity to dance the same section. This provides the same potential scoring for the players in a multi-player mode. Although animation blending in this context is primarily intended for looping back to previous parts of a song, the mechanism applies equally well to any non-contiguous jump between points in the song, or jumps between jumps points in more than one song.
In one embodiment, a section that is to be repeated in multi-player mode can be indicated in a data file used to store the tracks and other information used in the dance game. The data file can be a MIDI file. The MIDI file can include a track called multiplayer markers that is aligned with the audio timeline. Alternatively, the markers can be located in the same MIDI track as other MIDI data, can be indicated across multiple MIDI files in respective tracks called multiplayer_markers, or can be located in the same MIDI track as other MIDI data spread across multiple MIDI files. The section indicators are special multiplayer text events, such as MP_START and MP_END. During game play, when the game time reaches the time of the MP_END text event the first time, the game time jumps to MP_START and the other player begins play. When the game time approaches the time of MP_END the second time, it continues without jumping.
In one embodiment, when the game jumps to a non-contiguous point in the song, for example to the point designated by MP_END, animation blending can be used, as described above for creating easier difficulties, to make the transition less jarring. For example, if it is determined that a single section should be repeated, the animation of the last beat of the section can be blended with the animation the beat before the beginning of the first beat of the section. The animation blending can take place over two beats or it can extend over multiple beats. The animation for the end of the section is blended with the animation before the beginning of the section such that the blend begins with 100 percent contribution from the end of the section and ends with 100 percent contribution from before the beginning of the section. The interpolation can be linear, or can use any other interpolating function such as polynomial.
As in animation blending for easier difficulties, the blend from the end of a section to the beginning of the section can produce an unrealistic movement. In this case, bridge animation segments can be used, as discussed above regarding producing an easy difficulty.
Multi-Player Modes—Audio
Extending a song by looping back to previous sections brings with it some inherent difficulties in animation. These difficulties can be eased using animation blending and bridge animations. Non-contiguous jumps in the timeline of the song, or jumps between songs, can also cause difficulties with continuity of the audio track. As with animation, the audio for the end of a section does not always merge smoothly into the audio for a section that is not adjacent in the song's timeline. Jarring discontinuities in the audio track can interfere with the users' enjoyment of multi-player modes. In some embodiments, seamless audio track transition playback is provided during multi-player modes to address this difficulty. For example, if the audio follows the sequence of sections A, B, C, it may be desirable in a multiplayer mode to loop from the end of the B section back to the beginning of the B section.
In some embodiments, a section that is to be repeated in multi-player mode is indicated in a MIDI file in a track called multiplayer_markers, with MP_START and MP_END text events, as described above. In the example above, an MP_START text event in the MIDI file would be aligned with the beginning of the B section, and an MP_END text event would be aligned with the end of the B section, indicating that the entire B section is to be repeated in multi-player mode. Alternatively, a section that is to be repeated in multi-player mode can be indicated across multiple MIDI files, in respective tracks called multiplayer_markers, or can be located in the same MIDI track as other MIDI data spread across multiple MIDI file.
Audio blending can be used to transition between the audio sections in a seamless fashion. The blending can occur in a few different ways. When transitioning from one part of the song to a non-adjacent part of the song, the audio track for a period of time before the origin of the transition is blended with the audio track for the same duration before the target of the transition. Alternatively, the audio track for a period of time after the origin of the transition is blended with the audio track for the same duration after the target of the transition. Other combinations of these two methods are also possible. This is similar to how animations are blended when producing an easy difficulty. For example, one beat worth of audio before the MP_END event could be blended with one beat worth of audio before the MP_START event, then one beat worth of audio after the MP_END event could be blended with one beat worth of audio after the MP_START event. The blending can be done such that at the beginning of the blend, the contribution from the audio before the MP_END event is 100 percent, and at the end of the blend, the contribution of the audio from after MP_START is 100 percent. This can be a linear cross fade, or it can use any other interpolating function, such as polynomial.
In some cases, as with animation blending, the result of audio blending is still jarring. This can be due to the discontinuity in the harmonic progression of the song when moving to a different place in the music or the presence or absence of vocal or instrument parts before or after the transition. In some embodiments, as with bridge animation segments, additional audio is recorded to produce waveform data for a bridge audio segment. The bridge audio segment is designed to make the audio transition between two non-adjacent parts of the song sound smooth. Using the example above with sections A, B, and C, if the game will repeat section B, a bridge audio segment can be provided that smoothly transitions from the last part of section B into the first part of section B.
In one embodiment, the waveform data for bridge audio segments are included in one or more additional bridge audio tracks in the multi-track audio data, and the bridge audio tracks are muted unless non-sequential looping is taking place. However, each bridge audio segment can be located in its own file referenced by the game authoring or the bridge audio segments can be located in a single file. When the bridge audio segments are located in a single file the offset and duration of each segment of bridge audio in the single file can be stored as unique text events in the MIDI file in order to locate the different bridge audio segments.
In some embodiments, the bridge audio segments are of a fixed duration in beats, with a fixed number of beats before the transition. In these embodiments, the original song audio is played until a fixed amount of time in beats before the end of the transition. Then the original song audio track or tracks are muted, and the bridge audio segment is played until the transition point. Then the current time is moved to the target of the transition and the remainder of the bridge audio segment is played. At this point, the bridge audio track is muted and the original song audio track or tracks are unmuted. For example, the bridge audio segments might be three beats long, with one beat before the transition.
Using the example above with sections A, B, and C, if the game repeats section B, a 3-beat-long bridge audio segment from the end of B to the beginning of B may be provided. The original audio tracks are muted and the B-to-B bridge audio segment is played one beat before end of B. When the end of B is reached, the current time is moved to the beginning of B, and the bridge audio segment continues playing for two more beats. After the two beats, the bridge audio track is muted and the original tracks are unmuted. Aligning the audio and changing the current time in this way can allow for a single, consistent timeline for audio playback, animation, and other aspects of game play. Alternatively, the current time may be changed at the end of the bridge audio segment's playback and moved directly to two beats after the beginning of B section. This example discusses bridge audio segments that are all 3 beats long, which start playing one beat before the transition, but other embodiments may have bridge audio segments that are all longer or shorter, or that all begin earlier or later with respect to the transition.
In some embodiments, the song audio and bridge audio segments may be muted and unmuted, as described. Alternatively, the song audio and bridge audio segments may be mixed, such as by lowering the normal song audio volume to 10 percent and playing the bridge audio segment at 90 percent. It is also possible to cross-fade the song audio and bridge audio segments. For example, the last beat of the B section would start with 100 percent of the song audio and end with 100 percent of the bridge audio segment, then the bridge audio segment would play at 100 percent, then the second beat of the B section would start with 100 percent of the bridge audio segment and end with 100 percent of the second beat of the song audio. The interpolation can be linear, but it can also use any other interpolating function, such as polynomial.
In some embodiments, as described above, the bridge audio segments can be of a fixed duration in beats or seconds. In other embodiments, each bridge audio segments can be of different durations. The ability to specify bridge audio segments of different durations can make it easier to provide a musically seamless transition, using more time if necessary, to achieve the proper harmonic and orchestration transitions, and less if possible, so that the playback departs as little as possible from the original music.
In one embodiment, the waveform data for bridge audio segments is located on a single bridge audio track, bridge_audio, in the multi-track audio data file. The bridge audio waveform data for a given transition is divided into the sub-segment before the transition and the sub-segment after the transition. The sub-segment before the transition is positioned in the bridge_audio track so that it ends at the transition point, corresponding to the MP_END text event in the associated MIDI file. The sub-segment after the transition is positioned in the bridge_audio track such that it begins exactly at the target of the transition, corresponding to the MP_START text event in the associated MIDI file. In some embodiments, where the bridge audio segments are of a fixed duration, the beginning and end of the bridge audio segments is implicit in the fixed duration and the fixed amount of time before the transition, as described above.
In the preferred embodiment, the specification of the beginning and end of bridge audio segments is provided in a MIDI file, in the multiplayer_markers track, although the beginning and end of the bridge audio segments could be in their own MIDI track, or in their own MIDI file whose timeline is aligned with the audio timeline. In the multiplayer_markers track, special multiplayer text events, MP_BRIDGE_START and MP_BRIDGE_END, denote the beginning and end of a bridge audio segment. As the game is played in a multi-player mode, when an MP_BRIDGE_START text event is encountered on the timeline of multiplayer_markers, the original audio track or tracks are muted and the bridge_audio track is unmuted.
As described above, attenuation of the original track or crossfading with the bridge audio track can be used instead of muting and unmuting. Playback continues until the transition point itself, which is indicated by the MP_END text event. At this point, the current time is set to the target of the transition, marked by the MP_START text event, and the bridge audio track continues. When the MIDI MP_BRIDGE_END event is encountered, the original audio track or tracks are unmuted, and the bridge audio track is muted. Note that when the transition is backwards in time, the MP_BRIDGE_END event occurs earlier on the timeline than the MP_BRIDGE_START event, since the current time is modified between them. Dividing the bridge audio segments and modifying the current time at the transition point as described allows there to be a single concept of current time for the audio, animation, and game play. In other embodiments, the current time is modified only after the playback of the bridge audio segment is complete, and at that point it is set to the location of MP_START plus the length of the second sub-segment of the bridge audio segment. As described above, a section that is to be repeated in multi-player mode also can be indicated across multiple MIDI files, in respective tracks called multiplayer_markers, or can be located in the same MIDI track as other MIDI data, spread across multiple MIDI file.
Multi-Player Modes—Game Play
In some embodiments, the input performance can include movement information relating to two or more users. The two or more users can be recognized by the system in a variety of ways. For example, accelerometers or other sensors can be correlated to certain users for use with the system, or in camera based systems, the system can distinguish separate bodies in the image frame. Once each player is identified and correlated with sensor information, then the multiplayer input performance can be evaluated against the target performance. As discussed above, the system can recognize one or more bodies that are present and recorded by the camera. In certain embodiments of multiplayer mode, more than one active skeleton is recognized by the system. Each skeleton can be correlated with a user of the system for purposes of determining an input performance for each user. The input performance can then be evaluated on a per-skeleton basis to determine a score.
The techniques described above can be applied to evaluation of an input performance including more than one skeleton. For example, the active skeletons of the input performance can be normalized and have a number of filters applied to evaluate the performance of the movement relative to the target performance. In some embodiments, the sensor information regarding the movement of multiple simultaneous users can be segmented into separate data for each user. The segmenting divides the received information into multiple separate input data frames that are then each analyzed and evaluated individually. The separate input data frames can be correlated to specific users so the users can be evaluated over time.
Recognition of a Movement from a Set of Possible Movements
The system can support evaluating an input performance against multiple target performances. This can be used to determine what movement is being performed. For example, when the input performance is a dance move, the system can compare the dance move against a group of dance moves to determine which dance move is being performed. The system can do this by comparing the input performance against multiple target performances. When an input performance is received, algorithms in the system can analyze the movement and position information in that input performance. The input performance can be compared against each target performance to perform the analysis.
Each target performance can include one or more filters to measure how a move compares to the target performance. The one or more filters can be associated with a particular move of the target performance, or a particular key frame of the target performance. For example, the one or more filters can be associated with a frame of the target performance or a snapshot of a movement including position and velocity information of the move. Each target performance of the multiple target performances includes its own one or more filters that are used to perform the analysis. A determination can then be made about which move was performed based on matches to the filters of each target performance. The algorithm checks the degree of matching found by each of the filters to determine the closest match between the input performance and each of the multiple target performances. The closest match based on the filters indicates that the input performance correlates to a specific target performance. This recognition information can then be used by the system.
In some embodiments, a set of frames from a target performance is analyzed against the frames of an input performance. This analysis can involve a determination if a threshold is exceeded. The target performance filter set can be implemented using a set of key frames as described above. Each key frame and its accompanying filters can be used to provide a determination about the degree of matching with an input performance of a movement. The key frames and any accompanying filters can be used with the weighting in both position and time. Above, this weighting in position and time were shown using parabolic umbrellas that provided a scoring curve.
In certain embodiments, multilayer processing can be employed. Multilayer processing involves performing a movement recognition using multiple steps or layers of analysis. A decision tree can also be used to minimize the amount of processing that occurs. The decision tree can be implemented by analyzing a movement against a specified set of filters and based on outcomes at each stage determining the movement. For example, at each decision point a number of possible movements can be eliminated based on the result because there was not a match on the specified filter or filters.
A certain amount of preprocessing can be involved in order to increase the accuracy of the match determination using the filters. The preprocessing can include such things as recognizing those moves that can cause misreads. Misreads can occur when one move is confused for being another move, such as when an input performance that the user intended to match against one move is matched by the system against another move. In order to determine whether misreads can occur, algorithms can be developed to test combinations of moves to determine the potential for a misread. These algorithms can include running a target performance movement of a specified dance move against the target performance filters of the other dance moves and analyzing the results. If a target performance movement scores highly against another movement's target performance filters, then a misread may occur. A testing script can be written to record when misreads occur and the movements that are involved. This misread information can then be used to change the target performance filters to lessen the chance of a misread. For example, the filters that are used in the target performance can be weighted differently to focus on differences between the moves.
An algorithm can also be developed to determine the differences between movements and to change filters based on the relative differences between the movements with a potential for a misread amongst one another. For example, a matrix can be created when a misread occurs above a specified threshold, such as when a movement is 65 percent the same as another move. The ranking of the closest movements can then be used to determine the weighting of different filters and the number of filters used in a frame to distinguish between movements. The weights in the filters can be set to increase the accuracy of differentiating between different movements. After changes have been made to the filters of related target performances, the testing script can be run again to determine whether other movements now misread based on the modified filters.
Context information can also be used in order to prevent misreads. For example, certain movements have a high probability of occurring in proximity to one another, while other movements have low probability of occurring in proximity on one another. This context information can be used to along with the target performance information to recognize the movement. In some embodiments, misread information can be used to determine when to display certain movements for performance by one or more users. For example, in a dance game where a user is performing certain dance moves from a set of possible dance moves, those dance moves that may trigger a misread can be placed in different sets to limit the likelihood of a misread during the game.
Information can be correlated with the target performances to allow for retrieval and matching of an input performance against multiple target performances. This information can be metadata associated with the target performance. This metadata can include information from the preprocessing such as likelihood of a misread and can be implemented using fields or tags, for example. The metadata fields can indicate when a move may trigger a misread and can detail which moves may misread against one another. One example of this can be where two moves that might cause a misread are both tagged with an “A” in the misreads field. When moves are then being chosen for the game in a section, those marked with the same tag can trigger the selection of a different move to avoid a misread. In other embodiments, a matrix or a table can be used to store metadata for a movement in a separate place. As movements are being selected for presentation in real time, the algorithm can perform a lookup in the table to determine the metadata and determine how the selection is made to minimize the possibility of a misread.
The icon 610 can include highlighting or other types of emphasis to assist in illustrating the target dance move. In some embodiments, the icon 610 can be a still picture with emphasis such as arrows and/highlighting to illustrate the dance move. The icons representing dance moves can travel in a lane 628 on display 606. By travelling in lanes like lane 628, the user can see the upcoming dance moves. The icons can also change while traveling up the lane 628 on the display 606. The types of change the icon may experience include a change in size, a change in appearance, and a change in the animation of the icon. The change in size is demonstrated in
Still icons may include one or more figures and emphasis to represent the movement. As shown in icon 626, arrows are used to indicate the expected movement using a single icon. Icon 626 shows a single FIGURE, but multiple figures along with highlighting and other emphasis can be used. The icons can move through the different positions to signal what are upcoming moves and what moves are currently in play. The moves that are in play 630 are in the current move position 620 and an input performance can be matched against each move that is in the current move position 620. The future dance move position 624 and the next dance move position 622 alert the user to upcoming dance moves so that the user can prepare for when the icon moves to the current move position 620 and the move becomes in play 630.
The representation of the user 612 can illustrate the user's movements back to the user. The representation of the user 612 can show a shadow or outline of the body of the user, an animation representing the user, or the video of the user captured by a camera in the system. The representation of the user 612 aids the user in understanding how the system is sensing the movements made by the user. The feedback provided by the representation of the user 612 allows the user to modify movements to better emulate certain dance moves in some embodiments. In multiplayer mode, two users can play against each other to dance the different moves that are displayed. When the game is in multiplayer mode, the display can be provided with a representation of each user (e.g., 612A and 612B). This allows each user to see what the other user is doing on a single display along with the dance moves.
The score display 614 illustrates an accumulated score for successfully completing different moves. The users score points that are reflected in the score display 614 by successfully completing one of the current dance moves. The different dance moves can provide different amounts of points. In some embodiments, an indication is used to display the relative value of the dance move. The indication can be a modification of icon 610 such that the value can be ascertained visually. The indication can include using different colors to indicate the value of different dance moves. For example, a gold background to the icon 610 indicates the highest point value, while no background can indicate the lowest point value. Other colors, highlighting, or text can be used as an indication to illustrate the worth in points of a particular dance move. In some embodiments, the point value of moves can be randomly assigned such that moves of different point values appear with certain probability.
The dance move match meter 616 provides an indication of how well the input performance matches the target performance. A movement match meter can provide a visual indication of how an input performance compares against multiple target performances. This can include how a movement compares against multiple target movements, for example. The movement match meter indication can represent a variety of different calculations. In some embodiments, the comparison is based on what percentage of filters are matched against an input performance. In other embodiments, the comparison includes a score for each move weighted by temporal and positional error, which is aggregated together into an overall score for the move that is evaluated against the full score for the move. In yet other embodiments, a single filter can be used for a move and this filter provides an analysis of how closely the input performance tracks against the target performance. Looking at
Certain filters, for example, the hip movement, of both dance moves may be similar or the same, so partial matches across multiple dance moves can occur. The match meters also provide feedback to a user so they can understand how well they are performing any one dance move. In some cases, the user may not be performing any of the current dance moves well and the game does not recognize the input performance. The user can then use the match meter and the user representation to understand how closely their performance matches the target performances of the different dance moves. In some embodiments, an array of target performances and match meters can be used to break down different movements for a user to visualize what type of movements they are performing. For example, a sports player can use the system to analyze their movements against the target movements to improve their mechanics.
The multiple movement recognition algorithm can be used to enable a number of different game play elements.
In certain embodiments, such as a dance game, timing of movements can be important. For example, when a user is dancing to a song and attempting to perform a dance move, it is generally expected that the dancer should be dancing to the beats of song. It can also be expected that a user needs to setup and transition between dance moves. For a specific dance move in a sequence of dance moves, the final beat or fraction of a beat of the prior move can include movements that include the setup for the dance move. In some embodiments, this pre-move setup can be displayed for a move so that the user can understand the setup for the next dance move and transition between moves. In order to present the moves so the user can dance them in synch with the beats of a song, the dance move can be displayed with this pre-move setup and transition. This display can be offset from the timing of the song.
In order to present a single move so the user can dance it in synch with the beats of a song, the dance move can be displayed based on an offset. The offset enables a move display to begin prior to the beat when the move begins, and to include the beat or fraction of a beat from the prior move in the sequence. This offset provides a cue for a user to set up for the dance move, and keeps the move display and the user in synch with the beats of the song. If the system replays the move display in a loop, the replay can begin before the end of the move, by the same offset. The offset in some embodiments can be a beat or a fraction of beat. A fraction of a beat can be an offset such as three-quarters of beat prior to a downbeat of the song, where the downbeat is when the next dance move would be performed. For example, if a move starts at time t, occupies four beats, and the offset is three-quarters of a beat, the move display may start at time t minus three-quarters of a beat and may include the final three-quarters of a beat from the prior move in the sequence. At time t, the move display begins showing the move. At time t plus three and one-quarter beats, the move display may display what was displayed at t minus three-quarters of a beat, and proceed from there. This provides cues to the user, and keeps the move display synchronized with the beats of the song.
In some embodiments, the movement can be displayed as an animated icon. The animated icon can display the target performance for the user. The collection of target performances can be stored in a variety of ways, such as in an indexed array, as a stream, or with pointers. In each of these ways, information is used to locate the desired target performance data and that data can be used to illustrate the movements of the target performance. For example, if the target performances are stored as a stream, offset information can be used to jump to the correct spot in the stream where the data is stored. In some embodiments, beats and measures can be used to segment the stream into different target performances. The move can be displayed by rendering the target performance into an animation, such as an animation of a figure or person. The position and movement data of the target performance can be used to direct the position and movement of the animation.
In a game where multiple moves are presented to a user, static or dynamic selection can be used to choose the movements for the game play. A static selection mechanism is when the movements are preset and displayed in the order configured. A dynamic selection mechanism can select the moves in real time or automatically. The dynamic selection mechanism can include an algorithm to randomly or otherwise choose movements. For example, in a random selection, the algorithm can limit the group of moves that are available for selection based on metadata or other criteria. In some embodiments, the multiple move recognition can be part of mini-game within a dance game. The dance game can feature linear and non-linear game play, where the linear game play includes a scripted set of dance moves and the non-linear game play includes dancing one of a group of moves. In a dance game including both elements, the moves can be selected from a group of moves that have been already seen by the player. In the dance game, the user can be prompted to perform a series of moves based on a linear arrangement that is segmented by non-linear game play as shown in
The dance move selection algorithm can be implemented to select dance moves based on one or more criteria. The criteria can include whether the move was previously performed, whether the move was performed during the prior linear segment of the song, whether the move has been successfully performed by one or multiple users, the possibility of a misread, the value of the move, the difficulty of the move, the length of the move, the caloric value of the move, how the move impacts the position of the user within the field of view of the camera, and how the move impacts the position of the user with respect to the other user. The difficulty of the move can allow for different levels of game play such that a user on an easy setting can get moves that have been identified as easy dance moves. The moves can be different lengths, such as four count moves and eight count moves, where the count refers to the number of beats in length of the move. Further, some dance moves may displace a user making it difficult for a user to perform in non-linear game play. For example, if the move involves a right step and a clap, performing the move multiple times can involve the user moving further and further from their original position. These moves can be pre-identified to avoid difficulty to the user in attempting to perform certain dance moves. Further, some combinations of dance moves may cause one or more users to impinge upon each other's space, and may lead to injury. These combinations can be pre-identified to avoid injury. The dance move selection algorithm can use one or more of these criteria among other information to choose the one or more moves that are displayed together.
The dance move selection algorithm can select the dance moves first and then determine whether the selected dance move meets the criteria or can determine the group of eligible moves and select from that group. When a movement is selected for display, the dance move selection algorithm can locate the movement data and can render the movement data synchronized with the song subject to any offset in timing. This process can be repeated multiple times in order to generate multiple possible dance moves for the user to perform, such as shown in
In some embodiments, the evaluation computes a degree of matching between each input performance and each target performance of the set of target performances. If the degree of matching for a particular target performance is below a threshold, the system can treat the input performance as if there was no match. The target performance with the highest degree of matching with the input performance can be considered the selected target performance. The system can award a score to the selected target performance. In some embodiments, the system can award a score only to the selected target performance, and not to any of the other target performances.
The system can also handle multiple input performances being evaluated against multiple target performances. The multiple input performances can correlate to input performances by different users. For example, the sensory information can that is received by the system can include multiple input performances. These multiple input performances can be the input performances by the different users. In embodiments with multiple input performances, if the selected target move for one input performance is the same as the selected target move for a different input performance, the input performance with the highest degree of matching is selected as the winning input performance for that move. The system can award a score to the winning input performance. In some embodiments, the system awards a score to the winning input performance, and no other input performance. The system can award scores to each input performance based on the rank of its degree of matching against the target performance.
Additional Variations
The examples given herein of a user satisfying a filter by completing a series of moves can be adapted to satisfy a mirror mode as well. The mirror mode can include where the user provides input that mirrors the target performance, e.g., providing input using a right hand when the target performance uses a left hand, providing right leg input when the target performance uses a left leg, and so forth.
Additionally, where a target performance skeleton is provided, it can be generated beforehand, or can be generated during execution of the game based on the motion capture data.
Any system that can detect movement and capture movement can be used. The sensor information can then be analyzed. Skeletons were discussed as one way of compiling the information, but the motion can be quantified using vectors and position information and filters as described above. For two-dimensional implementations, scoring can be adjusted to compare the projection of the target performance and the projection of the input performance onto a plane parallel to the screen. Although the system and technology has been described in terms of a camera input system like Kinect, camera systems that utilizes sensors on the user's body, e.g., PLAYSTATION® Move, or systems that use sensors held in the user's hand, e.g., the NINTENDO® Wii, may also be utilized. In those implementations where only hand held sensors are utilized by the user, testing for leg input may be ignored or not performed.
Although the embodiments described herein use dancing as an example, and the performance is typically accompanied by a song, the performance can also be movements that occur on a timeline with no musical accompaniment, e.g., a series of yoga poses, movements in a martial arts kata, or the like.
In some implementations, the mocap data is mapped to a skeleton similar to that used to reflect the user's input. Thus, the mocap data is used to generate an ideal skeleton that represents a performance of the dance routine in a format that is directly comparable to the skeleton representing the user's input. Then, during the game, as the user provides input, the user's skeleton is compared to the ideal skeleton, in effect normalizing the target input (the target performance) and actual inputs (the user's performance) to the same frame of reference, i.e., both performances are expressed in terms of the same skeleton-based technology.
In some embodiments, rather than matching position necessarily within a time window as described above, filter types are predefined and used to test user input. For example, proximity filters tests if a joint in a particular position, or close to a particular other joint, e.g., are the left wrist and right wrist less than, greater than, or within a delta of a certain distance of one another. Another filter is a displacement filter which tests if a joint has moved a certain distance between times to and tn. Another example is the angle filter, which tests if a joint is at a particular angle from the origin. One or more of these filters is then inserted into the timeline and bound to joints such that at a particular time, the condition is tested, e.g., “has the RIGHT WRIST moved from x0 to xn since I began tracking it?” would be a displacement filter. If the user's wrist had, then the filter would be satisfied. Yet another filter is an acceleration filter which tests if a joint or bone has accelerated or decelerated between times to and tn. An acceleration filter can also test whether the magnitude of the acceleration matches a predetermined value.
In these embodiments, multiple filters can be overlaid on the timeline, and tested, in effect, simultaneously. An overall score for the frame is determined based on contributions from all of the active filters during a given frame. The filters can output a Boolean, and the score is computed from those. Or—in some implementations—the outputs are continuous, and the aggregate score is computed from those. Similar to the system described above, contributions from each active filter can be weighted differently in their contributions to the score. For Boolean filters, successfully completing three out of five filters gives the user a score of 0.6. In some implementations, each key frame comparison gives a percentage credit for the move as a whole being correct. The user's score may be adjusted based on the aggregate score for a key frame. Alternatively, the aggregate score for a key frame may be quantized into groups, each group being compared to one or more thresholds, each group associated with a score that is added to the user's score. In any of these, if the user achieves a threshold score for a move, where if the user meets or exceeds the threshold, e.g., 80 percent, the user is considered to have successfully performed the move.
In some embodiments, execution of game software limits the game platform 120 to a particular purpose, e.g., playing the particular game. In these scenarios, the game platform 120 combined with the software, in effect, becomes a particular machine while the software is executing. In some embodiments, though other tasks may be performed while the software is running, execution of the software still limits the game platform 120 and may negatively impact performance of the other tasks. While the game software is executing, the game platform directs output related to the execution of the game software to a display, thereby controlling the operation of the display. The game platform 120 also can receive inputs provided by one or more users, perform operations and calculations on those inputs, and direct the display to depict a representation of the inputs received and other data such as results from the operations and calculations, thereby transforming the input received from the users into a visual representation of the input and/or the visual representation of an effect caused by the user.
The above-described techniques can be implemented in digital electronic circuitry, or in computer hardware, firmware, software, or in combinations of them. The implementation can be as a computer program product, i.e., a computer program tangibly embodied in a non-transient machine-readable storage device, for execution by, or to control the operation of, data processing apparatus, e.g., a programmable processor, a computer, a game console, or multiple computers or game consoles. A computer program can be written in any form of programming language, including compiled or interpreted languages, and it can be deployed in any form, including as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment. A computer program can be deployed to be executed on one computer or game console or on multiple computers or game consoles at one site or distributed across multiple sites and interconnected by a communication network.
Method steps can be performed by one or more programmable processors executing a computer or game program to perform functions of the invention by operating on input data and generating output. Method steps can also be performed by, and apparatus can be implemented as, a game platform such as a dedicated game console, e.g., PLAYSTATION® 2, PLAYSTATION® 3, or PSP® manufactured by Sony Corporation; NINTENDO WII™, NINTENDO DS®, NINTENDO DSi™, or NINTENDO DS LITE™ manufactured by Nintendo Corp.; or XBOX® or XBOX 360® manufactured by Microsoft Corp. or special purpose logic circuitry, e.g., an FPGA (field programmable gate array) or an ASIC (application-specific integrated circuit) or other specialized circuit. Modules can refer to portions of the computer or game program and/or the processor/special circuitry that implements that functionality.
Processors suitable for the execution of a computer program include, by way of example, special purpose microprocessors, and any one or more processors of any kind of digital computer or game console. Generally, a processor receives instructions and data from a read-only memory or a random access memory or both. The essential elements of a computer or game console are a processor for executing instructions and one or more memory devices for storing instructions and data. Generally, a computer or game console also includes, or be operatively coupled to receive data from or transfer data to, or both, one or more mass storage devices for storing data, e.g., magnetic, magneto-optical disks, or optical disks. Data transmission and instructions can also occur over a communications network. Information carriers suitable for embodying computer program instructions and data include all forms of non-volatile memory, including by way of example semiconductor memory devices, e.g., EPROM, EEPROM, and flash memory devices; magnetic disks, e.g., internal hard disks or removable disks; magneto-optical disks; and CD-ROM and DVD-ROM disks. The processor and the memory can be supplemented by, or incorporated in special purpose logic circuitry.
To provide for interaction with a user, the above described techniques can be implemented on a computer or game console having a display device, e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor, a television, or an integrated display, e.g., the display of a PSP® or Nintendo DS. The display can in some instances also be an input device such as a touch screen. Other typical inputs include a camera-based system as described herein, simulated instruments, microphones, or game controllers. Alternatively input can be provided by a keyboard and a pointing device, e.g., a mouse or a trackball, by which the user can provide input to the computer or game console. Other kinds of devices can be used to provide for interaction with a user as well; for example, feedback provided to the user can be any form of sensory feedback, e.g., visual feedback, or auditory feedback; and input from the user can be received in any form, including acoustic, speech, or tactile input.
The above described techniques can be implemented in a distributed computing system that includes a back-end component, e.g., as a data server, and/or a middleware component, e.g., an application server, and/or a front-end component, e.g., a client computer or game console having a graphical user interface through which a user can interact with an example implementation, or any combination of such back-end, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication, e.g., a communication network. Examples of communication networks include a local area network (“LAN”) and a wide area network (“WAN”), e.g., the Internet, and include both wired and wireless networks.
The computing/gaming system can include clients and servers or hosts. A client and server (or host) are generally remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other.
Although the present disclosure has been described and illustrated in the foregoing example embodiments, it is understood that the present disclosure has been made only by way of example, and that numerous changes in the details of implementation of the disclosure may be made without departing from the spirit and scope of the disclosure, which is limited only by the claims which follow. Other embodiments are within the following claims. For example, the filters and multiple movement recognition can be used to analyze a golf swing.
This application is a Continuation-in-Part of and claims benefit under 35 U.S.C. § 120 of U.S. Pat. No. 8,702,485, issued on Apr. 22, 2014 and entitled “Dance Game and Tutorial,” which claims priority to U.S. Provisional Patent Application No. 61/354,073, filed Jun. 11, 2010 and entitled “Dance Game and Tutorial,” and is a Continuation-in-Part of and claims benefit under 35 U.S.C. § 120 of U.S. Utility application Ser. No. 12/913,493, filed Oct. 27, 2010 entitled “Gesture Based User Interface,” which claims priority to U.S. Provisional Patent Application No. 61/255,462, filed Oct. 27, 2009 and entitled “Gesture Based User Interface” each of which is hereby incorporated by reference herein in its entirety. This application is also related to U.S. Utility application Ser. No. 12/940,809, filed Nov. 5, 2010 and entitled “Dance Game and Tutorial,” and U.S. Pat. No. 8,444,464, issued on May 21, 2013 and entitled “Prompting a Player of a Dance Game”, each of which is hereby incorporated by reference herein in its entirety.
Number | Name | Date | Kind |
---|---|---|---|
D211666 | MacGillavry | Jul 1968 | S |
3430530 | Grindinger | Mar 1969 | A |
3897711 | Elledge | Aug 1975 | A |
D245038 | Ebata et al. | Jul 1977 | S |
D247795 | Darrell | Apr 1978 | S |
4128037 | Montemurro | Dec 1978 | A |
D259785 | Kushida et al. | Jul 1981 | S |
4295406 | Smith | Oct 1981 | A |
D262017 | Frakes, Jr. | Nov 1981 | S |
D265821 | Okada et al. | Aug 1982 | S |
D266664 | Hoshino et al. | Oct 1982 | S |
D287521 | Obara | Dec 1986 | S |
4644495 | Crane | Feb 1987 | A |
4766541 | Bleich et al. | Aug 1988 | A |
4783812 | Kaneoka | Nov 1988 | A |
4794838 | Corrigau, III | Jan 1989 | A |
4843568 | Krueger et al. | Jun 1989 | A |
4890833 | Lantz et al. | Jan 1990 | A |
D310668 | Takada | Sep 1990 | S |
5074182 | Capps et al. | Dec 1991 | A |
5107443 | Smith et al. | Apr 1992 | A |
5107743 | Decker | Apr 1992 | A |
5109482 | Bohrman | Apr 1992 | A |
5140889 | Segan et al. | Aug 1992 | A |
5194683 | Tsumura et al. | Mar 1993 | A |
5208413 | Tsumura et al. | May 1993 | A |
5250745 | Tsumura | Oct 1993 | A |
5262765 | Tsumura et al. | Nov 1993 | A |
5287789 | Zimmerman | Feb 1994 | A |
D345554 | Dones | Mar 1994 | S |
5362049 | Hofer | Nov 1994 | A |
5368309 | Monroe et al. | Nov 1994 | A |
5393926 | Johnson | Feb 1995 | A |
5395123 | Kondo | Mar 1995 | A |
5398585 | Starr | Mar 1995 | A |
5399799 | Gabriel | Mar 1995 | A |
5434949 | Jeong | Jul 1995 | A |
5453570 | Umeda et al. | Sep 1995 | A |
5464946 | Lewis | Nov 1995 | A |
5471576 | Yee | Nov 1995 | A |
5482087 | Overbergh et al. | Jan 1996 | A |
5488196 | Zimmerman et al. | Jan 1996 | A |
5491297 | Johnson et al. | Feb 1996 | A |
5510573 | Cho et al. | Apr 1996 | A |
5513129 | Fakespace | Apr 1996 | A |
5524637 | Erickson | Jun 1996 | A |
5534917 | MacDougall | Jul 1996 | A |
5537528 | Takahashi et al. | Jul 1996 | A |
5553864 | Sitrick | Sep 1996 | A |
5557056 | Hong et al. | Sep 1996 | A |
5557057 | Starr | Sep 1996 | A |
5563358 | Zimmerman | Oct 1996 | A |
5565639 | Bae | Oct 1996 | A |
5567162 | Park | Oct 1996 | A |
5568275 | Norton et al. | Oct 1996 | A |
5574238 | Mencher | Nov 1996 | A |
5588096 | Sato et al. | Dec 1996 | A |
5613909 | Stelovsky | Mar 1997 | A |
5616078 | Oh | Apr 1997 | A |
5627335 | Rigopulos et al. | May 1997 | A |
5631433 | Iida et al. | May 1997 | A |
5634849 | Abecassis | Jun 1997 | A |
5663517 | Oppenheim | Sep 1997 | A |
5670729 | Miller et al. | Sep 1997 | A |
5681223 | Weinreich | Oct 1997 | A |
5689618 | Gasper et al. | Nov 1997 | A |
5693903 | Heidorn et al. | Dec 1997 | A |
5701511 | Smith | Dec 1997 | A |
D389216 | Isetani et al. | Jan 1998 | S |
5704836 | Norton et al. | Jan 1998 | A |
5711715 | Ringo et al. | Jan 1998 | A |
5715179 | Park | Feb 1998 | A |
5719344 | Pawate | Feb 1998 | A |
5723802 | Johnson et al. | Mar 1998 | A |
5734961 | Castille | Mar 1998 | A |
5739457 | Devecka | Apr 1998 | A |
5763804 | Rigopulos et al. | Jun 1998 | A |
5768396 | Sone | Jun 1998 | A |
5772512 | Chichester | Jun 1998 | A |
5777251 | Hotta et al. | Jul 1998 | A |
5782692 | Stelovsky | Jul 1998 | A |
D398916 | Bernardi | Sep 1998 | S |
5804752 | Sone et al. | Sep 1998 | A |
D399887 | Schultz et al. | Oct 1998 | S |
D400196 | Cameron et al. | Oct 1998 | S |
5824933 | Gabriel | Oct 1998 | A |
5825427 | MacLeod | Oct 1998 | A |
5830065 | Sitrick | Nov 1998 | A |
5832229 | Tomoda et al. | Nov 1998 | A |
5833469 | Ito et al. | Nov 1998 | A |
5838909 | Roy et al. | Nov 1998 | A |
D403024 | Muraki et al. | Dec 1998 | S |
5861881 | Freeman et al. | Jan 1999 | A |
5874686 | Ghias et al. | Feb 1999 | A |
5879236 | Lambright | Mar 1999 | A |
5880788 | Bregler | Mar 1999 | A |
5886275 | Kato et al. | Mar 1999 | A |
5889224 | Tanaka | Mar 1999 | A |
5906494 | Ogawa et al. | May 1999 | A |
D411258 | Isetani et al. | Jun 1999 | S |
5913727 | Ahdoot | Jun 1999 | A |
5915288 | Gabriel | Jun 1999 | A |
5915972 | Tada | Jun 1999 | A |
5915975 | McGrath | Jun 1999 | A |
5925843 | Miller et al. | Jul 1999 | A |
5953005 | Liu | Sep 1999 | A |
5953485 | Abecassis | Sep 1999 | A |
5969716 | Davis et al. | Oct 1999 | A |
5983280 | Hunt | Nov 1999 | A |
5990405 | Auten et al. | Nov 1999 | A |
5999173 | Ubillos | Dec 1999 | A |
6001013 | Ota | Dec 1999 | A |
6009457 | Moller | Dec 1999 | A |
6011212 | Rigopulos et al. | Jan 2000 | A |
6016380 | Norton | Jan 2000 | A |
6018121 | Devecka | Jan 2000 | A |
6032156 | Marcus | Feb 2000 | A |
6065042 | Reimer et al. | May 2000 | A |
6066792 | Sone | May 2000 | A |
6067126 | Alexander | May 2000 | A |
6067566 | Moline | May 2000 | A |
6072113 | Tohgi et al. | Jun 2000 | A |
6072480 | Gorbet et al. | Jun 2000 | A |
6073489 | French et al. | Jun 2000 | A |
6074215 | Tsurumi | Jun 2000 | A |
6075197 | Chan | Jun 2000 | A |
6077162 | Weiss | Jun 2000 | A |
6083009 | Kim et al. | Jul 2000 | A |
6091408 | Treibitz et al. | Jul 2000 | A |
6098458 | French et al. | Aug 2000 | A |
6118444 | Garmon et al. | Sep 2000 | A |
6121531 | Kato | Sep 2000 | A |
6126548 | Jacobs et al. | Oct 2000 | A |
6137487 | Mantha | Oct 2000 | A |
6142870 | Wada et al. | Nov 2000 | A |
6150947 | Shima | Nov 2000 | A |
6162981 | Newcomer et al. | Dec 2000 | A |
6166314 | Weinstock et al. | Dec 2000 | A |
6177623 | Ooseki | Jan 2001 | B1 |
6182044 | Fong et al. | Jan 2001 | B1 |
6184899 | Akemann | Feb 2001 | B1 |
6191350 | Okulov et al. | Feb 2001 | B1 |
6191773 | Maruno et al. | Feb 2001 | B1 |
6206782 | Walker et al. | Mar 2001 | B1 |
6215411 | Gothard | Apr 2001 | B1 |
6219045 | Leahy et al. | Apr 2001 | B1 |
6224486 | Walker et al. | May 2001 | B1 |
6225547 | Toyama et al. | May 2001 | B1 |
6227968 | Suzuki et al. | May 2001 | B1 |
6227974 | Eilat et al. | May 2001 | B1 |
6243087 | Davis et al. | Jun 2001 | B1 |
6243092 | Okita et al. | Jun 2001 | B1 |
6252153 | Toyama | Jun 2001 | B1 |
6262724 | Crow et al. | Jul 2001 | B1 |
6263392 | McCauley | Jul 2001 | B1 |
6267674 | Kondo et al. | Jul 2001 | B1 |
6268557 | Devecka | Jul 2001 | B1 |
6283860 | Lyons et al. | Sep 2001 | B1 |
6287198 | McCauley | Sep 2001 | B1 |
6288727 | Akemann | Sep 2001 | B1 |
6292620 | Ohmori et al. | Sep 2001 | B1 |
6307576 | Rosenfeld | Oct 2001 | B1 |
6308565 | French et al. | Oct 2001 | B1 |
6309301 | Sano | Oct 2001 | B1 |
6319129 | Igarashi et al. | Nov 2001 | B1 |
6319130 | Ooseki et al. | Nov 2001 | B1 |
6320110 | Ishikawa et al. | Nov 2001 | B1 |
6326536 | Wang | Dec 2001 | B1 |
6329620 | Oishi et al. | Dec 2001 | B1 |
6337433 | Nishimoto | Jan 2002 | B1 |
6342665 | Okita et al. | Jan 2002 | B1 |
6345111 | Yamaguchi et al. | Feb 2002 | B1 |
6347994 | Yoshikawa et al. | Feb 2002 | B1 |
6347998 | Yoshitomi et al. | Feb 2002 | B1 |
6350942 | Thomson | Feb 2002 | B1 |
6352432 | Tsai et al. | Mar 2002 | B1 |
6353174 | Schmidt et al. | Mar 2002 | B1 |
D455792 | Isetani et al. | Apr 2002 | S |
6369313 | Devecka | Apr 2002 | B2 |
6379244 | Sagawa et al. | Apr 2002 | B1 |
6380474 | Taruguchi et al. | Apr 2002 | B2 |
6380950 | Montgomery et al. | Apr 2002 | B1 |
6384736 | Gothard | May 2002 | B1 |
6390923 | Yoshitomi et al. | May 2002 | B1 |
6392133 | Georges | May 2002 | B1 |
6407324 | Hulcher | Jun 2002 | B1 |
6410835 | Suzuki et al. | Jun 2002 | B2 |
6417432 | Downing | Jul 2002 | B1 |
6425822 | Hayashida et al. | Jul 2002 | B1 |
6425825 | Sitrick | Jul 2002 | B1 |
6425827 | Nimura | Jul 2002 | B1 |
6425828 | Walker et al. | Jul 2002 | B2 |
6429863 | LoPiccolo et al. | Aug 2002 | B1 |
6430997 | French et al. | Aug 2002 | B1 |
6437227 | Theimer | Aug 2002 | B1 |
6438581 | Neuhauser et al. | Aug 2002 | B1 |
6438611 | Hara et al. | Aug 2002 | B1 |
D462698 | Sturm | Sep 2002 | S |
6444887 | Hiraoka et al. | Sep 2002 | B1 |
6450886 | Oishi et al. | Sep 2002 | B1 |
6450888 | Takase et al. | Sep 2002 | B1 |
6461239 | Sagawa et al. | Oct 2002 | B1 |
6463205 | Aschbrenner et al. | Oct 2002 | B1 |
6464585 | Miyamoto et al. | Oct 2002 | B1 |
6468161 | Shimomura | Oct 2002 | B1 |
6471584 | Wada et al. | Oct 2002 | B1 |
6482087 | Egozy et al. | Nov 2002 | B1 |
6483018 | Mead | Nov 2002 | B2 |
6504089 | Negishi et al. | Jan 2003 | B1 |
6504990 | Abecassis | Jan 2003 | B1 |
6506969 | Baron | Jan 2003 | B1 |
6514083 | Kumar et al. | Feb 2003 | B1 |
6527639 | Suzuki | Mar 2003 | B2 |
6530834 | Kondo | Mar 2003 | B2 |
6530839 | Horio | Mar 2003 | B2 |
6535269 | Sherman et al. | Mar 2003 | B2 |
6540613 | Okubo et al. | Apr 2003 | B2 |
6541692 | Miller | Apr 2003 | B2 |
6542155 | Mifune et al. | Apr 2003 | B1 |
6542168 | Negishi et al. | Apr 2003 | B2 |
6544119 | Kubo et al. | Apr 2003 | B2 |
6544122 | Araki et al. | Apr 2003 | B2 |
6544125 | Horigami et al. | Apr 2003 | B2 |
6554706 | Kim et al. | Apr 2003 | B2 |
6554711 | Kawasaki et al. | Apr 2003 | B1 |
6555737 | Miyaki et al. | Apr 2003 | B2 |
6570078 | Ludwig | May 2003 | B2 |
6577330 | Tsuda et al. | Jun 2003 | B1 |
6582235 | Tsai et al. | Jun 2003 | B1 |
6582309 | Higurashi et al. | Jun 2003 | B2 |
6589120 | Takahashi | Jul 2003 | B1 |
6597861 | Tozaki et al. | Jul 2003 | B1 |
6598074 | Moller et al. | Jul 2003 | B1 |
6599195 | Araki et al. | Jul 2003 | B1 |
6607446 | Shimomura et al. | Aug 2003 | B1 |
6608249 | Georges | Aug 2003 | B2 |
6609979 | Wada | Aug 2003 | B1 |
6611278 | Rosenfeld | Aug 2003 | B2 |
6612931 | Kojima et al. | Sep 2003 | B2 |
6613100 | Miller | Sep 2003 | B2 |
6618053 | Tanner | Sep 2003 | B1 |
6621503 | Ubillos | Sep 2003 | B1 |
6623358 | Harima | Sep 2003 | B2 |
6625388 | Winter et al. | Sep 2003 | B2 |
6629892 | Oe et al. | Oct 2003 | B2 |
6634886 | Oyama et al. | Oct 2003 | B2 |
6636238 | Amir et al. | Oct 2003 | B1 |
6636877 | Doleac et al. | Oct 2003 | B1 |
6638160 | Yoshitomi | Oct 2003 | B2 |
6645067 | Okita et al. | Nov 2003 | B1 |
6645076 | Sugai | Nov 2003 | B1 |
6645784 | Tayebati et al. | Nov 2003 | B2 |
6653545 | Redmann et al. | Nov 2003 | B2 |
6654863 | Nishio | Nov 2003 | B2 |
6659873 | Kitano et al. | Dec 2003 | B1 |
6661496 | Sherman et al. | Dec 2003 | B2 |
6663491 | Watabe et al. | Dec 2003 | B2 |
6666764 | Kudo | Dec 2003 | B1 |
6669563 | Kitami et al. | Dec 2003 | B1 |
6676523 | Kasai et al. | Jan 2004 | B1 |
6682424 | Yamauchi et al. | Jan 2004 | B2 |
6684480 | Conrad | Feb 2004 | B2 |
6685480 | Nishimoto et al. | Feb 2004 | B2 |
6695694 | Ishikawa et al. | Feb 2004 | B2 |
6697079 | Rose | Feb 2004 | B2 |
6710785 | Asai et al. | Mar 2004 | B1 |
6712692 | Basson et al. | Mar 2004 | B2 |
6725108 | Hall | Apr 2004 | B1 |
6727889 | Shaw | Apr 2004 | B2 |
6733382 | Oe et al. | May 2004 | B2 |
6738052 | Manke et al. | May 2004 | B1 |
6740802 | Browne, Jr. | May 2004 | B1 |
6740803 | Brinkman et al. | May 2004 | B2 |
6743099 | Yabe et al. | Jun 2004 | B2 |
6749432 | French et al. | Jun 2004 | B2 |
6749508 | Kohira et al. | Jun 2004 | B2 |
6750848 | Pryor | Jun 2004 | B1 |
6758753 | Nagata et al. | Jul 2004 | B1 |
6758756 | Horigami et al. | Jul 2004 | B1 |
6764399 | Nagata et al. | Jul 2004 | B2 |
6765590 | Watahiki et al. | Jul 2004 | B1 |
6765726 | French et al. | Jul 2004 | B2 |
6767282 | Matsuyama et al. | Jul 2004 | B2 |
6769689 | Shimomura et al. | Aug 2004 | B1 |
6786821 | Nobe et al. | Sep 2004 | B2 |
6788880 | Fuchigami et al. | Sep 2004 | B1 |
6801930 | Dionne et al. | Oct 2004 | B1 |
6802019 | Lauder | Oct 2004 | B1 |
6811491 | Levenberg et al. | Nov 2004 | B1 |
6821203 | Suga et al. | Nov 2004 | B2 |
6831220 | Varme | Dec 2004 | B2 |
6831656 | Kitao | Dec 2004 | B2 |
6835136 | Kitao | Dec 2004 | B2 |
6835887 | Devecka | Dec 2004 | B2 |
6838608 | Koike | Jan 2005 | B2 |
6843726 | Nomi et al. | Jan 2005 | B1 |
6850252 | Hoffberg | Feb 2005 | B1 |
6852034 | Nagata et al. | Feb 2005 | B2 |
6856923 | Jung | Feb 2005 | B2 |
6857960 | Okubo et al. | Feb 2005 | B2 |
D503407 | Kaku | Mar 2005 | S |
6860810 | Cannon et al. | Mar 2005 | B2 |
6876496 | French et al. | Apr 2005 | B2 |
6881148 | Yotsugi et al. | Apr 2005 | B2 |
6881887 | Berens | Apr 2005 | B2 |
6890262 | Oishi et al. | May 2005 | B2 |
6893343 | Suda et al. | May 2005 | B2 |
6894693 | Nash | May 2005 | B1 |
6898637 | Curtin | May 2005 | B2 |
6905413 | Terao et al. | Jun 2005 | B1 |
6909420 | Nicolas et al. | Jun 2005 | B1 |
6915488 | Omori et al. | Jul 2005 | B2 |
6921332 | Fukunaga et al. | Jul 2005 | B2 |
6924425 | Naples et al. | Aug 2005 | B2 |
6930235 | Sandborn et al. | Aug 2005 | B2 |
6930236 | Jung | Aug 2005 | B2 |
6949023 | Okubo et al. | Sep 2005 | B1 |
6953887 | Nagashima et al. | Oct 2005 | B2 |
6964610 | Yamauchi et al. | Nov 2005 | B2 |
6967275 | Ozick | Nov 2005 | B2 |
6976918 | Hosokawa | Dec 2005 | B2 |
6991542 | Asami et al. | Jan 2006 | B2 |
6995765 | Boudier | Feb 2006 | B2 |
6995869 | Onodera | Feb 2006 | B2 |
6998527 | Agnihotri | Feb 2006 | B2 |
7000200 | Martins | Feb 2006 | B1 |
7001272 | Yamashita et al. | Feb 2006 | B2 |
7008323 | Hayashi | Mar 2006 | B1 |
7010291 | Iwanaga | Mar 2006 | B2 |
D519569 | Kiyono et al. | Apr 2006 | S |
7022905 | Hinman et al. | Apr 2006 | B1 |
7027046 | Zhang | Apr 2006 | B2 |
7027124 | Foote et al. | Apr 2006 | B2 |
7030307 | Wedel | Apr 2006 | B2 |
7030311 | Brinkman et al. | Apr 2006 | B2 |
7037197 | Watanabe | May 2006 | B2 |
7038855 | French et al. | May 2006 | B2 |
7044856 | Suzuki | May 2006 | B2 |
7044857 | Klitsner et al. | May 2006 | B1 |
7047503 | Parrish et al. | May 2006 | B1 |
7064672 | Gothard | Jun 2006 | B2 |
7066818 | Ikeda | Jun 2006 | B2 |
7069296 | Moller et al. | Jun 2006 | B2 |
7070500 | Nomi et al. | Jul 2006 | B1 |
7071914 | Marks | Jul 2006 | B1 |
7074999 | Sitrick et al. | Jul 2006 | B2 |
7076052 | Yoshimura | Jul 2006 | B2 |
7079026 | Smith | Jul 2006 | B2 |
7079114 | Smith et al. | Jul 2006 | B1 |
7084855 | Kaku et al. | Aug 2006 | B2 |
7084888 | Takahama et al. | Aug 2006 | B2 |
7098392 | Sitrick et al. | Aug 2006 | B2 |
7098921 | Nash et al. | Aug 2006 | B2 |
7103873 | Tanner et al. | Sep 2006 | B2 |
7119268 | Futamase et al. | Oct 2006 | B2 |
7122751 | Anderson et al. | Oct 2006 | B1 |
7123272 | Moriyama | Oct 2006 | B2 |
7126607 | Emerson | Oct 2006 | B2 |
7128649 | Nobe et al. | Oct 2006 | B2 |
7129408 | Uehara | Oct 2006 | B2 |
7134876 | Hou | Nov 2006 | B2 |
7142807 | Lee | Nov 2006 | B2 |
7143353 | McGee et al. | Nov 2006 | B2 |
7145070 | Barry | Dec 2006 | B2 |
D535659 | Hally et al. | Jan 2007 | S |
7164075 | Tada | Jan 2007 | B2 |
7164076 | McHale et al. | Jan 2007 | B2 |
7169998 | Kondo et al. | Jan 2007 | B2 |
7170510 | Kawahara et al. | Jan 2007 | B2 |
7174510 | Salter | Feb 2007 | B2 |
7181636 | Kim et al. | Feb 2007 | B2 |
7189912 | Jung | Mar 2007 | B2 |
7192353 | Okubo | Mar 2007 | B2 |
7194676 | Fayan et al. | Mar 2007 | B2 |
7199298 | Funaki | Apr 2007 | B2 |
7199801 | Tsunashima et al. | Apr 2007 | B2 |
7201659 | Nakayama et al. | Apr 2007 | B2 |
7221852 | Iizuka et al. | May 2007 | B2 |
7223913 | Knapp et al. | May 2007 | B2 |
7227526 | Hildreth et al. | Jun 2007 | B2 |
7259357 | Walker | Aug 2007 | B2 |
7259971 | Allen et al. | Aug 2007 | B1 |
7263668 | Lentz | Aug 2007 | B1 |
7271329 | Franzblau | Sep 2007 | B2 |
7272780 | Abbott et al. | Sep 2007 | B2 |
7274803 | Sharma et al. | Sep 2007 | B1 |
7304232 | Nicholes | Dec 2007 | B1 |
7317812 | Krahnstoever et al. | Jan 2008 | B1 |
7320643 | Brosius et al. | Jan 2008 | B1 |
7323631 | Miyaki et al. | Jan 2008 | B2 |
7324165 | Shan et al. | Jan 2008 | B2 |
7336890 | Lu et al. | Feb 2008 | B2 |
7346472 | Moskowitz et al. | Mar 2008 | B1 |
7352359 | Zalewski et al. | Apr 2008 | B2 |
7352952 | Herberger et al. | Apr 2008 | B2 |
7359121 | French et al. | Apr 2008 | B2 |
7359617 | Ma | Apr 2008 | B2 |
D568659 | Ophardt et al. | May 2008 | S |
D568892 | Stabb et al. | May 2008 | S |
D569382 | Yow et al. | May 2008 | S |
7367887 | Watabe et al. | May 2008 | B2 |
7383508 | Toyama et al. | Jun 2008 | B2 |
7386782 | Comps et al. | Jun 2008 | B2 |
7391409 | Zalewski et al. | Jun 2008 | B2 |
7391874 | Semmes, Jr. et al. | Jun 2008 | B1 |
D572265 | Guimaraes et al. | Jul 2008 | S |
7398002 | Hsiao et al. | Jul 2008 | B2 |
7408106 | Weiner et al. | Aug 2008 | B2 |
7423213 | Sitrick | Sep 2008 | B2 |
7430360 | Abecassis | Sep 2008 | B2 |
7432810 | Menache et al. | Oct 2008 | B2 |
7435178 | Tam et al. | Oct 2008 | B1 |
7453035 | Evans et al. | Nov 2008 | B1 |
7458025 | Crow et al. | Nov 2008 | B2 |
7459324 | Ptasinski et al. | Dec 2008 | B1 |
7459624 | Schmidt et al. | Dec 2008 | B2 |
7462772 | Salter | Dec 2008 | B2 |
7480446 | Bhadkamkar et al. | Jan 2009 | B2 |
7480873 | Kawahara | Jan 2009 | B2 |
7488886 | Kemp | Feb 2009 | B2 |
D590407 | Watanabe et al. | Apr 2009 | S |
7521619 | Salter | Apr 2009 | B2 |
7528315 | Goodwin | May 2009 | B2 |
7530030 | Baudisch | May 2009 | B2 |
7536654 | Anthony et al. | May 2009 | B2 |
7538776 | Edwards et al. | May 2009 | B2 |
7546130 | Vance | Jun 2009 | B2 |
7559834 | York | Jul 2009 | B1 |
7559841 | Hashimoto | Jul 2009 | B2 |
7579543 | Haruyama et al. | Aug 2009 | B2 |
D599812 | Hirsch | Sep 2009 | S |
D599819 | Lew | Sep 2009 | S |
7582015 | Onoda et al. | Sep 2009 | B2 |
7587680 | Wada | Sep 2009 | B2 |
7589727 | Haeker | Sep 2009 | B2 |
7593618 | Xu et al. | Sep 2009 | B2 |
7599554 | Agnihotri et al. | Oct 2009 | B2 |
7605322 | Nakamura | Oct 2009 | B2 |
7612278 | Sitrick et al. | Nov 2009 | B2 |
7614011 | Karidis et al. | Nov 2009 | B2 |
7625284 | Kay et al. | Dec 2009 | B2 |
7628699 | Onoda et al. | Dec 2009 | B2 |
7640069 | Johnston | Dec 2009 | B1 |
D607892 | Murchie et al. | Jan 2010 | S |
7649134 | Kashioka | Jan 2010 | B2 |
D609715 | Chaudhri | Feb 2010 | S |
7660510 | Kawahara et al. | Feb 2010 | B2 |
7660700 | Moskowitz et al. | Feb 2010 | B2 |
7690017 | Stecyk et al. | Mar 2010 | B2 |
7692630 | Natsume et al. | Apr 2010 | B2 |
7714849 | Pryor | May 2010 | B2 |
7716572 | Beauregard et al. | May 2010 | B2 |
7722450 | Onoda et al. | May 2010 | B2 |
7747348 | Shim et al. | Jun 2010 | B2 |
D619598 | Maitlen et al. | Jul 2010 | S |
D619609 | Meziere | Jul 2010 | S |
7754961 | Yang et al. | Jul 2010 | B1 |
7758427 | Egozy | Jul 2010 | B2 |
7760908 | Curtner et al. | Jul 2010 | B2 |
7772480 | Brennan | Aug 2010 | B2 |
7774706 | Sakai | Aug 2010 | B2 |
7789741 | Fields et al. | Sep 2010 | B1 |
7791808 | French et al. | Sep 2010 | B2 |
7797641 | Karukka et al. | Sep 2010 | B2 |
D624932 | Chaudhri | Oct 2010 | S |
7806759 | McHale et al. | Oct 2010 | B2 |
7806764 | Brosnan et al. | Oct 2010 | B2 |
7814436 | Schrag et al. | Oct 2010 | B2 |
7818689 | Wada | Oct 2010 | B2 |
7823070 | Nelson et al. | Oct 2010 | B2 |
7829777 | Kyuma et al. | Nov 2010 | B2 |
7838755 | Taub et al. | Nov 2010 | B2 |
7840907 | Kikuchi et al. | Nov 2010 | B2 |
D628582 | Kurozumi et al. | Dec 2010 | S |
7853896 | Ok et al. | Dec 2010 | B2 |
7853897 | Ogawa et al. | Dec 2010 | B2 |
7865834 | van Os et al. | Jan 2011 | B1 |
7877690 | Margulis | Jan 2011 | B2 |
7881702 | Heyworth et al. | Feb 2011 | B2 |
7890867 | Margulis | Feb 2011 | B1 |
7893337 | Lenz | Feb 2011 | B2 |
7895617 | Pedlow, Jr. | Feb 2011 | B2 |
7899389 | Mangum | Mar 2011 | B2 |
7904814 | Errico et al. | Mar 2011 | B2 |
7917644 | Vedantham et al. | Mar 2011 | B2 |
7920931 | Van de Sluis et al. | Apr 2011 | B2 |
7923620 | Foster | Apr 2011 | B2 |
7928307 | Hetherington et al. | Apr 2011 | B2 |
7935880 | Stoddard et al. | May 2011 | B2 |
7949494 | Moskowitz et al. | May 2011 | B2 |
D640711 | Ng et al. | Jun 2011 | S |
D642192 | Arnold | Jul 2011 | S |
7973230 | Mahowald | Jul 2011 | B2 |
7979574 | Gillo et al. | Jul 2011 | B2 |
7980997 | Thukral et al. | Jul 2011 | B2 |
7982114 | Applewhite et al. | Jul 2011 | B2 |
8003872 | Lopiccolo et al. | Aug 2011 | B2 |
8009022 | Kipman et al. | Aug 2011 | B2 |
8010088 | Cheng | Aug 2011 | B2 |
8026435 | Stoddard et al. | Sep 2011 | B2 |
8057290 | Vance et al. | Nov 2011 | B2 |
8068605 | Holmberg | Nov 2011 | B2 |
D650802 | Jang et al. | Dec 2011 | S |
8074184 | Garside et al. | Dec 2011 | B2 |
8076564 | Applewhite | Dec 2011 | B2 |
8076574 | Irmer et al. | Dec 2011 | B2 |
8079901 | Brosius et al. | Dec 2011 | B2 |
8079907 | Egozy | Dec 2011 | B2 |
8080722 | Applewhite et al. | Dec 2011 | B2 |
D651608 | Allen et al. | Jan 2012 | S |
D651609 | Pearson et al. | Jan 2012 | S |
8122375 | Ito | Feb 2012 | B2 |
D658195 | Cranfill | Apr 2012 | S |
D658196 | Wood et al. | Apr 2012 | S |
D660861 | Lee et al. | May 2012 | S |
8176438 | Zaman et al. | May 2012 | B2 |
8176439 | Kamen et al. | May 2012 | B2 |
8198526 | Izen et al. | Jun 2012 | B2 |
8202161 | Leake et al. | Jun 2012 | B2 |
8205172 | Wong et al. | Jun 2012 | B2 |
8209606 | Ording | Jun 2012 | B2 |
8214175 | Moskowitz et al. | Jul 2012 | B2 |
8225227 | Headrick et al. | Jul 2012 | B2 |
8230360 | Ma et al. | Jul 2012 | B2 |
D664975 | Arnold | Aug 2012 | S |
8255831 | Araumi | Aug 2012 | B2 |
8261209 | Goto et al. | Sep 2012 | B2 |
8444464 | Boch et al. | May 2013 | B2 |
8449360 | Stoddard et al. | May 2013 | B2 |
8493354 | Birnbaum et al. | Jul 2013 | B1 |
8702485 | Flury et al. | Apr 2014 | B2 |
8744121 | Polzin et al. | Jun 2014 | B2 |
8745541 | Wilson et al. | Jun 2014 | B2 |
8749557 | Evertt et al. | Jun 2014 | B2 |
9358456 | Challinor et al. | Jun 2016 | B1 |
9383814 | Capper et al. | Jul 2016 | B1 |
20010004861 | Suzuki et al. | Jun 2001 | A1 |
20010007824 | Fukuda | Jul 2001 | A1 |
20010007829 | Suzuki | Jul 2001 | A1 |
20010008844 | Yamauchi et al. | Jul 2001 | A1 |
20010008846 | Yamauchi et al. | Jul 2001 | A1 |
20010012795 | Asami et al. | Aug 2001 | A1 |
20010014440 | Oyama et al. | Aug 2001 | A1 |
20010014620 | Nobe et al. | Aug 2001 | A1 |
20010014621 | Okubo et al. | Aug 2001 | A1 |
20010016510 | Ishikawa et al. | Aug 2001 | A1 |
20010023202 | Okubo | Sep 2001 | A1 |
20010024972 | Kitao | Sep 2001 | A1 |
20010030652 | Kitao | Oct 2001 | A1 |
20010031653 | Oe et al. | Oct 2001 | A1 |
20010033287 | Naegle et al. | Oct 2001 | A1 |
20010034014 | Nishimoto et al. | Oct 2001 | A1 |
20010035868 | Uehara et al. | Nov 2001 | A1 |
20010036861 | Uehara et al. | Nov 2001 | A1 |
20010037181 | Matsuura et al. | Nov 2001 | A1 |
20010039207 | Horigami et al. | Nov 2001 | A1 |
20010041615 | Kondo | Nov 2001 | A1 |
20020002411 | Higurashi et al. | Jan 2002 | A1 |
20020002900 | Cho | Jan 2002 | A1 |
20020004420 | Suga et al. | Jan 2002 | A1 |
20020005109 | Miller | Jan 2002 | A1 |
20020006819 | Kubo et al. | Jan 2002 | A1 |
20020006823 | Horio | Jan 2002 | A1 |
20020013166 | Yoshitomi | Jan 2002 | A1 |
20020016203 | Nagata et al. | Feb 2002 | A1 |
20020019258 | Kim et al. | Feb 2002 | A1 |
20020022520 | Oe et al. | Feb 2002 | A1 |
20020022522 | Yamada | Feb 2002 | A1 |
20020025841 | Nobe et al. | Feb 2002 | A1 |
20020025842 | Nobe et al. | Feb 2002 | A1 |
20020025853 | Kojima et al. | Feb 2002 | A1 |
20020027899 | Ikeda | Mar 2002 | A1 |
20020032054 | Hosoya | Mar 2002 | A1 |
20020041385 | Onodera | Apr 2002 | A1 |
20020052236 | Kohira et al. | May 2002 | A1 |
20020054127 | Omori et al. | May 2002 | A1 |
20020055383 | Onda et al. | May 2002 | A1 |
20020055386 | Yotsugi et al. | May 2002 | A1 |
20020061776 | Wada et al. | May 2002 | A1 |
20020065121 | Fukunaga et al. | May 2002 | A1 |
20020085833 | Miyauchi | Jul 2002 | A1 |
20020091455 | Williams | Jul 2002 | A1 |
20020091847 | Curtin | Jul 2002 | A1 |
20020094865 | Araki et al. | Jul 2002 | A1 |
20020094866 | Takeda et al. | Jul 2002 | A1 |
20020105229 | Tanaka | Aug 2002 | A1 |
20020119811 | Yabe et al. | Aug 2002 | A1 |
20020128736 | Yoshida et al. | Sep 2002 | A1 |
20020142818 | Nakatsuka et al. | Oct 2002 | A1 |
20020142824 | Kazaoka et al. | Oct 2002 | A1 |
20020142827 | Aida et al. | Oct 2002 | A1 |
20020142834 | Sobue | Oct 2002 | A1 |
20020151337 | Yamashita et al. | Oct 2002 | A1 |
20020160823 | Watabe | Oct 2002 | A1 |
20020160824 | Goto et al. | Oct 2002 | A1 |
20020169014 | Egozy et al. | Nov 2002 | A1 |
20020187835 | Nakayama et al. | Dec 2002 | A1 |
20020198045 | Okubo | Dec 2002 | A1 |
20030000364 | Deverich | Jan 2003 | A1 |
20030003431 | Maeda | Jan 2003 | A1 |
20030003991 | Kuraishi | Jan 2003 | A1 |
20030003992 | Furuya | Jan 2003 | A1 |
20030011620 | Moriyama | Jan 2003 | A1 |
20030014262 | Kim | Jan 2003 | A1 |
20030017872 | Oishi et al. | Jan 2003 | A1 |
20030028598 | Moller et al. | Feb 2003 | A1 |
20030032478 | Takahama et al. | Feb 2003 | A1 |
20030045334 | Hosokawa | Mar 2003 | A1 |
20030063115 | Kaku | Apr 2003 | A1 |
20030069071 | Britt et al. | Apr 2003 | A1 |
20030070159 | Webb | Apr 2003 | A1 |
20030078086 | Matsuyama et al. | Apr 2003 | A1 |
20030078102 | Okita et al. | Apr 2003 | A1 |
20030099461 | Johnson | May 2003 | A1 |
20030104868 | Okita et al. | Jun 2003 | A1 |
20030109298 | Oishi et al. | Jun 2003 | A1 |
20030151628 | Salter | Aug 2003 | A1 |
20030164084 | Redmann et al. | Sep 2003 | A1 |
20030185041 | Takahashi et al. | Oct 2003 | A1 |
20030195041 | McCauley | Oct 2003 | A1 |
20030199317 | McCauley | Oct 2003 | A1 |
20030214498 | Gothard | Nov 2003 | A1 |
20030218626 | Greene | Nov 2003 | A1 |
20030232644 | Takahashi et al. | Dec 2003 | A1 |
20030232645 | Suda et al. | Dec 2003 | A1 |
20040005924 | Watabe et al. | Jan 2004 | A1 |
20040012540 | Treibitz et al. | Jan 2004 | A1 |
20040021684 | Millner | Feb 2004 | A1 |
20040043815 | Kaminkow | Mar 2004 | A1 |
20040054725 | Moller et al. | Mar 2004 | A1 |
20040063479 | Kimura | Apr 2004 | A1 |
20040063480 | Wang | Apr 2004 | A1 |
20040072620 | Nagata et al. | Apr 2004 | A1 |
20040077405 | Watanabe | Apr 2004 | A1 |
20040082380 | George et al. | Apr 2004 | A1 |
20040082386 | George et al. | Apr 2004 | A1 |
20040089139 | Georges et al. | May 2004 | A1 |
20040092303 | George et al. | May 2004 | A1 |
20040092304 | George et al. | May 2004 | A1 |
20040092305 | George et al. | May 2004 | A1 |
20040092306 | George et al. | May 2004 | A1 |
20040092307 | George et al. | May 2004 | A1 |
20040092313 | Saito et al. | May 2004 | A1 |
20040092314 | George et al. | May 2004 | A1 |
20040093354 | Xu et al. | May 2004 | A1 |
20040098582 | Mori | May 2004 | A1 |
20040109000 | Chosokabe | Jun 2004 | A1 |
20040113360 | George et al. | Jun 2004 | A1 |
20040116069 | Fadavi-Ardekani et al. | Jun 2004 | A1 |
20040116184 | George et al. | Jun 2004 | A1 |
20040116185 | George et al. | Jun 2004 | A1 |
20040123726 | Kato et al. | Jul 2004 | A1 |
20040127282 | Naobayashi | Jul 2004 | A1 |
20040127285 | Kavana | Jul 2004 | A1 |
20040127291 | George et al. | Jul 2004 | A1 |
20040132518 | Uehara et al. | Jul 2004 | A1 |
20040132531 | George et al. | Jul 2004 | A1 |
20040137984 | Salter | Jul 2004 | A1 |
20040147300 | Seelig et al. | Jul 2004 | A1 |
20040152514 | Kasai et al. | Aug 2004 | A1 |
20040154460 | Virolainen et al. | Aug 2004 | A1 |
20040181592 | Samra et al. | Sep 2004 | A1 |
20040184473 | Tavli et al. | Sep 2004 | A1 |
20040186720 | Kemmochi | Sep 2004 | A1 |
20040193413 | Wilson et al. | Sep 2004 | A1 |
20040204211 | Suzuki | Oct 2004 | A1 |
20040204238 | Aoki | Oct 2004 | A1 |
20040205204 | Chafe | Oct 2004 | A1 |
20040207774 | Gothard | Oct 2004 | A1 |
20040209673 | Shiraishi | Oct 2004 | A1 |
20040229685 | Smith et al. | Nov 2004 | A1 |
20040236543 | Stephens | Nov 2004 | A1 |
20040239678 | Tsunashima et al. | Dec 2004 | A1 |
20040240855 | Kagle | Dec 2004 | A1 |
20040243482 | Laut | Dec 2004 | A1 |
20040254016 | Shimazaki | Dec 2004 | A1 |
20040259631 | Katz et al. | Dec 2004 | A1 |
20040259632 | Crittenden et al. | Dec 2004 | A1 |
20040259644 | McCauley | Dec 2004 | A1 |
20050014554 | Walker et al. | Jan 2005 | A1 |
20050027381 | George et al. | Feb 2005 | A1 |
20050027383 | Nagata et al. | Feb 2005 | A1 |
20050045025 | Wells et al. | Mar 2005 | A1 |
20050049047 | Kitao | Mar 2005 | A1 |
20050054440 | Anderson et al. | Mar 2005 | A1 |
20050059480 | Soukup et al. | Mar 2005 | A1 |
20050060231 | Soukup et al. | Mar 2005 | A1 |
20050070349 | Kimura | Mar 2005 | A1 |
20050070359 | Rodriquez et al. | Mar 2005 | A1 |
20050073427 | Gothard | Apr 2005 | A1 |
20050075165 | George et al. | Apr 2005 | A1 |
20050082559 | Hasan Zaidi et al. | Apr 2005 | A1 |
20050101364 | Onoda et al. | May 2005 | A1 |
20050106546 | Strom | May 2005 | A1 |
20050108657 | Han | May 2005 | A1 |
20050115383 | Chang | Jun 2005 | A1 |
20050120865 | Tada | Jun 2005 | A1 |
20050120868 | Hinman et al. | Jun 2005 | A1 |
20050143174 | Goldman et al. | Jun 2005 | A1 |
20050159209 | Fiden et al. | Jul 2005 | A1 |
20050164779 | Okuniewicz | Jul 2005 | A1 |
20050181864 | Britt et al. | Aug 2005 | A1 |
20050215319 | Rigopulos et al. | Sep 2005 | A1 |
20050221892 | Takase | Oct 2005 | A1 |
20050227767 | Shimomura et al. | Oct 2005 | A1 |
20050229769 | Resnikoff | Oct 2005 | A1 |
20050235809 | Kageyama | Oct 2005 | A1 |
20050250565 | Nojiri et al. | Nov 2005 | A1 |
20050252362 | McHale et al. | Nov 2005 | A1 |
20050255914 | McHale et al. | Nov 2005 | A1 |
20050255923 | Aoki | Nov 2005 | A1 |
20050273319 | Dittmar et al. | Dec 2005 | A1 |
20060003839 | Lawrence et al. | Jan 2006 | A1 |
20060009282 | George et al. | Jan 2006 | A1 |
20060009979 | McHale et al. | Jan 2006 | A1 |
20060025282 | Redmann | Feb 2006 | A1 |
20060026304 | Price | Feb 2006 | A1 |
20060030382 | Okamura et al. | Feb 2006 | A1 |
20060032085 | Randall | Feb 2006 | A1 |
20060052161 | Soukup et al. | Mar 2006 | A1 |
20060052162 | Soukup et al. | Mar 2006 | A1 |
20060052163 | Aida | Mar 2006 | A1 |
20060052167 | Boddicker et al. | Mar 2006 | A1 |
20060052169 | Britt et al. | Mar 2006 | A1 |
20060058099 | Soukup et al. | Mar 2006 | A1 |
20060058101 | Rigopulos | Mar 2006 | A1 |
20060063573 | Ishikawa et al. | Mar 2006 | A1 |
20060068911 | Pirich et al. | Mar 2006 | A1 |
20060107819 | Salter | May 2006 | A1 |
20060107822 | Bowen | May 2006 | A1 |
20060135253 | George et al. | Jun 2006 | A1 |
20060152622 | Tan et al. | Jul 2006 | A1 |
20060154710 | Serafat | Jul 2006 | A1 |
20060166744 | Igarashi et al. | Jul 2006 | A1 |
20060175758 | Riolo | Aug 2006 | A1 |
20060189879 | Miyajima et al. | Aug 2006 | A1 |
20060191401 | Ueshima et al. | Aug 2006 | A1 |
20060204214 | Shah et al. | Sep 2006 | A1 |
20060209019 | Hu | Sep 2006 | A1 |
20060218239 | Umezawa et al. | Sep 2006 | A1 |
20060218288 | Umezawa et al. | Sep 2006 | A1 |
20060247046 | Choi et al. | Nov 2006 | A1 |
20060252474 | Zalewski et al. | Nov 2006 | A1 |
20060252503 | Salter | Nov 2006 | A1 |
20060258450 | Ishihata et al. | Nov 2006 | A1 |
20060266200 | Goodwin | Nov 2006 | A1 |
20060287105 | Willis | Dec 2006 | A1 |
20060287106 | Jensen | Dec 2006 | A1 |
20060288842 | Sitrick et al. | Dec 2006 | A1 |
20060290810 | Mallinson | Dec 2006 | A1 |
20070010329 | Craig et al. | Jan 2007 | A1 |
20070015570 | Pryzby | Jan 2007 | A1 |
20070015571 | Walker et al. | Jan 2007 | A1 |
20070026943 | Yoshimura | Feb 2007 | A1 |
20070059670 | Yates | Mar 2007 | A1 |
20070060312 | Dempsey et al. | Mar 2007 | A1 |
20070060336 | Marks et al. | Mar 2007 | A1 |
20070081562 | Ma | Apr 2007 | A1 |
20070088812 | Clark | Apr 2007 | A1 |
20070111802 | Ishihara et al. | May 2007 | A1 |
20070119292 | Nakamura | May 2007 | A1 |
20070126874 | Kake | Jun 2007 | A1 |
20070139443 | Marks et al. | Jun 2007 | A1 |
20070140510 | Redmann | Jun 2007 | A1 |
20070155494 | Wells et al. | Jul 2007 | A1 |
20070162497 | Pauws | Jul 2007 | A1 |
20070162850 | Adler et al. | Jul 2007 | A1 |
20070163427 | Rigopulos et al. | Jul 2007 | A1 |
20070163428 | Salter | Jul 2007 | A1 |
20070168415 | Matahira et al. | Jul 2007 | A1 |
20070175317 | Salter | Aug 2007 | A1 |
20070178973 | Camhi | Aug 2007 | A1 |
20070201815 | Griffin | Aug 2007 | A1 |
20070218444 | Konetski et al. | Sep 2007 | A1 |
20070226293 | Sakurada et al. | Sep 2007 | A1 |
20070232374 | Lopiccolo et al. | Oct 2007 | A1 |
20070234284 | Tanner et al. | Oct 2007 | A1 |
20070234885 | Schmidt et al. | Oct 2007 | A1 |
20070243915 | Egozy et al. | Oct 2007 | A1 |
20070245881 | Egozy et al. | Oct 2007 | A1 |
20070256540 | Salter | Nov 2007 | A1 |
20070256541 | McCauley | Nov 2007 | A1 |
20070260984 | Marks et al. | Nov 2007 | A1 |
20070265095 | Jonishi | Nov 2007 | A1 |
20070265098 | Shimada et al. | Nov 2007 | A1 |
20070270223 | Nonaka et al. | Nov 2007 | A1 |
20070273700 | Nash et al. | Nov 2007 | A1 |
20070297755 | Holt et al. | Dec 2007 | A1 |
20080001950 | Lin et al. | Jan 2008 | A1 |
20080009346 | Jessop et al. | Jan 2008 | A1 |
20080009347 | Radek | Jan 2008 | A1 |
20080026355 | Petef | Jan 2008 | A1 |
20080053295 | Goto et al. | Mar 2008 | A1 |
20080076497 | Kiskis et al. | Mar 2008 | A1 |
20080096654 | Mondesir et al. | Apr 2008 | A1 |
20080100572 | Boillot | May 2008 | A1 |
20080101762 | Kellock et al. | May 2008 | A1 |
20080102958 | Kitamura et al. | May 2008 | A1 |
20080113698 | Egozy | May 2008 | A1 |
20080113797 | Egozy | May 2008 | A1 |
20080115657 | Wakiyama | May 2008 | A1 |
20080125229 | Jonishi | May 2008 | A1 |
20080132334 | Nonaka et al. | Jun 2008 | A1 |
20080141181 | Ishigaki | Jun 2008 | A1 |
20080143722 | Pagan | Jun 2008 | A1 |
20080146342 | Harvey et al. | Jun 2008 | A1 |
20080152191 | Fujimura et al. | Jun 2008 | A1 |
20080155421 | Ubillos et al. | Jun 2008 | A1 |
20080155474 | Duhig | Jun 2008 | A1 |
20080184870 | Toivola | Aug 2008 | A1 |
20080188305 | Yamazaki et al. | Aug 2008 | A1 |
20080191864 | Wolfson | Aug 2008 | A1 |
20080192736 | Jabri et al. | Aug 2008 | A1 |
20080194319 | Pryzby et al. | Aug 2008 | A1 |
20080200224 | Parks | Aug 2008 | A1 |
20080202321 | Goto et al. | Aug 2008 | A1 |
20080220864 | Brosius et al. | Sep 2008 | A1 |
20080222685 | McCarthy et al. | Sep 2008 | A1 |
20080231926 | Klug et al. | Sep 2008 | A1 |
20080234023 | Mullahkhel et al. | Sep 2008 | A1 |
20080268943 | Jacob | Oct 2008 | A1 |
20080273755 | Hildreth | Nov 2008 | A1 |
20080276175 | Kim et al. | Nov 2008 | A1 |
20080280680 | Dutilly et al. | Nov 2008 | A1 |
20080288866 | Spencer et al. | Nov 2008 | A1 |
20080289477 | Salter | Nov 2008 | A1 |
20080300053 | Muller | Dec 2008 | A1 |
20080311969 | Kay et al. | Dec 2008 | A1 |
20080311970 | Kay et al. | Dec 2008 | A1 |
20090010335 | Harrison et al. | Jan 2009 | A1 |
20090013253 | Laefer et al. | Jan 2009 | A1 |
20090015653 | Baek | Jan 2009 | A1 |
20090027337 | Hildreth | Jan 2009 | A1 |
20090038467 | Brennan | Feb 2009 | A1 |
20090069096 | Nishimoto | Mar 2009 | A1 |
20090073117 | Tsurumi et al. | Mar 2009 | A1 |
20090075711 | Brosius et al. | Mar 2009 | A1 |
20090082078 | Schmidt et al. | Mar 2009 | A1 |
20090083281 | Sarig et al. | Mar 2009 | A1 |
20090088249 | Kay et al. | Apr 2009 | A1 |
20090098918 | Teasdale et al. | Apr 2009 | A1 |
20090100992 | Elion | Apr 2009 | A1 |
20090104956 | Kay et al. | Apr 2009 | A1 |
20090106667 | Lyle et al. | Apr 2009 | A1 |
20090122146 | Zalewski et al. | May 2009 | A1 |
20090135135 | Tsurumi | May 2009 | A1 |
20090149257 | Ferguson et al. | Jun 2009 | A1 |
20090158220 | Zalewski et al. | Jun 2009 | A1 |
20090165632 | Rigopulos et al. | Jul 2009 | A1 |
20090177742 | Rhoads et al. | Jul 2009 | A1 |
20090186698 | Ludden | Jul 2009 | A1 |
20090188371 | Chiu et al. | Jul 2009 | A1 |
20090189775 | Lashina et al. | Jul 2009 | A1 |
20090191932 | Chiu et al. | Jul 2009 | A1 |
20090197665 | Christensen | Aug 2009 | A1 |
20090213123 | Crow | Aug 2009 | A1 |
20090215533 | Zalewski et al. | Aug 2009 | A1 |
20090217211 | Hildreth et al. | Aug 2009 | A1 |
20090222392 | Martin et al. | Sep 2009 | A1 |
20090222765 | Ekstrand | Sep 2009 | A1 |
20090228544 | Demers et al. | Sep 2009 | A1 |
20090231425 | Zalewski | Sep 2009 | A1 |
20090233714 | Toro | Sep 2009 | A1 |
20090241758 | Neubacker | Oct 2009 | A1 |
20090258686 | McCauley et al. | Oct 2009 | A1 |
20090258700 | Bright et al. | Oct 2009 | A1 |
20090258703 | Brunstetter | Oct 2009 | A1 |
20090260508 | Elion | Oct 2009 | A1 |
20090262118 | Arikan et al. | Oct 2009 | A1 |
20090265668 | Esser et al. | Oct 2009 | A1 |
20090278796 | Komazaki | Nov 2009 | A1 |
20090282335 | Alexandersson | Nov 2009 | A1 |
20090300676 | Harter, Jr. | Dec 2009 | A1 |
20090310027 | Fleming | Dec 2009 | A1 |
20090317783 | Noguchi | Dec 2009 | A1 |
20090318228 | Hughes | Dec 2009 | A1 |
20100009746 | Raymond et al. | Jan 2010 | A1 |
20100009749 | Chrzanowski, Jr. et al. | Jan 2010 | A1 |
20100009750 | Egozy et al. | Jan 2010 | A1 |
20100029386 | Pitsch et al. | Feb 2010 | A1 |
20100035682 | Gentile et al. | Feb 2010 | A1 |
20100035688 | Picunko | Feb 2010 | A1 |
20100039378 | Yabe et al. | Feb 2010 | A1 |
20100041477 | Kay et al. | Feb 2010 | A1 |
20100062405 | Zboray et al. | Mar 2010 | A1 |
20100064238 | Ludwig | Mar 2010 | A1 |
20100080528 | Yen et al. | Apr 2010 | A1 |
20100087240 | Egozy et al. | Apr 2010 | A1 |
20100100848 | Ananian et al. | Apr 2010 | A1 |
20100113117 | Ku et al. | May 2010 | A1 |
20100118033 | Faria | May 2010 | A1 |
20100120470 | Kim et al. | May 2010 | A1 |
20100137049 | Epstein | Jun 2010 | A1 |
20100138785 | Uoi | Jun 2010 | A1 |
20100144436 | Marks et al. | Jun 2010 | A1 |
20100151948 | Vance et al. | Jun 2010 | A1 |
20100160038 | Youm et al. | Jun 2010 | A1 |
20100161432 | Kumanov et al. | Jun 2010 | A1 |
20100167823 | Winkler | Jul 2010 | A1 |
20100186579 | Schnitman | Jul 2010 | A1 |
20100192106 | Watanabe et al. | Jul 2010 | A1 |
20100199221 | Yeung | Aug 2010 | A1 |
20100209003 | Toebes et al. | Aug 2010 | A1 |
20100216598 | Nicolas et al. | Aug 2010 | A1 |
20100228740 | Cannistraro et al. | Sep 2010 | A1 |
20100231523 | Chou | Sep 2010 | A1 |
20100238182 | Geisner et al. | Sep 2010 | A1 |
20100245241 | Kim et al. | Sep 2010 | A1 |
20100247081 | Victoria Pons et al. | Sep 2010 | A1 |
20100255398 | Jacobson et al. | Oct 2010 | A1 |
20100255827 | Jordan et al. | Oct 2010 | A1 |
20100261146 | Kim | Oct 2010 | A1 |
20100265398 | Johnson et al. | Oct 2010 | A1 |
20100278393 | Snook et al. | Nov 2010 | A1 |
20100283723 | Konishi | Nov 2010 | A1 |
20100299405 | Socher et al. | Nov 2010 | A1 |
20100300264 | Foster | Dec 2010 | A1 |
20100300265 | Foster et al. | Dec 2010 | A1 |
20100300266 | Stoddard et al. | Dec 2010 | A1 |
20100300267 | Stoddard et al. | Dec 2010 | A1 |
20100300268 | Applewhite et al. | Dec 2010 | A1 |
20100300269 | Applewhite | Dec 2010 | A1 |
20100300270 | Applewhite et al. | Dec 2010 | A1 |
20100300272 | Scherf | Dec 2010 | A1 |
20100302145 | Langridge et al. | Dec 2010 | A1 |
20100302155 | Sands | Dec 2010 | A1 |
20100304810 | Stoddard | Dec 2010 | A1 |
20100304811 | Schmidt et al. | Dec 2010 | A1 |
20100304812 | Stoddard et al. | Dec 2010 | A1 |
20100304860 | Gault et al. | Dec 2010 | A1 |
20100304863 | Applewhite et al. | Dec 2010 | A1 |
20100304865 | Picunko et al. | Dec 2010 | A1 |
20100306655 | Mattingly et al. | Dec 2010 | A1 |
20100306713 | Geisner et al. | Dec 2010 | A1 |
20110010667 | Sakai et al. | Jan 2011 | A1 |
20110021273 | Buckley et al. | Jan 2011 | A1 |
20110028214 | Bright et al. | Feb 2011 | A1 |
20110039659 | Kim et al. | Feb 2011 | A1 |
20110047471 | Lord et al. | Feb 2011 | A1 |
20110066940 | Asghari Kamrani et al. | Mar 2011 | A1 |
20110080336 | Leyvand et al. | Apr 2011 | A1 |
20110083106 | Hamagishi | Apr 2011 | A1 |
20110083112 | Matsubara et al. | Apr 2011 | A1 |
20110083122 | Chen et al. | Apr 2011 | A1 |
20110098106 | He et al. | Apr 2011 | A1 |
20110098109 | Leake et al. | Apr 2011 | A1 |
20110105206 | Rowe | May 2011 | A1 |
20110111580 | Aoyama et al. | May 2011 | A1 |
20110111850 | Beerhorst et al. | May 2011 | A1 |
20110118621 | Chu | May 2011 | A1 |
20110140931 | Geurts et al. | Jun 2011 | A1 |
20110151974 | Deaguero | Jun 2011 | A1 |
20110151975 | Mori | Jun 2011 | A1 |
20110159938 | Umeda | Jun 2011 | A1 |
20110169832 | Brown et al. | Jul 2011 | A1 |
20110185309 | Challinor et al. | Jul 2011 | A1 |
20110195779 | Lau | Aug 2011 | A1 |
20110197740 | Chang et al. | Aug 2011 | A1 |
20110237324 | Clavin et al. | Sep 2011 | A1 |
20110238676 | Liu et al. | Sep 2011 | A1 |
20110251840 | Cook et al. | Oct 2011 | A1 |
20110255803 | Togawa | Oct 2011 | A1 |
20110256929 | Dubrofsky et al. | Oct 2011 | A1 |
20110257771 | Bennett et al. | Oct 2011 | A1 |
20110283236 | Beaumier et al. | Nov 2011 | A1 |
20110291988 | Bamji et al. | Dec 2011 | A1 |
20110306396 | Flury et al. | Dec 2011 | A1 |
20110306397 | Fleming et al. | Dec 2011 | A1 |
20110306398 | Boch et al. | Dec 2011 | A1 |
20110312397 | Applewhite et al. | Dec 2011 | A1 |
20110312415 | Booth et al. | Dec 2011 | A1 |
20120013493 | Kato | Jan 2012 | A1 |
20120021833 | Boch et al. | Jan 2012 | A1 |
20120052942 | Esaki et al. | Mar 2012 | A1 |
20120052947 | Yun | Mar 2012 | A1 |
20120063617 | Ramos | Mar 2012 | A1 |
20120069131 | Abelow | Mar 2012 | A1 |
20120094730 | Egozy | Apr 2012 | A1 |
20120108305 | Akiyama et al. | May 2012 | A1 |
20120108334 | Tarama et al. | May 2012 | A1 |
20120143358 | Adams et al. | Jun 2012 | A1 |
20120157263 | Sivak et al. | Jun 2012 | A1 |
20120214587 | Segal | Aug 2012 | A1 |
20120309477 | Mayles et al. | Dec 2012 | A1 |
20130132837 | Mead et al. | May 2013 | A1 |
20130203492 | Yum | Aug 2013 | A1 |
20130257807 | Harris et al. | Oct 2013 | A1 |
20140208204 | Lacroix et al. | Jul 2014 | A1 |
20150141102 | Asami et al. | May 2015 | A1 |
Number | Date | Country |
---|---|---|
468071 | Jun 2010 | AT |
741239 | Apr 1999 | AU |
200194329 | Oct 2001 | AU |
2003285918 | May 2004 | AU |
2010229693 | Nov 2011 | AU |
2587415 | May 2005 | CA |
2609587 | Dec 2005 | CA |
2720723 | Nov 2009 | CA |
2757238 | Sep 2010 | CA |
2760210 | Dec 2010 | CA |
19716937 | Mar 1998 | DE |
69804915 | May 2002 | DE |
69726507 | Nov 2004 | DE |
69832379 | Aug 2006 | DE |
69739885 | Jul 2010 | DE |
0903169 | Mar 1999 | EP |
919267 | Jun 1999 | EP |
972550 | Jan 2000 | EP |
974382 | Jan 2000 | EP |
974954 | Jan 2000 | EP |
978301 | Feb 2000 | EP |
982055 | Mar 2000 | EP |
992928 | Apr 2000 | EP |
992929 | Apr 2000 | EP |
993847 | Apr 2000 | EP |
0997870 | May 2000 | EP |
1003130 | May 2000 | EP |
1022672 | Jul 2000 | EP |
1029565 | Aug 2000 | EP |
1029566 | Aug 2000 | EP |
1029570 | Aug 2000 | EP |
1029571 | Aug 2000 | EP |
1031363 | Aug 2000 | EP |
1031904 | Aug 2000 | EP |
1033157 | Sep 2000 | EP |
1033158 | Sep 2000 | EP |
1043745 | Oct 2000 | EP |
1043746 | Oct 2000 | EP |
1048330 | Nov 2000 | EP |
1061501 | Dec 2000 | EP |
1064974 | Jan 2001 | EP |
1064975 | Jan 2001 | EP |
1066866 | Jan 2001 | EP |
1079368 | Feb 2001 | EP |
1 081 680 | Mar 2001 | EP |
1081679 | Mar 2001 | EP |
1082981 | Mar 2001 | EP |
1082982 | Mar 2001 | EP |
1082983 | Mar 2001 | EP |
1088573 | Apr 2001 | EP |
1 096 468 | May 2001 | EP |
1114659 | Jul 2001 | EP |
1122703 | Aug 2001 | EP |
1125607 | Aug 2001 | EP |
1125613 | Aug 2001 | EP |
1127599 | Aug 2001 | EP |
1130569 | Sep 2001 | EP |
1132889 | Sep 2001 | EP |
1134723 | Sep 2001 | EP |
1136107 | Sep 2001 | EP |
1138357 | Oct 2001 | EP |
1139293 | Oct 2001 | EP |
1145744 | Oct 2001 | EP |
1145745 | Oct 2001 | EP |
1145748 | Oct 2001 | EP |
1145749 | Oct 2001 | EP |
1150276 | Oct 2001 | EP |
1151770 | Nov 2001 | EP |
1151773 | Nov 2001 | EP |
1157723 | Nov 2001 | EP |
1159992 | Dec 2001 | EP |
1160762 | Dec 2001 | EP |
1161974 | Dec 2001 | EP |
1 174 856 | Jan 2002 | EP |
1170041 | Jan 2002 | EP |
1178427 | Feb 2002 | EP |
1184061 | Mar 2002 | EP |
1187427 | Mar 2002 | EP |
1192976 | Apr 2002 | EP |
1195721 | Apr 2002 | EP |
1197947 | Apr 2002 | EP |
1199702 | Apr 2002 | EP |
1199703 | Apr 2002 | EP |
1 201 277 | May 2002 | EP |
1206950 | May 2002 | EP |
1208885 | May 2002 | EP |
1214959 | Jun 2002 | EP |
1220539 | Jul 2002 | EP |
1228794 | Aug 2002 | EP |
1245255 | Oct 2002 | EP |
1249260 | Oct 2002 | EP |
1258274 | Nov 2002 | EP |
1264622 | Dec 2002 | EP |
1270049 | Jan 2003 | EP |
1270050 | Jan 2003 | EP |
1271294 | Jan 2003 | EP |
1279425 | Jan 2003 | EP |
1287864 | Mar 2003 | EP |
1306112 | May 2003 | EP |
1413340 | Apr 2004 | EP |
000181482-0005 | Sep 2004 | EP |
1503365 | Feb 2005 | EP |
1533010 | May 2005 | EP |
1542132 | Jun 2005 | EP |
1552864 | Jul 2005 | EP |
1552865 | Jul 2005 | EP |
1569171 | Aug 2005 | EP |
1604711 | Dec 2005 | EP |
1609513 | Dec 2005 | EP |
1630746 | Mar 2006 | EP |
1666109 | Jun 2006 | EP |
1696385 | Aug 2006 | EP |
1699017 | Sep 2006 | EP |
1731204 | Dec 2006 | EP |
1743680 | Jan 2007 | EP |
1 758 387 | Feb 2007 | EP |
1 825 896 | Aug 2007 | EP |
000859418-0008 | Feb 2008 | EP |
000890447-0040 | Apr 2008 | EP |
000890447-0046 | Apr 2008 | EP |
2000190 | Dec 2008 | EP |
2001569 | Dec 2008 | EP |
2027577 | Feb 2009 | EP |
2206539 | Jul 2010 | EP |
2206540 | Jul 2010 | EP |
2301253 | Mar 2011 | EP |
2411101 | Feb 2012 | EP |
2494432 | Sep 2012 | EP |
200705530 | Jan 2009 | FI |
20096276 | Dec 2009 | FI |
2118809 | Nov 1983 | GB |
2330739 | Apr 1999 | GB |
2425730 | Nov 2006 | GB |
2465918 | Jun 2010 | GB |
2471871 | Jan 2011 | GB |
1018021 | Oct 2002 | HK |
1023734 | Feb 2006 | HK |
IN01685CN201 | Jan 2012 | IT |
7185131 | Jul 1995 | JP |
3014386 | Aug 1995 | JP |
2552427 | Nov 1996 | JP |
11053563 | Feb 1999 | JP |
11128534 | May 1999 | JP |
11128535 | May 1999 | JP |
11151380 | Jun 1999 | JP |
11156054 | Jun 1999 | JP |
2922509 | Jul 1999 | JP |
11219443 | Aug 1999 | JP |
2951948 | Sep 1999 | JP |
2982147 | Nov 1999 | JP |
11313979 | Nov 1999 | JP |
11328124 | Nov 1999 | JP |
3003851 | Jan 2000 | JP |
2000014931 | Jan 2000 | JP |
2000037490 | Feb 2000 | JP |
3017986 | Mar 2000 | JP |
3031676 | Apr 2000 | JP |
2000107447 | Apr 2000 | JP |
2000107458 | Apr 2000 | JP |
2000112485 | Apr 2000 | JP |
2000116938 | Apr 2000 | JP |
3053090 | Jun 2000 | JP |
2000157723 | Jun 2000 | JP |
3066528 | Jul 2000 | JP |
2000218046 | Aug 2000 | JP |
3088409 | Sep 2000 | JP |
2000237454 | Sep 2000 | JP |
2000237455 | Sep 2000 | JP |
2000245957 | Sep 2000 | JP |
2000245964 | Sep 2000 | JP |
2000245967 | Sep 2000 | JP |
2000250534 | Sep 2000 | JP |
2000288254 | Oct 2000 | JP |
2000293292 | Oct 2000 | JP |
2000293294 | Oct 2000 | JP |
2000300838 | Oct 2000 | JP |
2000300851 | Oct 2000 | JP |
2000308759 | Nov 2000 | JP |
2000317144 | Nov 2000 | JP |
2000325665 | Nov 2000 | JP |
2000350861 | Dec 2000 | JP |
2001000610 | Jan 2001 | JP |
2001009149 | Jan 2001 | JP |
2001009152 | Jan 2001 | JP |
2001009157 | Jan 2001 | JP |
2001046739 | Feb 2001 | JP |
2001062144 | Mar 2001 | JP |
2001070637 | Mar 2001 | JP |
2001070640 | Mar 2001 | JP |
2001070652 | Mar 2001 | JP |
2001075579 | Mar 2001 | JP |
2001096059 | Apr 2001 | JP |
2001096061 | Apr 2001 | JP |
2001129244 | May 2001 | JP |
2001145777 | May 2001 | JP |
2001145778 | May 2001 | JP |
3179769 | Jun 2001 | JP |
2001162049 | Jun 2001 | JP |
2001170352 | Jun 2001 | JP |
2001175254 | Jun 2001 | JP |
3187758 | Jul 2001 | JP |
2001190834 | Jul 2001 | JP |
2001190835 | Jul 2001 | JP |
2001190844 | Jul 2001 | JP |
2001198351 | Jul 2001 | JP |
2001198352 | Jul 2001 | JP |
2001198354 | Jul 2001 | JP |
3202733 | Aug 2001 | JP |
2001212369 | Aug 2001 | JP |
2001218980 | Aug 2001 | JP |
2001222280 | Aug 2001 | JP |
2001224850 | Aug 2001 | JP |
2001231904 | Aug 2001 | JP |
2001232059 | Aug 2001 | JP |
2001232062 | Aug 2001 | JP |
2001-252470 | Sep 2001 | JP |
3204652 | Sep 2001 | JP |
2001252467 | Sep 2001 | JP |
2001259224 | Sep 2001 | JP |
2001269482 | Oct 2001 | JP |
2001273517 | Oct 2001 | JP |
2001293246 | Oct 2001 | JP |
2001293254 | Oct 2001 | JP |
2001293256 | Oct 2001 | JP |
2001299975 | Oct 2001 | JP |
2001312260 | Nov 2001 | JP |
2001312740 | Nov 2001 | JP |
2001314645 | Nov 2001 | JP |
2001321565 | Nov 2001 | JP |
2001344049 | Dec 2001 | JP |
2001353374 | Dec 2001 | JP |
3245139 | Jan 2002 | JP |
2002000936 | Jan 2002 | JP |
2002018123 | Jan 2002 | JP |
2002018134 | Jan 2002 | JP |
2002028368 | Jan 2002 | JP |
3258647 | Feb 2002 | JP |
3261110 | Feb 2002 | JP |
2002045567 | Feb 2002 | JP |
2002056340 | Feb 2002 | JP |
2002066127 | Mar 2002 | JP |
2002066128 | Mar 2002 | JP |
2002084292 | Mar 2002 | JP |
3270928 | Apr 2002 | JP |
2002116752 | Apr 2002 | JP |
2002140727 | May 2002 | JP |
2002143567 | May 2002 | JP |
2002153673 | May 2002 | JP |
3306021 | Jul 2002 | JP |
2002204426 | Jul 2002 | JP |
3310257 | Aug 2002 | JP |
3317686 | Aug 2002 | JP |
3317956 | Aug 2002 | JP |
2002224435 | Aug 2002 | JP |
2002239223 | Aug 2002 | JP |
2002239233 | Aug 2002 | JP |
3320700 | Sep 2002 | JP |
3321111 | Sep 2002 | JP |
2002263229 | Sep 2002 | JP |
3333773 | Oct 2002 | JP |
3338005 | Oct 2002 | JP |
2002282417 | Oct 2002 | JP |
2002282418 | Oct 2002 | JP |
2002292123 | Oct 2002 | JP |
2002292139 | Oct 2002 | JP |
2002301263 | Oct 2002 | JP |
3345591 | Nov 2002 | JP |
3345719 | Nov 2002 | JP |
2002325975 | Nov 2002 | JP |
3351780 | Dec 2002 | JP |
2002360937 | Dec 2002 | JP |
3361084 | Jan 2003 | JP |
3370313 | Jan 2003 | JP |
3371132 | Jan 2003 | JP |
2003000951 | Jan 2003 | JP |
2003010541 | Jan 2003 | JP |
2003010542 | Jan 2003 | JP |
2003019346 | Jan 2003 | JP |
2003030686 | Jan 2003 | JP |
2003058317 | Feb 2003 | JP |
3392833 | Mar 2003 | JP |
2003117233 | Apr 2003 | JP |
2003126548 | May 2003 | JP |
3417555 | Jun 2003 | JP |
3417918 | Jun 2003 | JP |
3420221 | Jun 2003 | JP |
2003175279 | Jun 2003 | JP |
3425548 | Jul 2003 | JP |
3425552 | Jul 2003 | JP |
3433918 | Aug 2003 | JP |
3439187 | Aug 2003 | JP |
2003236244 | Aug 2003 | JP |
3442730 | Sep 2003 | JP |
3448043 | Sep 2003 | JP |
2003256552 | Sep 2003 | JP |
3458090 | Oct 2003 | JP |
3470119 | Nov 2003 | JP |
2003334387 | Nov 2003 | JP |
3491759 | Jan 2004 | JP |
2004016315 | Jan 2004 | JP |
2004016388 | Jan 2004 | JP |
3496874 | Feb 2004 | JP |
3500379 | Feb 2004 | JP |
3500383 | Feb 2004 | JP |
2004033266 | Feb 2004 | JP |
2004097610 | Apr 2004 | JP |
2004105309 | Apr 2004 | JP |
2004121397 | Apr 2004 | JP |
3526302 | May 2004 | JP |
2004141261 | May 2004 | JP |
3534345 | Jun 2004 | JP |
2004164519 | Jun 2004 | JP |
2004166994 | Jun 2004 | JP |
3545755 | Jul 2004 | JP |
3545983 | Jul 2004 | JP |
3546206 | Jul 2004 | JP |
3547374 | Jul 2004 | JP |
2004192069 | Jul 2004 | JP |
2004201937 | Jul 2004 | JP |
3561456 | Sep 2004 | JP |
3566195 | Sep 2004 | JP |
3573288 | Oct 2004 | JP |
3576994 | Oct 2004 | JP |
3582716 | Oct 2004 | JP |
2004283249 | Oct 2004 | JP |
2004298469 | Oct 2004 | JP |
2004321245 | Nov 2004 | JP |
3597465 | Dec 2004 | JP |
2004337256 | Dec 2004 | JP |
3611807 | Jan 2005 | JP |
2005046445 | Feb 2005 | JP |
2005049913 | Feb 2005 | JP |
3626711 | Mar 2005 | JP |
3634273 | Mar 2005 | JP |
2005095440 | Apr 2005 | JP |
3656118 | Jun 2005 | JP |
3686906 | Aug 2005 | JP |
3699660 | Sep 2005 | JP |
2005261586 | Sep 2005 | JP |
3702269 | Oct 2005 | JP |
2005287830 | Oct 2005 | JP |
2005301578 | Oct 2005 | JP |
3715513 | Nov 2005 | JP |
2005319025 | Nov 2005 | JP |
3727275 | Dec 2005 | JP |
2006020758 | Jan 2006 | JP |
3753425 | Mar 2006 | JP |
2006075264 | Mar 2006 | JP |
2006116046 | May 2006 | JP |
2006116047 | May 2006 | JP |
2006192157 | Jul 2006 | JP |
3804939 | Aug 2006 | JP |
3816931 | Aug 2006 | JP |
3822887 | Sep 2006 | JP |
3831695 | Oct 2006 | JP |
3869175 | Jan 2007 | JP |
2007029589 | Feb 2007 | JP |
3890445 | Mar 2007 | JP |
2007504901 | Mar 2007 | JP |
2008018287 | Jan 2008 | JP |
2008168143 | Jul 2008 | JP |
2009531153 | Sep 2009 | JP |
2010509000 | Mar 2010 | JP |
20010027533 | Apr 2001 | KR |
20050047024 | May 2005 | KR |
2010146213 | May 2012 | RU |
173496 | Sep 2011 | SG |
340049 | Mar 2009 | TW |
200951764 | Dec 2009 | TW |
201006526 | Feb 2010 | TW |
322023 | Mar 2010 | TW |
201116318 | May 2011 | TW |
WO-199717598 | May 1997 | WO |
WO-9723845 | Jul 1997 | WO |
WO-9938588 | Aug 1999 | WO |
WO-0163592 | Aug 2001 | WO |
WO-0163592 | Aug 2001 | WO |
WO-2002030535 | Apr 2002 | WO |
WO-200402590 | Jan 2004 | WO |
WO-200402594 | Jan 2004 | WO |
WO-200424256 | Mar 2004 | WO |
WO-200424263 | Mar 2004 | WO |
WO-200427631 | Apr 2004 | WO |
WO-200430779 | Apr 2004 | WO |
WO-2004039055 | May 2004 | WO |
WO-200453800 | Jun 2004 | WO |
WO-2004052483 | Jun 2004 | WO |
WO-200482786 | Sep 2004 | WO |
WO-200487272 | Oct 2004 | WO |
WO-2004101093 | Nov 2004 | WO |
WO-2004107270 | Dec 2004 | WO |
WO-200527062 | Mar 2005 | WO |
WO-200527063 | Mar 2005 | WO |
WO-200530354 | Apr 2005 | WO |
WO-2005039212 | Apr 2005 | WO |
WO-200599842 | Oct 2005 | WO |
WO-2005107902 | Nov 2005 | WO |
WO-2005113096 | Dec 2005 | WO |
WO-2005114648 | Dec 2005 | WO |
WO-200606274 | Jan 2006 | WO |
WO-200675494 | Jul 2006 | WO |
WO-07055522 | May 2007 | WO |
WO-2007070738 | Jun 2007 | WO |
WO-2007078639 | Jul 2007 | WO |
WO-2007115299 | Oct 2007 | WO |
WO-2007111247 | Oct 2007 | WO |
WO-2007130582 | Nov 2007 | WO |
WO-2008001088 | Jan 2008 | WO |
WO-2008145952 | Dec 2008 | WO |
WO-2009021124 | Feb 2009 | WO |
WO-2010018485 | Feb 2010 | WO |
WO-2010036989 | Apr 2010 | WO |
WO-2011067469 | Jun 2011 | WO |
WO-11155958 | Dec 2011 | WO |
Entry |
---|
U.S. Appl. No. 12/913,493, filed Oct. 27, 2010 (69 pages). |
U.S. Appl. No. 29/393,964, filed Jun. 10, 2011 (2 pages). |
U.S. Appl. No. 29/393,967, filed Jun. 10, 2011 (2 pages). |
U.S. Appl. No. 29/393,968, filed Jun. 10, 2011 (2 pages). |
U.S. Appl. No. 29/393,970, filed Jun. 10, 2011 (2 pages). |
U.S. Appl. No. 29/393,973, filed Jun. 10, 2011 (2 pages). |
U.S. Appl. No. 29/393,975, filed Jun. 10, 2011 (2 pages). |
[Video] “E3 2010 Live Demo” , where Ubi talked about MJ:TE for Kinect (<http://www.gametrailers.com/video/e3-2010-michael-jackson/101449>). |
[Video] MJ the Experience Kinect: release Apr. 2011, http://www.youtube.com/watch?v=N7oyxHIP48A. |
[Video] ‘Don't Stop’Gameplay Trailer: <http://www.gametrailers.com/video/dont-stop-michael-jackson/707336> (Nov. 10, 2010). |
[Video] ‘Ghosts’ Gameplay Trailer: <http://www.gametrailers.com/video/ghosts-gameplay-michael-jackson/706825> Oct. 27, 2010. |
[Video] Dance Summit 2001: Bust A Groove (Released Nov. 2, 2000 for PS2); <http://www.youtube.com/watch?v=E8NjTGHYQcM>. |
[Video] Dancing With the Stars—Activision, Zoe Mode; <http://www.youtube.com/watch?v=C7zBVfEj0gg> (Oct. 2007). |
[Video] Dancing with the Stars: We Dance—Activision, Zoe Mode; <http://www.youtube.com/watch?v=3IG0b-CT8vs> (Oct. 2008). |
[Video] DDR Hottest Party; <http://www.youtube.com/watch?v=zk20hEzGmUY> (Sep. 2007). |
[Video] E3 2010 Live Demo <http://www.gametrailers.com/video/e3-2010-michael-jackson/101449>; (Jun. 14, 2010). |
[Video] Eyetoy Groove for PS2; <http://www.youtube.com/watch?v=c80aaOU_fuE>. Apr. 2004. |
[Video] Gamescom'10—Billie Jean Demo <http://www.gametrailers.com/video/gc-10-michael-jackson/703294> (:58-1:13) (Aug. 20, 2010). |
[Video] Gamescom '10—Working Day and Night Demo <http://www.gametrailers.com/video/gc-10-michael-jackson/7033295> (Aug. 20, 2010). |
[Video] Grease Dance—505 Games: release—Oct. 2011. http://www.youtube.com/watch?v=PaGBHSB2urg. |
[Video] Hannah Montana: Spotlight World Tour (Released Nov. 6, 2007 for Wii); <http://www.youtube.com/watch?v=WtyuU2NaL3Q>. |
[Video] Britney's Dance Beat (Released May 8, 2002 for PS2); <http://www.youtube.com/watch?v=-KR1dRGNX_w>. |
[Video] Dance Dance Revolution: Hottest Party 3 (Released Sep. 27, 2009 for Wii) <http://www.youtube.com/watch?v=zk20hEzGmUY>. |
[Video] Dance on Broadway—Ubisfot, Longtail Studios; <http://www.youtube.com/watch?v=eYaP-dT4z-M> (Jun. 6, 2010). |
[Video] Dance on Broadway: Jun. 2010 (http://youtube/Wi9Y5HHcvtY). |
[Video] Dancing with the Stars: Oct. 2007 (http://www.youtube.com/watch?v=8UChG2v5DI). |
Amplitude for Playstation. Retrieved from the Internet: www.target.com/gp/detail.html/601-0682676-9911341?asin=B00008597M&AFID. Retrieved on Feb. 22, 2005. 1 page. |
Amplitude Review by Ryan Davis. Retrieved from the Internet: www.gamespot.com/amplitude/reviews/amplitude-review-6023980.html. Retrieved on Jun. 11, 2012. 4 pages. |
Amplitude. Retrieved from the Internet: www.gamesquestdirect.com/71171972582.html. Retrieved on Jun. 8, 2012. 2 pages. |
Amplitude: Sony's Rocking Rhythm Game Outdoes Itself on All Fronts by Douglass C. Perry. Retrieved from the Internet: http://ps2.ign.com/articles/390/390620pl.html. Retrieved on Jun. 8, 2012. 6 pages. |
Association of British Scrabble Players. “Rolling System” ABSP, http://www.absp.org.uk/results/ratings_details.html. Retrieved May 25, 2011 (4 pages). |
Beat Planet Music (Import) Review by Christian Nutt. Retrieved from the Internet: www.gamespot.com/gamespot/stories/reviews/0,10867,2546762,00.HTML. Retrieved on Jun. 11, 2012. 3 pages. |
Beatmania IIDX 9 Style. Retrieved from the Internet: www.play-asia.com/OS-13-71-8g-70-giu.html. Retrieved on Feb. 22, 2005. 2 pages. |
Beatmania PlayStation Review from www.GamePro.com/sony/psx/games/reviews/89.shtml. Retrieved on Feb. 22, 2005. 1 page. |
Beatmania Review. Retrieved from the Internet: www.gamesarefun.com/gamesdb/review. h?reviewid=294. Retrieved on Jun. 11, 2012. 1 page. |
Beatmania IIDX 7 Style. Retrieved from the Internet: www.lik-sang.com/Info.php?category=27&products id=4061. Retrieved on Feb. 22, 2005. 1 page. |
Beatnik Patent Sale Offering, Nov. 2008 (81 pp). |
Bishop, Sam; Frequency: If you decide to pick up this game, you better give up on the idea of getting a full night of sleep. via www.ign.com [online], Nov. 26, 2001 [retrieved on Mar. 1, 2006]. Retrieved from the Internet <URL: http://ps2.ign.com/articles/166/166450p1.html>. Retrieved on Jun. 8, 2012. 8 pages. |
Boombox Icons, http://findicons.com/search/boombox, viewed on Jul. 31, 2012 copyright 2010 (1 page). |
Bust A Groove Review by Jeff Gerstmann. Retrieved from the Internet: www.gamespot.com/ps/puzzlelbusta groove/printable_2546923.html. Retrieved on Jun. 11, 2012. 9 pages. |
Bust A Groove. Retrieved from the Internet: www.buyrightgames.com/product_information.asp?rc=frgl&number=PS-BUSTA2. Retrieved on Feb. 22, 2005. 1 page. |
Bust A Groove. Retrieved from the Internet: www.estarland.com/com/playstation.cat.F.product.6257.html. Retrieved on Jun. 11, 2012. 2 pages. |
Bust A Groove: 989 Studios Best Game of the Year is a Funky Dance Sim that's Got the Fever by Doug Peny. Retrieved from the Internet http://psx.ign.com/articles/152/152308pl.html. Retrieved on Jun. 8, 2012. 5 pages. |
BVH File Specification, Character Studio, http://web.archive.org/web/20060321075406/http:/Icharacterstudio.net/bvhfile specification.htm, Mar. 21, 2006 (16 pages). |
Dance Dance Revolution Review by Andy Chien. Retrieved from the Internet www.gaming-age. com/reviews /archive/old reviews/psx/ddr. Retrieved on Feb. 22, 2005. 3 pages. |
Dance Dance Revolution Review by Ryan Davis. Retrieved from the Internet www.gamespot.com/ps/puzzle/dancedancerevolutionfprintable_2699724.html. Retrieved on Jun. 11, 2012. 9 pages. |
Dance Dance Revolution, Konami via www.ign.com [online], Apr. 4, 2001 [retrieved on Mar. 1, 2006]. Retrieved from the Internet <URL: http://psx.ign.com/articles/161/161525p1.html>. Retrieved on Jun. 14, 2012. 7 pages. |
Dance Dance Revolution. Retrieved from the Internet: www.ebgames.com/ebx/product/224 7 89.asp. Retrieved on Feb. 22, 2005. 2 pages. |
Dancing with the Stars Game Manual (1 page). Date not available. |
Dave H, et al. StepMania Tutorial. Nov. 3, 2004. <http://web.archive.org/web/200411031145/www.stepmania.com/stepmania/wiki.php?pagename=Tutorial>. Retrieved on Jun. 19, 2012. 7 pages. |
Def Jam Vendetta Review by Alex Navarro. Retrieved from the Internet www.gamespot.com/ps2/actionf actionfdefjamvendetta/prIntable_ 6024297 .html. Retrieved on Jun. 11, 2012. 10 pages. |
Def Jam Vendetta. Retrieved from the Internet www.ebgames.com/ebx/product/232378.asp. Retrieved on Feb. 22, 2005. 2 pages. |
Def Jam Vendetta: Rapper's Delight or Fight-Night Fright? Smash Sumthin' and Find Out by Jon Robinson. Mar. 31, 2003. Retrieved from the Internet http://m.ign.com/articles/2003/03/31/def-jam-vendetta-4 Retrieved on Jun. 8, 2012. 6 pages. |
Digital Play: Reloaded. Opening Reception. Museum of the Moving Image. Mar. 19, 2005. <http://web.archive.Org/web/20050319060247/ http://www.movingimage.us/site/screenings/contenV2005/digital_play_reloaded.ht ml>. 1 page. |
Donkey Konga Review by Ryan Davis. Retrieved from the Internet: www.gamespot.com/gamecube/puzzle/ donkeykonga/printable_6108977.html. Retrieved on Jun. 11, 2012. 11 pages. |
Donkey Konga. Retrieved from the Internet: www.ebgames.com/ebx/product/244024.asp. Retrieved on Jun. 11, 2012. 2 pages. |
Donkey Konga: Could a Game Featuring Donkey Kong and Mini-Bongos ever Fail? Our Full Review by Juan Castro. Retrieved from the Internet: cube.ign.com/articles/550/550723pI.html. Retrieved on Jun. 8, 2012. 6 pages. |
DrumMania w/ Drum Set. Retrieved from the Internet www.estarland.com/.com/product18126.html Retrieved on Jun. 11, 2012. 2 pages. |
DrumMania (Import) Review by Jeff Gerstmann. Retrieved from the Internet: www.gamespot.com/ps2/actionf drummania/printable_2546356.html. Retrieved on Jun. 11, 2012. 9 pages. |
DrumMania OST. Retrieved from the Internet www.lik-sang.corn/info/php?category=264& products id=4793. Retrieved on Feb. 22, 2005. 2 pages. |
DrumMania Review by Wyrdwad. Retrieved from the Internet www.gamefaqs.com/ps2/1997168-drummania/reviews/review-56573. Retrieved on Jun. 11, 2012. 2 pages. |
ESRB Game Ratings: Game Rating & Descriptor Guide' via www.esrb.org[online], Retrieved from the Internet: <http://www.esrb.org/ratings/ratings-guide.jsp>. Retrieved on Jun. 14, 2012. 3 pages. |
Eye Toy Groove with Camera (Playstation 2). Retrieved from the Internet www.jr.com/JRProductPage.process?Product Code=PS2+97400&JRSource=google. Retrieved on Feb. 22, 2005. 1 page. |
Eye Toy Groove with Eye Toy Camera PS2. Retrieved from the Internet: www.walmart.com/catalog/product.gsp?dest=9999999997&product id-2607013&s. Retrieved on Feb. 22, 2005. 1 page. |
Eye Toy: Groove—The Little Camera That Could comes Back with a Few New Tricks by Ed Lewis. Retrieved from the Internet: http:/ps2.ign.corn/articles/507/507854pl.html. Retrieved on Jun. 8, 2012. 8 pages. |
Eye Toy: Groove Review by Ryan Davis. Retrieved from the Internet: www.gamespot.com/ps2/puzzle/ eyetoygroove/printable_6094754.html. Retrieved on Jun. 11, 2012. 10 pages. |
Frequency—Pre-Played. Retrieved from the Internet www.ebgames.com/ebx/product/203370.asp. Retrieved on Feb. 22, 2005. 2 pages. |
Frequency PS2 Review from GamePro.com, written by Dan Electro on Nov. 26, 2001. Retrieved from the Internet: www.gamepro.com/ sony/ps2/games/reviews/18464.shtml. Retrieved on Jun. 11, 2012. 2 pages. |
Frequency PS2. Retrieved from the Internet: www.walmart.com/catalog/producLgsp7dests9999999997&product id=1635738&s. Retrieved on Feb. 22, 2005. 2 pages. |
Frequency Review by Ryan Davis. Retrieved from the Internet:www.gamespot.com/ps2/puzzle/frequency/ printable 2827476.html. Retrieved on Jun. 19, 2012. 9 pages. |
Get on Da Mic Overview by Matt Gonzales. Retrieved from the Internet www.gamechronides.com/reviews/ ps2/getondamic/body.htm. Retrieved on Jun. 11, 2012. 3 pages. |
Get on Da Mic Review by Jeff Gerstmann. Retrieved from the Internet www.gamespot.comrri/ps2/puzzle/getondamic/printable 6110242.html. Retrieved on Jun. 11, 2012. 10 pages. |
Get on Da Mic. Retrieved from the Internet: www.ebgames.com/ebx/product/245102.asp. Retrieved on Jun. 11, 2012. 2 pages. |
Gitaroo Man. Retrieved from the Internet www.estarland.com/playstation2.cat.product.676.html. Retrieved on Jun. 14, 2012. 2 pages. |
Gitaroo-Man Review by David Smith. Retrieved from the Internet http://p2.ign.com/articles/135/135184p1.html; retrieved Jun. 11, 2012. 4 pages. |
Gitaroo-Man Review by Ryan Davis. Retrieved from the Internet: www.gamesrx)t.coiTi/ps2/puzzle/gitaroomart/printable 2847915.html. Retrieved on Jun. 19, 2012. 9 pages. |
Gitaroo-Man. Retrieved from the Internet www.buyritegames.com/productinformation.asp?re=frgl&number=PS2-GITARO. Retrieved on Feb. 22, 2005. 1 page. |
Guitar Freaks (Import) Review by Sam Kennedy. Retrieved from the Internet: www.gamespot.com/pslaction/ guitarfreaks/printable_2545966.html. Retrieved on Jun. 11, 2012. 10 pages. |
Guitar Freaks Review by Wade Monnig. Retrieved from the Internet: www.gamesarefun.com/gamesdb/review. php? .reviewid=301. Retrieved on Jun. 11, 2012. 3 pages. |
Guitar Freaks Sony. Retrieved from the Internet www.gameexpress.com/product_detail.cfm.?UPC=SCPS45422. Retrieved on Feb. 22, 2005. 1 page. |
Guitar Freaks with Guitar. Retrieved from the Internet: www.buyritegames.com/product_information.asp?rc=frgl&number=PSJ-GUilWG. Retrieved on Feb. 22, 2005. 1 page. |
Guitar Hero (video game)—Wikipedia, the free encyclopedia—(Publisher—RedOctane) Release Date Nov. 2005. 25 pages. |
Guitar Hero—Wikipedia, the free encyclopedia—Nov. 2005. http://en.wikipedia.org/w/index.php?title=guitaryhero&oldid=137778068. Retrieved on May 22, 2012. 5 pages. |
GuitarFreaks—Wikipedia, the free encyclopedia—(Publisher—Konami, Konami Digital Entertainment) Release Date 1998. Accessed on Mar. 19, 2009. 5 pages. |
International Search Report issued for PCT/US2010/054300, dated May 31, 2011 (5 pages). |
International Search Report, PCT/US2006/062287, dated May 10, 2007. 2 pages. |
Ipodgames.com Tips. Dec. 4, 2004. <http://web.archive.org/web/20041204032612Awww.ipodgames.com/tips.html > 1 page. |
Karaoke Revolution Review by Jeff Gerstmann. Retrieved from the Internet www.gamespot.com/ps2/puzzle/ karaokerevolution/printable . . . 608170 Retrieved on Jun. 14, 2012. 10 pages. |
Karaoke Revolution. Retrieved from the Internet: www.ebgames.com/ebx/product/24806.asp. Retrieved on Feb. 22, 2005. 2 pages. |
Karaoke Revolution: The Revolution will be Televised by Ed Lewis. Retrieved from the Internet: http://ps2.ign.com/articles/458/458064p1.html. Retrieved on Jun. 8, 2012. 7 pages. |
Kuwayama, Y. Trademarks & Symbols, vol. 2: Symbolical Designs, Van Nostrand Reinhold Company, (Nov. 4, 1980). 4 pages. |
Lohman, “Rockstar vs. Guitar Hero,” (The Rebel Yell). Nov. 13, 2008, accessed on Mar. 19, 2009. 5 pages. |
Mad Maestro!—Pre-Played. Retrieved from the Internet: www.ebgames.com/ebx/product/217604.asp. Retrieved on Feb. 22, 2005. 2 pages. |
Mad Maestro! by Ryan Davis. Retrieved from the Internet: www.gamespot.com/ps2/puzzle.madmaestro/ printable_2856821.html. Retrieved on Jun. 19, 2012. 9 pages. |
Mad Maestro: The First Orchestra-conducting Sim on US Soil—Is It All It Could Have Been? by David Smith. Retrieved from the Internet http://ps2.ign.com/articles/3551355561 p1.html. Retrieved on Jun. 8, 2012. 6 pages. |
Microsoft Office Online Clip Art, http://office.microsoft.com/en-us/clipart/results.aspx?Scope=MC,MM,MP,MS&PoleAssetID=MCJ04316180000&Querty=Icons&CTT=6&Origin=EC01017435m (Feb. 21, 2007) (1 page). |
Microsoft PowerPoint Handbook, (1 page) (1992). |
Mojib Ribbon Playtest by Anoop Gantayat. Retrieved from the Internet: http://ie.ign.com/articles/442/442204p1.html. Retrieved on Jun. 8, 2012. 4 pages. |
Mojib Ribbon—Review. Retrieved from the Internet: www.ntsc-uk.com/review.php?platform=ps2&game=MoiibRibbon. Retrieved on Jun. 14, 2012. 2 pages. |
Mojib Ribbon. Retrieved from the Internet: www.lik-sang.comIInfo.php?category=27&productsid=3805&PHPSESSID=b9eQca. Retrieved on Feb. 22, 2005. 1 page. |
Mojib Ribbon. Retrieved from the Internet: www.ncsxshop.com/cgi-bin/shop/SCPS.11033.html. Retrieved on Jun. 14, 2012. 2 pages. |
NCSX.com; Game Synpopsys of Guitar Freaks and DrumMania Masterpiece Gold, with a date of Mar. 8, 2007, and with an Archive.org Wayback Machine Verified date of May 17, 2007, downloaded from http://web.archiv.org/web/20070517210234/http://www.ncsx.com/2007/030507/guitarfreaks_gold.htm (4 pages). |
Non-Final Office Action as issued by the United States Patent and Trademark Office for U.S. Appl. No. 12/474,899, dated Jan. 19, 2011, 7 pages. |
PaRappa the Rapper 2. Retrieved from the Internet: www.amazon.com/exec/obidos/tg/deteil/-/B00005UNWD/104-4695527-8827110. Retrieved on Feb. 22, 2005. 2 pages. |
PaRappa the Rapper Review by Jer Horwitz. Retrieved from the Internet: www.gamespot.com/pslpuzzlel parappatherapper/printable_2548866.html. Retrieved on Jun. 14, 2012. 9 pages. |
Parappa the Rapper. Retrieved from the Internet: www.estarland.com/index.asp?page=Playstation&cat=F&product=6871&q. Retrieved on Jun. 11, 2012. 2 pages. |
Parappa the Rapper: PaRapper the Rapper Is finally here, but does it live up to the hype? by Adam Douglas. Retrieved from the Internet http://m.ign.com/articles/1997/11/19/parappa-the-rapper. Retrieved on Jun. 8, 2012. 2 pages. |
PopCap Games Site Review via www.download-free-games.com, retrieved on Mar. 3, 2006]. Retrieved from the Internet <URL:http://www.download-free-games.com/reviews/popcap_games.htm>. 2 pages. |
Ramsey, A. Guitar Freaks and Drum Mania Masterpiece Gold FAQ v. 1.04, Apr. 2, 2007, downloaded from http://www.gamefaqs.com/console/ps2/file/937670/47326. 3 pages. |
RedOctane. “Guitar Hero 2 Manual” Activision Publishing, Inc. (2006) (13 pages). |
Rez PlayStation. Retrieved from the internet: http://www.yesasia.com/us/rez-playstation2-the-best-japan-version/1002847668-0-0-cssid. Retrieved on Jun. 14, 2012. 1 page. |
Rez Review by Jeff Gerstmann. Retrieved from the Internet:www.qamespot.com/ps2/action/rez/printable 2838815.html. Retrieved on Jun. 11, 2012. 9 pages. |
Rez. Retrieved from the Internet: www.estarland.com/playstation2.product.5426.html. Retrieved on Jun. 14, 2012. 2 pages. |
Rez: You May Not Understand This Review. We May Not Either. But you should certainly play this game by.David Smith. Retrieved from the Internet: http://m.ign.com/articles/2002/01/09/rez. Retrieved on Jun. 11, 2012. 3 pages. |
SingStar Party (SingStar2) Bundle. Retrieved from the Internet: www.gameswarehouse.com.Au/longpage.asp?gameid=10329. Retrieved on Feb. 22, 2005. 2 pages. |
SingStar Party. Retrieved from the Internet: www.argos.co.uk/Webapp/wcs/stores/servlet/ProductDisplay?storeId=10001&langld. Retrieved on Feb. 22, 2005. 1 page. |
SingStar Review (PS2) by James Hamer-Mortonl. Retrieved from the Internet http://ps2.twomtown.net/en uk/articles/ art.print.php?id=5279. Retrieved on Jun. 11, 2012. 5 pages. |
SingStar Review by Luke Van Leuveren. Retrieved from the Internet http://palgn.com.aii/article.php7id-1282. Retrieved on Jun. 11, 2012. 5 pages. |
Space Channel 5 Special Edition Review by Brad Shoemaker. Retrieved from the Internet: www.gamespot.corn/ps2/puzzle/spacecriannel5pait2/printeble_6085137.h Retrieved on Jun. 11, 2012. 10 pages. |
Space Channel 5. Retrieved from the Internet: www.lik-sang.com/info.php?products_is=2050&likref=fro_gle4. Retrieved on Feb. 22, 2005. 1 page. |
Space Channel 5: Description. Retrieved from the Internet: www.buyritegames.com/product_information.asp?rc=frgl&number=DC-SPACEC5. Retrieved on Feb. 22, 2005. 1 page. |
Space Channel 5: Special Edition by Jason Thompson. Retrieved from the Internet www.popmatters.com/multimedia/reviews/s/space-channel-5.shtml. Retrieved on Jun. 8, 2012. 2 pages. |
Taiko Drum Master Review by Justin Calvert. Retrieved from the Internet: www.gamespot.com/ps2 puzzie/taikodrummaster/printable_6111767.html. Retrieved on Jun. 14, 2012. 10 pages. |
Taiko Drum Master w/ Drum. Retrieved from the Internet: www.ebgames.com/ebx/product/244015.asp. Retrieved on Jun. 14, 2012. 2 pages. |
Taiko no Tatsujin. Retrieved from the Internet http://games.channel.aol.com/review.adp?qameID-7569. Retrieved on Feb. 22, 2005. 3 page. |
Thalmann, “L'animation par ordinateur” http://web.archive.org/web/20060421045510/http://vrlab.epfl.ch/{thalmann/CG/infogr.4.pdf>, Apr. 21, 2006 (52 pages). |
Vib Ribbon (PSX): Homepage, Screenshots by James Anthony. http://www.vib-ribbon.com/vibhtml/english/index.html. Retrieved on Jun. 14, 2012. 1 page. |
Vib-Ribbon (Import) Review by Jeff Gerstmann. Retrieved from the Internet: www.gamespot.com/ps /puzzle/vibribbon/printabte 2550100.html. Retrieved on Jun. 14, 2012. 9 pages. |
Vib-Ribbon. Retrieved from the Internet: www.ncsxshop.com/cgi-bin/shop/SCPS-45469.html. Retrieved on Feb. 22, 2005. 1 page. |
Video MJ the Experience Kinect: announce—Oct. 2010: (http://www.youtube.com/watch?v=xLbiPicu0MM). |
Video “Dance Online—Dance lessons gameplay” <http://www.youtube.com/watch?v=B4phOjfVNLk>. Last accessed on Nov. 8, 2012. |
Video <http://www.bing.com/videos/search?q=dance+instruction+game&mid=E69356CFA1B6719FF5C8E69356CFA1B6719FF5C8&view=detail&FORM=VIRE5> (uploaded Jul. 27, 2010). |
Video Alvin and the Chipmunks Chipwrecked—Majesco Sales: release—Nov. 2011 (http://www.youtube.com/watch?v=xKeW3CUt14A&feature=related). |
Video Dream Dance & Cheer (Released Sep. 13, 2009 for Wii) <http://www.youtube.com/watch?v=oi9vQjT1x5Q>. |
Video Just Dance—Ubisoft Paris; <http://www.youtube.com/watch?v=t7f22xQCEpY>; (Nov. 17, 2009). |
Video Just Dance 2—Ubisoft; <http://www.youtube.com/watch?v=kpaW9sM_M2Q> (Oct. 12, 2010). |
Video Just Dance 2: Oct. 2010 (http://youtube/2ChliUgqLtw). |
Video Just Dance: Nov. 2009 (http://youtube/rgBo-JnwYBw). |
Video Kidz Bop Dance Party! The Video Game (Released Sep. 14, 2010 on Wii) <http://www.youtube.com/watch?v=I8VD9EvFdeM>. |
Video Let's Cheer—Take 2 Interactive: release—Nov. 2011; announce—Jun. 2011 (http://www.youtube.com/watch?v=uv1IMBIw2Dw&feature=related). |
Video Michael Jackson: The Experience—Ubisoft, Ubisoft Paris, Ubisoft Montpelier; <http://www.youtube.com/watch?v=AS3-SuYhSBk> . Date not available. |
Video MJ—Paris Week game demo—Oct. 29, 2010 http://www.dailymotion.com/video/xfg4oe_pgw-10-michael-jackson-experience-kinect_videogames?start=13#from=embed <http://www.dailymotion.com/video/xfg4oe_pgw-10-michael-jackson-experience-kinect_videogames?start=13>. |
Video MJ the Experience Wii: Nov. 2010 (http://www.youtube.com/watch?v=8ZA59JY8Y_w). |
Video MJ:TE Kinect from Aug. 19, 2010 at <http://www.youtube.com/watch?v=6AjGmSnN6gQ>; Michael Jackson The Experience Video Game—Kinect for Xbox 360—Gamescom 2010 HD. |
Video MJ:TE on Wii (Nov. 2010); <http://www.youtube.com/watch?v=gmIMNGWxgvo>. |
Video N.Y. Comic Con '10—Billie Jean Gameplay Demo: <http://www.gametrailers.com/video/nycc-10-michael-jackson/706056>. (Oct. 13, 2010). |
Video Tokyo Game Show '10—‘Every Step’ Trailer: http://www.gametrailers.com/video/tgs-10-michael-jackson/704548 (Sep. 15, 2010). |
Video Victorious: Time to Shine—D3 publishers: Dec. 22, 2011 (http://www.youtube.com/watch?v=ud69OK02KGg&feature<fvst). |
Video We Cheer 2 (Released Nov. 3, 2009 for Wii) <http://www.youtube.com/watch?v=-4oalxqnbII>. |
Video Dance Dance Revolution: Hottest Party 3 (Released Sep. 27, 2009 for Wii) <http://www.youtube.com/watch?v=zk20hEzGmUY>. |
Virginia Tech Multimedia Music Dictionary: “P: Phrase” Virginia Tech University, http://www.music.vt.edu/musicdictionary/textp/Phrase.html. Retrieved May 25, 2011 (7 pages). |
Dance Dance Dance Revolution Max, Game Manual, released in the US by Konami Corporation, Oct. 29, 2002 (2 pages). |
Taiko Drum Master Game Manual, Release Date Oct. 24, 2004 (18 pages). |
Video: Michael Jackson The Experience: Song Menu [North America]. Available at <https://www.youtube.com/watch?v=pFlc7YId2aw>, accessed Jun. 21, 2016 (1 page). |
Craymer, et al., “A Scalable, RTI-Compatible Interest Manager for Parallel Processors”, in Proceedings of the 1997 Spring Simulation Interoperability Workshop, 97S-SIW-154, 1997 (4 pages). |
Petty, et al., “Experimental Comparisons of d-Rectangle Intersection Algorithms Applied to HLA Data Distribution”, in Proceedings of the 1997 Fall Simulation Interoperability Workshop, 1997, 97F-SIW-016 (14 pages). |
Singhal, Effective Remote Modeling in Large-Scale Distributed Simulation and Visualization Environments, PhD Thesis, Stanford University, 1996 (173 pages). |
Singhal, et al., Chapters 5, 6, 7, and 8 in Networked Virtual Environments—Design and Implementation, ACM Press Books, SIGGRAPH Series, Jul. 1999 (178 pages). |
Singhal, et al., “Using a Position History-Based Protocol for Distributed Object Visualization”, in Designing Real-Time Graphics for Entertainment [Course Notes for SIGGRAPH '94 Course No. 14], Jul. 1994 (25 pages). |
Van Hook, et al., “Approaches to Relevance Filtering”, in Eleventh Workshop on Standards for the Interoperability of Distributed Simulations, Sep. 26-30, 1994 (3 pages). |
Van Hook, et al., “Approaches to TRI Implementation of HLA Data Distribution Management Services”, in Proceedings of the 15th Workshop on Standards for the Interoperability of Distributed Simulations, 1996 (16 pages). |
Number | Date | Country | |
---|---|---|---|
20120143358 A1 | Jun 2012 | US |
Number | Date | Country | |
---|---|---|---|
61255462 | Oct 2009 | US | |
61354073 | Jun 2010 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 12913493 | Oct 2010 | US |
Child | 13288916 | US | |
Parent | 12940794 | Nov 2010 | US |
Child | 12913493 | US |