US20020032697A1 - Time inheritance scene graph for representation of media content - Google Patents

Time inheritance scene graph for representation of media content Download PDF

Info

Publication number
US20020032697A1
US20020032697A1 US09/875,276 US87527601A US2002032697A1 US 20020032697 A1 US20020032697 A1 US 20020032697A1 US 87527601 A US87527601 A US 87527601A US 2002032697 A1 US2002032697 A1 US 2002032697A1
Authority
US
United States
Prior art keywords
data
time
graph
operator
scene
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US09/875,276
Inventor
Michael French
John Robotham
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Synapix Inc
Original Assignee
Synapix Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Synapix Inc filed Critical Synapix Inc
Priority to US09/875,276 priority Critical patent/US20020032697A1/en
Publication of US20020032697A1 publication Critical patent/US20020032697A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • G06T17/005Tree description, e.g. octree, quadtree
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F2300/00Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game
    • A63F2300/80Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game specially adapted for executing a specific type of game
    • A63F2300/8082Virtual reality

Definitions

  • Computer-based systems are increasingly used for critical roles in the production (including the post production phase of the overall production process) of motion pictures, television programs and commercials, multimedia presentations, interactive games, internet content, CD-ROMs, DVDs, and simulation environments used for entertainment, training, education, marketing and visualization.
  • Each of these applications may use multimedia data and image processing techniques to some degree to create and/or render a computer model of a scene in a real or synthetic world.
  • the scene model not only describes buildings, parts, people, props, backgrounds, actors, and other objects in a scene, but also represents relationships between objects such as their movement, interactions, and other transformations over time.
  • the specification and authoring framework for an object-oriented modeling system can be a programming language, a graph structure, or some combination of the two.
  • the scene model is expressed in terms of a programming language designed specifically for generation of media content.
  • ActiveX AnimationTM (a trademark of Microsoft Corporation) is an example of a language based scene modeling system.
  • a language like ActiveX can have considerable expressive power for defining complex behaviors, including expressing the inheritance of context between procedural functions. Such a language can also express time-based or event-based behaviors. But the author of the media content is required to work within a programming language to define the scene's objects, their relationships and dynamics.
  • the scene model is specified in terms of creating and manipulating a data structure.
  • This data structure is represented as nodes in a graph and the connections between them.
  • a graph-oriented modeling system also defines the semantics of traversals over the graph structure. The traversal is done by one or more external components, with at least one traversal mechanism providing the means to generate media content from the scene model.
  • Graph-oriented scene models have seen widespread adoption as a natural way of expressing the structure and relationships between components of a scene model.
  • the nodes within the graph structure can be object-oriented modules that encapsulate both data and procedural functions. Directed connections can express concepts such as spatial context inheritance and data dependencies between nodes.
  • timing relationships can be implied in some instances, such as in the simultaneous acquisition of a voice and an imagery track from video camera sequence. In other instances, they must be explicitly formulated such as in the case of a computer animation piece. In either situation, the characteristics of each medium, and relationships among them, must be carefully established to provide proper synchronization.
  • time is not expressed in terms of the graph structure. Instead, a time context is specified in a way which is external to the graph structure. Time-based or event-based behaviors are therefore either assumed to be part of the traversal engine, or are encoded within nodes that interact through mechanisms which exist outside of the graph structure.
  • the present invention is a technique for representing a time varying visual scene as a directed acyclic graph of data and operators that generates a sequence of image frames over specified time intervals.
  • Each node in the graph represents an object oriented functional module that inherits a temporal as well as a spatial context, accepts and/or generates parameters, and processes some aspect of the scene.
  • Directed data paths in the graph represent the flow of context, data (including media data) and/or control parameters as the graph is traversed from one node to another.
  • Elements of a scene are processed within the nodes of the graph.
  • the nodes may process media data, such as images, video sequences, 3-D geometry, audio, or other data representative of the media elements.
  • the nodes may also specify or modify control values or parameters for media elements.
  • the nodes may specify temporal and spatial values for the associated elements.
  • the graph has one or more root nodes, which define the beginning of directed paths through the graph, one or more leaf nodes, which define the end of a path, and any number of branch or intermediate nodes disposed along a path from a root node to a leaf node.
  • the present invention assigns a temporal context to each node in the graph. All media nodes and node parameter values have a temporal extent, which may be zero, finite or infinite, and an implicit or explicit temporal behavior.
  • the temporal context can be modified by each node, including transforming the time context into a local time coordinate system.
  • the temporal context, with any local modifications, is inherited by successive nodes along a path. Different local temporal coordinate systems may therefore be nested within an inherited time context of parent and child nodes.
  • Branch and leaf nodes of the graph can specify transforms for the temporal coordinate system, and, optionally, spatial coordinate system transforms.
  • the branch nodes may also have grouping semantics which implicitly transform time and/or clipping semantics that cull the traversal of the graph. For example, temporal clipping may be specified which explicitly culls the traversal of a path in the scene graph based upon time parameter values.
  • the graph is traversed in a direction from a root node down toward the leaf nodes.
  • the root node specifies an initial temporal context with a time scale and time interval associated with the overall choreographed media production.
  • the branch nodes may apply temporal transformations of various types. These may include (1) translation operations that shift the time or origin to offset temporal event times; (2) scaling operations that change the rate at which time passes, which in turn shifts the frequencies of critical behaviors such as a change in the velocity of moving objects; (3) clipping operations, that restrict the range of time parameters to exclude the evaluation of parts of the graph outside a specified time window; or (4) data analysis operations, that generate time parameters based on analyzing time-dependent data within the current time context.
  • branch nodes may apply implicit or explicit temporal operations to be performed upon groups of the child nodes in special ways.
  • a sequence-type branch node may specify a temporal ordered grouping for instances of its children such that the second child is translated by the temporal extent of the first child and so on. This means that either exactly none or exactly one of the referenced children is evaluated at any given scene time based upon the inherited time value, the temporal extent of the children, and their ordered grouping.
  • the invention can also be used to specify the media production as a graph of nodes and acyclic directed paths that define symmetric sets of both forward and reverse traversals of the graph.
  • the scene graph represents a two-phase process.
  • the forward traversal the temporal context is inherited from the root node along each path and temporal transforms are applied at every node where they are specified.
  • the second phase the reverse traversal, starts at the leaf nodes.
  • the processing related to generating the media content is performed at each node, within the local temporal context established during the corresponding forward traversal.
  • any number of parameters, data elements, or pointers to data elements can be “passed back” along the reverse path.
  • a spatial context can also be carried with the temporal context, with spatial transforms being applied and used in a manner similar to the temporal transforms during the forward and reverse traversals.
  • the spatial context can either be a 2-D or 3-D context.
  • Nodes in the graph may also represent rendering processes for the spatial transforms that, for example, transform a 3-D spatial context into 2-D spatial context, to generate visual image frames from a 3-D scene model.
  • An image analysis process may also be represented in the graph with a spatial transform to transform a 2-D spatial context into a 3-D spatial context based upon parameters from the analysis of at least two image frames to recover 3-D data from the visual scene represented by the image frames.
  • a forward traversal of the graph is initiated at a root node, and continuing through branch nodes as described above.
  • the temporal transform within a given node can terminate further forward traversals of the graph, and initiate a reverse traversal of the graph, based upon the transform of one of the parameters of the input time context evaluating to a null value.
  • the root node can be thought of as being a viewer for some segment of the production, or of an object in the scene. Different root nodes can thus specify different contexts for viewing the same scene.
  • traversals can perform various optimizations, provided these optimizations yield the same overall result as a traversal executed exactly as specified.
  • a pipeline implementation might perform the equivalent of multiple traversals over a segment of a path, by dividing the time interval of a time context into multiple sub-intervals.
  • a traversal implementation may also implement a caching scheme which allows a cache of pre-processed data to substitute for some or all of the processing normally done during a reverse traversal of a path.
  • an initial setup traversal might be performed, in order to pre-fetch data associated with a time context, for improved performance during a reverse traversal.
  • a forward traversal can carry within the temporal context one or more constraint parameters which can modify processing during the reverse traversal in order to meet the specified constraint.
  • a constraint can be specified for image quality, sound quality, level-of-detail or constraints on processing time (including real-time processing constraints).
  • the graph structure can be presented and/or manipulated in a user interface as a schematic diagram with nodes represented as shapes and connections between nodes as lines or arcs.
  • Time transforms and time extents associated with graph nodes can also be presented and/or manipulated in a user interface as a time line with nodes represented as tracks and associated time transform and time extents represented as time intervals on these tracks.
  • FIG. 1 is a block diagram of a multimedia production system which uses a scene graph according to the invention.
  • FIG. 2 is a canonical representation of a scene graph according to the invention.
  • FIG. 3A and 3B illustrate an operator node and macro operator, respectively.
  • FIG. 4 is an exemplary scene graph for a scene in which a computer animated dinosaur is walking through live scene shot with a video camera.
  • FIGS. 5A and 5B are more detailed views of the scene graph.
  • FIG. 6A is a view of a load shape macro operator in the scene graph.
  • FIG. 6B illustrates that when the scene graph is traversed in one direction, it is evaluated for temporal context, and when traversed in a reverse direction, for data flow.
  • FIG. 7A shows that temporal operators do not modify data in the reverse traversal.
  • FIG. 7B is a time operator.
  • FIGS. 8A, 8B, and 8 C illustrate a time independent operator, an iteration operator, and a time source/data sink operator, respectively.
  • FIGS. 9A, 9B, and 9 C illustrate a time source operator, a data sink operator, and a combined time sink/data source operator such as implemented at a leaf node.
  • FIG. 9D illustrates a simple function curve operator.
  • FIGS. 10A is a simple data source implemented at a leaf node.
  • FIG. 10B illustrates how a function curve for a path may be implemented.
  • FIG. 10C is a sub-graph boundary node.
  • FIG. 11 is a representation of a time source such as a real time data feed.
  • FIG. 12 is a representation of a sample user interface for the scene graph.
  • FIG. 13 is a representation of a user interface for another scene graph.
  • FIG. 14 is a representation of a sample user interface for a timeline view of scene graph nodes as tracks and their time transforms and time extents as time intervals on these tracks.
  • FIG. 1 is a block diagram of a multi-media production system 10 in which a scene graph according to the invention may be implemented.
  • the system 10 includes a number of media data object representations such as 3-D models 12 , images 14 , video 16 , and audio 18 , as well as the output from processes which operate on such data, such as image analysis 20 operations.
  • Each of these data objects represents some aspect of the scene.
  • the 3-D models 12 maybe imported from computer animation systems; the images 14 and video 16 may be provided by film and/or video cameras, and the audio data 18 may be provided by audio systems.
  • Image analysis 20 functions operate on the images and video and/or rendered 3-D models 12 to provide analytic representations of the other elements of the scene.
  • one process 20 may analyze video clips of a scene to determine a depth map indicating the positions of objects in the scene relative to a reference point, such as a camera location.
  • the system 10 provides object-oriented representations for the scene in the form of an object catalog 20 and project catalog 23 .
  • Objects are defined with reference to a virtual stage 24 that represents the three-dimensional spatial characteristics of the scene.
  • Other software packages and system services may include animation software 26 , graphics hardware 28 , analysis hardware 29 , photo-realistic renderers 30 , and output devices such as video monitors 32 , and sound system hardware 34 .
  • a timeline 36 specification and preview window 39 permit the user to specify a time extent and viewpoint for a particular rendition of the scene graph 40 .
  • the scene graph 40 consists of a set of nodes 42 which are linked together in a special form of hierarchy, known as a directed acyclic graph (or “DAG”).
  • DAG directed acyclic graph
  • the connections 44 between nodes 42 are directed, in the sense that they imply an asymmetric parent-child relationship.
  • the graph is acyclic because the connections are not allowed to form a loop, which means child nodes cannot have links to their ancestors or themselves.
  • nodes which have ancestors and children are referred to herein as branch or intermediate nodes 46 , and nodes without children are called leaf nodes 48 .
  • Nodes with no ancestors are known as root nodes 43 .
  • the directed acyclic graph may have one or more root nodes 43 .
  • the parent-child relationship serves to define inherited characteristics. For example, the characteristics of a parent node are inherited by the children 46 and their descendants, but characteristics of the children do not affect a parent node. Such characteristics may include the general attributes such as color, or the temporal transformations described more fully herein below. Since there can be multiple paths that pass through a single node in the graph 40 , every unique path through the graph 40 defines its own inheritance relationships.
  • the scene graph 40 represents the internal state of the scene created by the user. Nodes in the graph 40 are operators 50 on multimedia data, or containers 52 for references to such multimedia data stored elsewhere in the system 10 .
  • a temporal context is associated with nodes 46 .
  • Traversals of the scene graph 40 in a forward direction that is, from a parent node 43 toward a leaf node 48 , may cause temporal transformations as specified by branch nodes 46 to modify the temporal properties of the objects in the scene.
  • Reverse traversals of the scene graph 40 apply other data-related operations to the objects needed to render the scene.
  • Operators 50 have typed input ports, output ports, and parameters to control the processing of data.
  • a set of operators and connections can be grouped into a macro operator 53 .
  • Input and output ports are exported across the macro boundary through explicit macro links.
  • Other internal ports are inaccessible and the data is encapsulated.
  • Parameters for the macro are explicitly chosen from the parameters available on the enclosed operators.
  • a library of common macros can be provided, some of these being compiled (or “cooked”) into individual non-editable system objects, and some of those may represent hardware accelerated pipelines.
  • Connections 44 or arcs of the graph 40 are typed directed data pathways between operator ports. Connections 44 establish bidirectional dependencies between the operator nodes. Ports either allow single connections, or multiple connections between nodes.
  • Events are passed across the connections to notify operators 50 of data changes. Data is passed by reference whenever possible. A scheduler determines which operators 50 fire, and in which sequence, to correctly update dependent data. An operator 50 with changes on several of its data inputs, or multiple changes to a single input, only fires once.
  • Parameter values for the operators 50 have input and output ports. Parameters can, for example, take animated input from function curves, or (explicitly or implicitly) from user interface elements. Parameter outputs can connect to operators for processing, chain to other operator parameters, or (perhaps implicitly) to user interface elements for echoing. The default parameter connections are a bidirectional get/set relationship with the operator's 50 property sheet user interface.
  • the example scene graph 40 shown in FIG. 4 represents a demonstration scene of a computer animated dinosaur 60 walking into a live scene such as an office environment and which therefore must cast a shadow on a set of stairs 62 .
  • the scene graph 40 includes simplified networks of operators 50 including render passes, scenes, geometries and image analysis.
  • the underlying regions are the domains for image compositing, 3D scenes, and shader spaces which generate texture images.
  • FIG. 5B is an expanded view of the LiveScene macro 60 , where it is assumed that cameras have default position and orientation, which can be modified by transformations.
  • the connection labeled “production camera” is the camera reference for the scene.
  • the macro 60 also assumes that a MapToMesh operator produces a depth map or mesh geometry in camera coordinates, which in turn determines the connections to the common transform node.
  • An operator 50 within the scene graph 40 represents a class in the underlying computational code. Some structural classes are naturally arranged in a hierarchy, and it makes sense to talk of an operator's inherited type. Usually this will correspond to the output type of the operator. Containment of other objects within the class usually means read-only references to input objects used by the operator.
  • An operator 50 is made available to the graph 40 by turning the computational operator into a graph component, or module.
  • the modules seen by the graph 40 are really just containers which hold the computational operator (amongst other things).
  • the modules are not typed in the same sense as the underlying operators, they are simply components of the graph model. Only a graph manager process needs to know how to manipulate the module components.
  • the modules and their execution model comprise a harness for the raw operator code.
  • the graph 40 is serialized by serializing the modules and the connections. Each module and each port has a unique name within the graph.
  • the state of the graph 40 is captured by serializing module parameter values, including media references in loader modules.
  • the complete internal state of the graph can be recreated by loading the graph and the parameter values.
  • Activity is journalled by capturing a graph state, then serializing events which pass between modules.
  • Serializable Graph (contains modules and connections) Module (contains type name, instance name, input ports, output ports, parameters, operator function) Port (contains type name, instance name, in/out/param flag, single/multi flag, connection (list), visible/export flag) Connection (contains name, type, source port, destination port) Event (contains type, connection name, event data)
  • Multiple inputs are provided to the processing function in an ordered list.
  • the result of operator 50 maybe order-dependent (e.g. a layered composite). Connection order provides a default ordering for the input list, but the multi-input port will provide a reordering tool to change the sequence without reconnecting.
  • Operators 50 communicate using events channeled through connections and delivered at ports. These are the main types of events: Event connection events (receiver) input/output connect input/output disconnect port changed events (receive on input, send to output) temporal extent changed spatial extent changed data changed
  • the events are not necessarily independent, and it may be necessary to design an event implementation which does result in single updates for multiple related changes to input data, perhaps using event masks through a single event notification. For example, making a connection may be accompanied by a data changed event.
  • Data is passed by reference. Passing the data reference from producer to consumer occurs when a connection is made, and/or when a data changed event is delivered. The exact behavior depends on the permanence of the data structure (and perhaps the memory allocation model of where the data is stored). If data has to be fetched explicitly, perhaps with a handshake to synchronize processing, then fetch data, fetch temporal extent, fetch spatial extent events may be added.
  • the scene graph 40 can be traversed by visiting each node 42 in a particular order, via connections in the graph. Traversals are used for inquiries and generating output.
  • the scene graph uses a depth-first traversal: for each node visited, a pre-order action is invoked, the downstream connections are recursively traversed, then the node visit is completed with a post-order action. Traversal state is maintained in a traversal context.
  • the context can be inquired and modified by traversal actions within the nodes.
  • the traversal context contains information such as the current time for the scene, and the renderer being used to display output.
  • the first approach is to consider a conventional explicit depth-first traversal of the DAG.
  • the pre-order operation modifies the traversal context, for instance, by transforming the global time to the local time for the node.
  • the post-order operation updates the output data for the node by processing the new data made available on its input ports during recursive traversal.
  • Traversal of a group operator has the basic form: traverse( TimeContext ctx ) ⁇ pre( ctx ) children.traverse( ctx ) post( ctx ) ⁇
  • a time translation modifying the current local time is: pre( TimeContext ctx ) ⁇ ctx.pushTimeStack( ) ctx.addTime( -paramDeltaT ) ⁇ post( TimeContext ctx ) ⁇ ctx.popTimeStack( ) ⁇
  • Procedural traversals are typically dispatched through nodes to renderers, but this can be generalized to a triple dispatch for actions over renderers and nodes.
  • the triple dispatching makes it relatively easy to create new traversals, localize renderer-independent traversal state within the action, and isolate renderer-specific operations.
  • the order of dispatching ultimately affects whether the final implementation resides within renderers or nodes, which in turns affects the ease with which renderers and nodes can be added to the system.
  • Traversal of individual children can proceed in independent threads, if there are no shared nodes further down the graph, or the shared nodes do not retain state.
  • the second approach is to consider how a traversal could be implemented using an event-driven execution model. Traversals of the graph 40 are initiated by an external change to a traversal context which is referenced from a root 43 of the graph 40 . Changes to the traversal context are propagated through the graph 40 , with further changes made within each node 42 (like the explicit pre-order functions). When the traversal context reaches the leaf nodes 48 of the graph 40 , new data may be generated, and a second wave of changes propagates back up the graph 40 , modifying data (like post-order functions).
  • the event driven traversal depends on bidirectional notification along connections. For example, the time translation operator modifies a changed context, but passes through any changed data.
  • the setDataChanged method is a no-op, which doesn't change the data pointer, but is enough to propagate the data Changed event to dependent data connections.
  • the way to decompose execution is to have event driven dependencies, which mark data as dirty and invalidate caches, but retain procedural synchronous traversal actions for the fast generation of output data.
  • the synchronous traversal can use multiple threads for parallel processing of independent branches, or shared branches which do not retain state.
  • connection events propagate changed extents, up towards the root
  • output traversals propagate recalculated data, up toward the root.
  • a renderer class defines an abstract Application Programming Interface (API) for nodes to call during traversal, and node actions are dispatched to renderer implementations. Caches are part of the renderer interface. By abstracting actions and caches, every node implementation is made renderer independent. Renderers must maintain a cache factory to construct the correct cache type.
  • API Application Programming Interface
  • Each traversal has one renderer registered in its traversal context for each domain. This allows a large set of possible renderer functions to be partitioned, with a mix and match selection. There is a close correspondence between data types within the graph 40 , the allowable traversals, the set of renderers for each traversal, and the operator nodes 50 which can be processed.
  • Data Domain Renderers Temporal Timeline sw (java UI) Image 2D imaging sw, VSA hw, OpenGL, SGI IL/IFL, Java2D 3D imaging sw, OpenGL Renderable 3D scene Optimizer/Cosmo, OpenGL, Java3D mental ray, RenderMan, Softimage, Alias Audible 3D sound sw, Java3D Audio SGI AL, MIDI, JavaSound
  • the highest level type in the system is Temporal, which relates to the handling of scene time within the hierarchy. Every operator and every data structure in the graph can respond to a time-based traversal of the graph. The time domain includes the whole graph. The time aspects of the graph 40 are rendered to the timeline 36 .
  • Image renderables include 2D images and 2D geometric markup. 2D image renderers can process 3D images, but they will only get the correct result when the scene is strictly layered, which may require extra 2D work. 3D scenes can only be represented in a 2D output after being processed by a suitable projection:
  • 3D renderables obviously include 3D shapes, but can also include images and 2D markup if they are embedded in the correct coordinate system within the 3D world.
  • Some macros such as Imageobject, wrap the texturing boundary and appear to convert 2D images to 3D renderables.
  • Caches truncate traversal of the scene graph 40.
  • Data can be cached in any node 42, but the most important locations for data caches will be the boundary between 2D and 3D domains, video output from imaging pipelines, and within 3D systems.
  • An extent is renderer-independent, and there is only one for each node.
  • Temporal extents are scene time independent.
  • the spatial extent has an associated temporal variation, since spatial extents can be evaluated instantaneously for one frame, or accumulated over time for an envelope of the object during a scene.
  • An instantaneous spatial extent can use bounding spheres (easy, fast, very conservative), axis-aligned bounding boxes, or object-aligned bounding boxes.
  • Extended envelopes may be required for advanced spatial querying, such as collisions and visibility analysis.
  • Render parameters can also truncate traversal. If a sub-tree is not visible, and not involved in shadows or reflections, then it cannot make any contribution to the output rendering, and need not be traversed. This may mean that a RenderParams cache should also be maintained in every renderable node.
  • Data caches are renderer-dependent, with each node having an array of caches, one for each renderer. Each cache will contains a reference back to its relevant renderer. Data caches have temporal extents which will be some sub-set of the total temporal extent of the node. There may be frame caches for a particular instant, or extended cached clips, which have a finite duration.
  • Data is passed by reference along connections of the graph, when the nodes share an address space.
  • a reference to unmodified data can be passed through an operator.
  • an operator creates new data, the data is managed locally within a node, and references made available to the output connections.
  • a change to data in one node potentially invalidates all the caches for its downstream operators, although it is possible to restrict the data updates with masks to be more selective in destroying good caches.
  • scene-level caches subsidiary scene graphs 40
  • the decision to propagate data-changed events should depend on how each renderer handles local cache update.
  • the next level for caching is for storing sets of independent frames in a sequence on disk. This is always done for audio, which does not have a simple concept of a frame, but is also relevant for video and geometry. Caching clips helps sequential playback, and random access, as long as the random scene time is within the extents specified for the cache. So there can be two explicit cache-building traversals: prepare to play, and prepare for a random access scrub, although most renderers will treat these the same.
  • Another mode for building the cache is incremental during playback, which is often best when the user knows there will be multiple replays of the same sequence, but wants to see the sequence being built, so that it can be interrupted if something is wrong.
  • the cache is opened in append mode, then each frame is displayed and cached in sequence, finally the cache is closed and the sequence can be replayed at full speed. Not all renderers or media types will support incremental caching. Caches can also be built implicitly by the system, but automatic management can be difficult in the general case of mixed playing and scrubbing.
  • Caching within 3D and 2D scene graphs will be renderer dependent. There may be scene-level or renderer-level caches. Most 3D graphics systems, including OpenGL, Optimizer and RenderMan, implement operators, such as materials and transforms, as state changes, rather than data processing. They also have hierarchical caches that operate by reference. This means that caches need not be invalidated when the operators change—the update can be applied to the local cache without any changes to other parts of the cached hierarchy.
  • cached nodes recursively reference other cached nodes
  • editable e.g. regular Optimizer, VRML, mr 2.0
  • non-editable e.g. regular OpenGL
  • cached nodes contain copied data, nodes cannot reference other nodes (e.g. RenderMan)
  • the system may or may not choose to implement spatial extents and spatial culling.
  • Some systems have spatial culling which can be enabled independently of the scene graph, and culling for photo-realistic renderers may be an important optimization, but is not crucial for the visual appearance of the finished shot.
  • Advanced spatial querying and the associated computational geometry utilities are also optional.
  • a constant has no time variation, the value is the same for all times, and there are no additional temporal fields.
  • An instant is a snapshot frame of data at a particular time.
  • An extent dataset is extended or animated over time.
  • the base class for temporal variation is: Serializable Temporal (contains TemporalExtent)
  • a Frame is a data component tagged with an Instant time value.
  • a SplitFrame is a double data component, with entering and leaving values, together with a single time Instant.
  • Key frames comprise a discrete irregular sequence of frames, ordered such that time is monotonically increasing. Discontinuities can be modeled by using split-frames, rather than two frames which occur at the same time.
  • the high-level manipulation of key-frames is encapsulated in a function curve object.
  • the time extent of the key frames can be set independently from the times within the frames. If the extent goes beyond the extreme frames, then the data is extrapolated. If the extent is within the frame times, then the data is clipped in time.
  • a flipbook is a discrete regular ordered sequence of data with implicit time.
  • a frame rate is specified which allows the calculation of the total number of data items, and the time value for each individual frame. The extent of a flipbook cannot go beyond the duration implied by the frame rate and number of frames. There is no frame data extrapolation.
  • a flipbook can be converted to keyframes without loss of information. Keyframes are converted to a flipbook by iteratively sampling an interpolator on the keyframes, for a series of time values calculated from the time interval and a frame rate. The construction and conversion of these containers form the basis for several temporal data operators.
  • Temporal extents can be implemented as an interval with duration determining the type: ⁇ ve (constant), 0 (instant), +ve (extent), or as a form of the State pattern with a sub-class for each type.
  • Operator parameter types overlap the categories for operator input/output data, although it may be helpful to have different visual metaphors for media-centric data flow and simple parametric controls.
  • Base types include:
  • Actual parameter structures will also include bounded ranges and default values.
  • aggregate and container data structures which can be used for data or parameters.
  • Real and integral types may be represented in various physical machine types. Fundamental aggregate types include: Temporal color (various components and color spaces) point, vector, control vertex (various dimensions) rotation, quaternion matrix (various dimensions)
  • Temporal color channels (colors) alpha channel (transparencies/coverages) depth map channel (coordinates) vector channels (space vectors)
  • Vector channels are used for normals, motion, displacement and bump maps.
  • Transformation components expose ports for forward and inverse versions.
  • Affine transforms don't need to store the inverse, since it is trivial to generate from the translate, rotate, scale values. Perspective transforms should always compute and store the inverse matrix with the forward version. There will be aggregates of these types, and stacks for attribute state and transforms.
  • Temporal material parameters color, opacity, lighting. coefficients, textures
  • render parameters visible, shadow flags, reflection flags
  • camera parameters aperture, shutter speed, pixel aspect, lens
  • light parameters color, intensity, shadow flag, shader etc.
  • audio params track tag, volume, balance, attenuation etc.
  • Shaders are named procedural functions defined for specific renderers. Shaders are declared with a parameter list. Each renderer has a type system for defining shader parameters. Each shader parameter has a name, a type and a default value. A named shader is invoked with a list of arguments for none, some, or all of the shader's parameters. This kind of calling convention may also be useful for other interfaces in the system, including the plug-in interface exposed.
  • model reference scene, model, fcurve, geometry, material, etc.
  • the principal media-based data types within the system include:
  • Video media (sequence of images)
  • Audio media tracks, mono/stereo/quad groups
  • 3D scenes are built from renderable data structures. These are data container operators which have references to other renderables, or model data (appearance, geometry etc.):
  • Aggregate types can be used to express temporal variation through a function curve (described above):
  • the current time is managed by a temporal context within a traversal context.
  • a temporal traversal propagates the current time in the opposite direction to media data flow: from time sources (data sinks), processed by temporal operators, passes unchanged through data operators, and is consumed by time sinks (data sources).
  • a pipeline is a chained sequence of unary operators.
  • the scene graph can be presented and/or manipulated in a user interface as a schematic diagram, such as shown in FIG. 12 and 13 .
  • Time transforms and time extents can also be presented and/or manipulated in a user interface as tracks and time intervals in a time, such as shown in FIG. 14.
  • the dependency graph is declarative for the state of the scene over all times within the duration of the scene. There are no connectivity changes within the graph 40 dependent on the scene time.
  • the topology of the graph 40 can be modified by the user, but remains fixed during media processing and playback. Any time-dependent changes in behavior must be expressed as a parameterized temporal operator within the graph, not external to it.
  • the fundamental traversal of the graph is to generate a view of the scene at a specific time.
  • the current global scene time is written to a temporal context, which is attached to the traversal context, triggering a traversal.
  • the nodes are traversed from a time source root, and the current time is processed by temporal operators.
  • the temporal operators convert a global scene time to a (nested) local time for subsequent consumption by local media generation nodes. Time is treated as a continuous 1D coordinate.
  • time transforms such as translate and scale, clipping and synchronization operators 50 . Specific temporal operators 50 are described in a following section.
  • an inquiry for the whole sequence, or a playback caching traversal For example, an inquiry for the whole sequence, or a playback caching traversal.
  • Other information in the temporal context includes time scale (to affect frequencies, velocities and other time differentials), and frame rate, which affects the number of frames constructed for flipbook caches.
  • Data operators modify data values (same type, changed content), extract data values (same type, reduce content), aggregate data (combine data into larger structures, preserve content), change data format (different type, more or less preserve content), or convert the information carried by the data to a different form (different type, different content).
  • Data operators include processors for all of the base types.
  • Time itself is a data type within the graph 40 .
  • a time translation operator will take a continuous time valued parameter. This time parameter is not the same as a temporal traversal context (although the context will contain a current time value).
  • Some data operators 50 such as shown in FIG. 8A, are time independent, that is, they operate on extended clips of data, rather than process data at one instant. Most such operators process one clip to make another clip, and this can be an iterative batch mode over a simple frame operation. There are other operators 50 which process a clip to extract a single piece of data.
  • An example would be a threshold data module used in a synchronization macro 51 .
  • the threshold module could take an audio clip and produce the time value at which the volume exceeded a certain value. The time value could then be fed to a time translation module to synchronize an animated object to the start of a sound.
  • time dependent procedural
  • multiple dependencies create cycles, which would need special scheduling or solving.
  • Data can be converted from time varying, to time independent (extended over time) by an accumulator operator as shown in FIG. 8B.
  • the primary use of these operators 50 is to accumulate caches for playback. It is likely that the accumulation of data is a mode on some subset of the media, grouping and render nodes. If the data sequence is static, then the accumulated data is just a pointer to the original data set. If the data really is procedural, then the accumulation must happen explicitly and new data is stored.
  • Time sources as shown in FIG. 8C originate traversals and consume data for display. Examples include data savers and viewers, such as an interactive preview window 39 . Each of the principal data types has a loader and saver.
  • timers Some time sources do not consume data, these are called timers as shown in FIG. 9A. There should be a data consumer in the graph 40 to receive the results triggered by the timer. Timers are asynchronous event generators, and require special scheduling. There should only be one timer in a graph, since multiple asynchronous inputs are likely to produce badly ordered and confusing output. Timers are likely to be low-level components within Viewers, rather than stand-alone operators.
  • Passive data sinks shown in FIG. 9B do not initiate traversals, they simply trigger a data output task when their input changes. Most data writers, or savers, are passive.
  • Each active time source registers itself with the graph manager when it is connected to the graph 40 .
  • Data sources are the leaf nodes 48 of the graph 40 . Traditionally they generate data without any lower level traversal, and there is no distinction between pre- and post-order functions. In an event model, they listen for time context events and emit data changed events, as in FIG. 9C.
  • a simple function curve (or FCurve) might look like FIG. 9D.
  • Data sources shown in FIG. 10A can be time independent, either because their value is a constant value, or because it contains all the time variation.
  • a function curve for a path may want to output the whole path geometry, independent from any current scene time; as shown in FIG. 10B.
  • Real-time feeds are asynchronous event generators, which inject new data into the graph without an internal time context change. Examples include data from real-time data capture, and conventional user interfaces (e.g. position locator). In general they require special scheduling, but in practice, realtime feeds can usually be accommodated by broadcasting the data changed event to relevant time sources (viewers, savers), and allowing them to make a decision about when or how to start a new output traversal.
  • the time sources shown in FIG. 11, have to construct a new temporal context, and apply a policy for dropping data from the feed when refreshing the output cannot keep pace with the data feed.
  • Operators can be grouped into macro operators. Input and output ports can be exported across the macro boundary through explicit macro links. Other internal ports are inaccessible and the data is encapsulated. Parameters for the macro are explicitly chosen from the parameters available on the enclosed operators. It is preferred that a library of common macros is provided with the system, some of these may be compiled (“cooked”) into individual non-editable system objects, and some of those may represent hardware-accelerated pipelines.
  • Script nodes are lightweight control operators, which can coordinate parameters within a macro. Scripts manipulate simple parameter types, with a single update function. Scripts are useful for replacing tedious networks of arithmetic operators with a general scripting or programming language. Macro and Script are independent. Macro implements containment and data encapsulation. Scripts implement behavior without sub-classing existing operators. There can be multiple Scripts per Macro. Script code can be inlined within an ASCII format, and have the system extract the function body and link it into the runtime system.
  • TemporalGroup contains references to an arbitrary set of temporal children. When a temporal operator is invoked during traversal, it may modify the temporal traversal context, then traverse some or all of its children connections with the new local time.
  • Temporal (contains a TemporalExtent)
  • TimeGroup (contains a list of Temporals)
  • TimeTranslate TimeScale (with centre, defaults to local time origin)
  • TimeWarp generally mapping, TCurve
  • TimeClip TimeTransform combines translate, center, scale and clip
  • TimeLoop modulus function
  • TimeSwitch TimeFlipbook one discrete child per frame
  • TimeSequence concatenate children by time translation
  • Data analysis operators take extended clips of data and return time information (a single time or perhaps a time interval), which can be used as parameters for temporal operators. For example:
  • World time coordinates are defined by the complete shot, and a global time extent is part of the Scene node.
  • the time context for a traversal has a clip state, which is initialized from the shot extent. All elements of the scene are clipped to the shot extent. Time clip boxes accumulate (intersect) down the hierarchy as additional time clip operators are encountered during traversal. Clip state is pushed and popped on entering and leaving sub-graphs.
  • Each temporal node has a time extent which is the union of its extent, with the extents of its children. Time extents propagate up the hierarchy (for temporal culling and inquiries) as function curves, media loaders, or time operators are connected or changed. Similarly, raw and transformed frame-rates propagate from frame-based media loaders. Time extent is public information, and it can always be accessed through an output port on the operator.
  • Media loader nodes are usually bound with a local time transform, but this macro composition can be implicit or explicit.

Abstract

A technique for representing a visual scene as a directed acyclic graph of data and operators that generates a sequence of image frames over specified time intervals. The graph specifies temporal and spatial values for associated visual elements of the scene. Time is modeled in the inheritance properties explicitly defined within the scene graph hierarchy, by assigning temporal attributes to each media element. Branch nodes of the graph specify transforms for the temporal and spatial coordinate systems. To evaluate the appearance or behavior of the scene and in particular the global time values of particular elements at a given time instant, the graph is traversed in a direction from a root node down toward the leaf nodes, thereby causing temporal transformations specified along the branches of the graph to modify time parameters of the scene data at the nodes. Child nodes are preferably evaluated after being transformed, to determine the extent to which they contribute the data to the final scene. Temporal transformations may include translation operations that offset temporal event times; scaling operations that change the rate at which time passes; or clipping operations, that restrict the range of time parameters to exclude the evaluation of parts of the graph.

Description

    RELATED APPLICATION
  • This application is a divisional of application Ser. No. 09/054,603, filed Apr. 3, 1998. The entire teachings of the above application are incorporated herein by reference.[0001]
  • BACKGROUND
  • Computer-based systems are increasingly used for critical roles in the production (including the post production phase of the overall production process) of motion pictures, television programs and commercials, multimedia presentations, interactive games, internet content, CD-ROMs, DVDs, and simulation environments used for entertainment, training, education, marketing and visualization. Each of these applications may use multimedia data and image processing techniques to some degree to create and/or render a computer model of a scene in a real or synthetic world. The scene model not only describes buildings, parts, people, props, backgrounds, actors, and other objects in a scene, but also represents relationships between objects such as their movement, interactions, and other transformations over time. [0002]
  • Having a three-dimensional representation of the scene can be quite useful in most phases of multimedia production, including choreography, rendering and compositing. For example, consider a motion picture environment where computer-generated special effects are to appear in a scene with real world objects and actors. The producer may benefit greatly by creating a model from digitized motion picture film using automated image-interpretation techniques and then proceeding to combine computer-generated abstract elements with the elements derived from image-interpretation in a visually and aesthetically pleasing way. [0003]
  • There are presently two general categories of techniques for representing a scene model. The oldest technique focuses on embedding an implied scene model within a programmatic construction that integrates the elements of the media production. Traditionally, display list systems were used to create visual representations of such models. The design of these systems was therefore driven largely by the capabilities of the display list type graphics hardware that existed approximately ten to twenty years ago. [0004]
  • In this approach there is no conceptually distinct representation of the scene model. Instead, one or more sequential imperative programs explicitly manage implementation chores which control the operation and visual presentation of the scene on a digital computer display. These implementation chores may include sampling of media such as film or video in time, emulation of force and other interactions, and frame generation. With this approach to scene modeling, every program needs to re-implement its presentation of the scene geometry, usually at the level of line and pixel drawing operations, each time that the conceptual model of the scene changes. [0005]
  • More recent advances in object-oriented data-processing have been applied to graphics systems to greatly simplify the way in which scene models may be conceptualized. Higher level representation systems such as PHIGS, Open Inventor, VRML, ActiveX, and Java 3D have resulted in a paradigm shift away from specifying how to present a scene to specifying the scene model itself. This object-oriented scene model paradigm provides a number of important advantages. For example, model specifications, rather than becoming programs for rendering images and sounds, simply become descriptions of the objects in the scene and their properties and dynamic behaviors. These types of systems can be used to construct models in a natural way because the end-users can think in terms of abstract or real world objects, and therefore need not have the expertise nor even the interest in traditional graphics or real-time programming. Such models also tend to be more robust since they do not tend to exhibit side effects that interfere in subtle ways with the effects of other components, while providing other advantages such as economies of scale, usefulness, and longevity as well as automatic level of detail management. [0006]
  • These techniques allow the creation of media content to be as natural as possible, since they are based on a simple and intuitively familiar view of the world; that is, as a hybrid of continuous variations and discrete events as applied to particular objects. Using such object-oriented modeling systems, one creates media productions without the need to “program” the underlying mechanisms for interpreting the scene model and its dynamics at each frame. Rather, the author simply describes a geometric or other abstract model for an object. A bouncing red ball is, for example, represented as a data structure defining an object with a spherical shape and a color parameter of red, together with a specification for its movement over time. [0007]
  • These models also easily support the importation, aggregation, and texture mapping of objects and images, as well as change in their attributes such as color and position, as well as representations of cameras, lights and sounds. Spatial two-dimensional (2-D) and three-dimensional (3-D) transforms such as translation, scaling, rotation, and other linear and non-linear transforms may also be applied in an orderly way. [0008]
  • Dynamics in the model and their effects are described as time varying functions and events, freeing the author from the programming mechanics of simulating the dynamics, checking for events and causing the effects to happen. For media content of extremely high or subtle accuracy, the author is also typically freed from implementation issues such as multithreading the simulation with the rendering or compositing tasks. [0009]
  • These modeling systems exploit several key ideas that give object-oriented techniques their inherent power. For example, complex models may be built from modular, simpler building blocks. By applying composition attributes repeatedly, complex models can be constructed, while each layer of the description remains tangible. Parameterization also allows families of related model elements to be defined in terms of parameters to be specified at a later time. [0010]
  • The specification and authoring framework for an object-oriented modeling system can be a programming language, a graph structure, or some combination of the two. In a language-based system, the scene model is expressed in terms of a programming language designed specifically for generation of media content. ActiveX Animation™ (a trademark of Microsoft Corporation) is an example of a language based scene modeling system. [0011]
  • A language like ActiveX can have considerable expressive power for defining complex behaviors, including expressing the inheritance of context between procedural functions. Such a language can also express time-based or event-based behaviors. But the author of the media content is required to work within a programming language to define the scene's objects, their relationships and dynamics. [0012]
  • In a graph-oriented modeling system, such as the VRML 2.0 standard, the scene model is specified in terms of creating and manipulating a data structure. This data structure is represented as nodes in a graph and the connections between them. A graph-oriented modeling system also defines the semantics of traversals over the graph structure. The traversal is done by one or more external components, with at least one traversal mechanism providing the means to generate media content from the scene model. Graph-oriented scene models have seen widespread adoption as a natural way of expressing the structure and relationships between components of a scene model. [0013]
  • The nodes within the graph structure can be object-oriented modules that encapsulate both data and procedural functions. Directed connections can express concepts such as spatial context inheritance and data dependencies between nodes. [0014]
  • Increasingly, authors of media content are expected to integrate production of various media types such as film, video, computer animations, audio, text, and other attributes in a variety of application environments. Even with such object-oriented paradigms, the construction of integrated scene models consisting of a myriad of objects originating from multiple media source types remains notoriously difficult, for a number of reasons. For example, many of these elements are heavily time dependent, such as the audio and video in a motion picture, requiring carefully orchestrated time ordered sequencing during presentation. Synchronization is important in several aspects, including the play out of concurrent or sequential streams of data, simulating dynamic behavior, as well as responding to external events generated by a human user of a modeling system, including the browsing, querying, and editing typical of stored data applications. The task of coordinating the sequences of these multimedia data is critical to the quality of the overall result. [0015]
  • These timing relationships can be implied in some instances, such as in the simultaneous acquisition of a voice and an imagery track from video camera sequence. In other instances, they must be explicitly formulated such as in the case of a computer animation piece. In either situation, the characteristics of each medium, and relationships among them, must be carefully established to provide proper synchronization. [0016]
  • In most graph-oriented scene modeling systems, time is not expressed in terms of the graph structure. Instead, a time context is specified in a way which is external to the graph structure. Time-based or event-based behaviors are therefore either assumed to be part of the traversal engine, or are encoded within nodes that interact through mechanisms which exist outside of the graph structure. [0017]
  • SUMMARY OF THE INVENTION
  • In its most general form, the present invention is a technique for representing a time varying visual scene as a directed acyclic graph of data and operators that generates a sequence of image frames over specified time intervals. Each node in the graph represents an object oriented functional module that inherits a temporal as well as a spatial context, accepts and/or generates parameters, and processes some aspect of the scene. Directed data paths in the graph represent the flow of context, data (including media data) and/or control parameters as the graph is traversed from one node to another. [0018]
  • Elements of a scene are processed within the nodes of the graph. The nodes may process media data, such as images, video sequences, 3-D geometry, audio, or other data representative of the media elements. The nodes may also specify or modify control values or parameters for media elements. For example, the nodes may specify temporal and spatial values for the associated elements. [0019]
  • The graph has one or more root nodes, which define the beginning of directed paths through the graph, one or more leaf nodes, which define the end of a path, and any number of branch or intermediate nodes disposed along a path from a root node to a leaf node. [0020]
  • One novel aspect of the scene graph lies in the notion that time is modeled in the inheritance properties explicitly defined within the scene graph hierarchy. To summarize the core idea, the present invention assigns a temporal context to each node in the graph. All media nodes and node parameter values have a temporal extent, which may be zero, finite or infinite, and an implicit or explicit temporal behavior. The temporal context can be modified by each node, including transforming the time context into a local time coordinate system. The temporal context, with any local modifications, is inherited by successive nodes along a path. Different local temporal coordinate systems may therefore be nested within an inherited time context of parent and child nodes. [0021]
  • Branch and leaf nodes of the graph can specify transforms for the temporal coordinate system, and, optionally, spatial coordinate system transforms. The branch nodes may also have grouping semantics which implicitly transform time and/or clipping semantics that cull the traversal of the graph. For example, temporal clipping may be specified which explicitly culls the traversal of a path in the scene graph based upon time parameter values. [0022]
  • To evaluate the appearance or behavior of the scene and in particular the time-based values of particular elements at a given time instant, the graph is traversed in a direction from a root node down toward the leaf nodes. The root node specifies an initial temporal context with a time scale and time interval associated with the overall choreographed media production. [0023]
  • Forward traversals of the graph, that is, continuing in a direction from a root node towards a leaf node, cause temporal transformations as specified along the branches of the graph to modify time parameters of the data at the child nodes. Child nodes are preferably evaluated after the transform is applied, to determine the extent to which they contribute the data to the final scene. Any temporal clipping results in excluding the node from contributing to the scene based upon an allowed range of time values for which the node is valid. [0024]
  • The branch nodes may apply temporal transformations of various types. These may include (1) translation operations that shift the time or origin to offset temporal event times; (2) scaling operations that change the rate at which time passes, which in turn shifts the frequencies of critical behaviors such as a change in the velocity of moving objects; (3) clipping operations, that restrict the range of time parameters to exclude the evaluation of parts of the graph outside a specified time window; or (4) data analysis operations, that generate time parameters based on analyzing time-dependent data within the current time context. [0025]
  • Other branch nodes may apply implicit or explicit temporal operations to be performed upon groups of the child nodes in special ways. For example, a sequence-type branch node may specify a temporal ordered grouping for instances of its children such that the second child is translated by the temporal extent of the first child and so on. This means that either exactly none or exactly one of the referenced children is evaluated at any given scene time based upon the inherited time value, the temporal extent of the children, and their ordered grouping. [0026]
  • The invention can also be used to specify the media production as a graph of nodes and acyclic directed paths that define symmetric sets of both forward and reverse traversals of the graph. In this instance, the scene graph represents a two-phase process. In the first phase, the forward traversal, the temporal context is inherited from the root node along each path and temporal transforms are applied at every node where they are specified. The second phase, the reverse traversal, starts at the leaf nodes. The processing related to generating the media content is performed at each node, within the local temporal context established during the corresponding forward traversal. In the reverse traversal, any number of parameters, data elements, or pointers to data elements can be “passed back” along the reverse path. [0027]
  • A spatial context can also be carried with the temporal context, with spatial transforms being applied and used in a manner similar to the temporal transforms during the forward and reverse traversals. The spatial context can either be a 2-D or 3-D context. Nodes in the graph may also represent rendering processes for the spatial transforms that, for example, transform a 3-D spatial context into 2-D spatial context, to generate visual image frames from a 3-D scene model. [0028]
  • An image analysis process may also be represented in the graph with a spatial transform to transform a 2-D spatial context into a 3-D spatial context based upon parameters from the analysis of at least two image frames to recover 3-D data from the visual scene represented by the image frames. [0029]
  • To evaluate the model, such as for example, to render a representation of the scene, a forward traversal of the graph is initiated at a root node, and continuing through branch nodes as described above. The temporal transform within a given node can terminate further forward traversals of the graph, and initiate a reverse traversal of the graph, based upon the transform of one of the parameters of the input time context evaluating to a null value. When all paths have returned to the root node at the end of the reverse traversals, all of the data and parameters required for the specified rendering will have been processed. In this scenario, the root node can be thought of as being a viewer for some segment of the production, or of an object in the scene. Different root nodes can thus specify different contexts for viewing the same scene. [0030]
  • While the structure of the scene graph specifies a set of rules and procedures for generating time-based media content, the actual implementation of traversals can perform various optimizations, provided these optimizations yield the same overall result as a traversal executed exactly as specified. For example, a pipeline implementation might perform the equivalent of multiple traversals over a segment of a path, by dividing the time interval of a time context into multiple sub-intervals. A traversal implementation may also implement a caching scheme which allows a cache of pre-processed data to substitute for some or all of the processing normally done during a reverse traversal of a path. [0031]
  • Also, an initial setup traversal might be performed, in order to pre-fetch data associated with a time context, for improved performance during a reverse traversal. [0032]
  • Finally, a forward traversal can carry within the temporal context one or more constraint parameters which can modify processing during the reverse traversal in order to meet the specified constraint. For example, a constraint can be specified for image quality, sound quality, level-of-detail or constraints on processing time (including real-time processing constraints). [0033]
  • The graph structure can be presented and/or manipulated in a user interface as a schematic diagram with nodes represented as shapes and connections between nodes as lines or arcs. Time transforms and time extents associated with graph nodes can also be presented and/or manipulated in a user interface as a time line with nodes represented as tracks and associated time transform and time extents represented as time intervals on these tracks. [0034]
  • Although previous scene graph systems have incorporated mixed media, including images, video, geometry and audio, and while these other systems also have specified inheritance properties for attributes and data such as spatial transforms, they have not typically specified temporal behaviors. Even when such systems have included temporal behavior specifications, these are provided as external connections, outside the scene hierarchy, and without any notion of temporal inheritance. [0035]
  • The ability to integrate a time context and time inheritance into a graph oriented scene modeling system brings a new level of capability into the familiar graph oriented scene modeling paradigm. In particular, it allows the author of the media content to express temporal transforms as well as spatial transforms within the graph structure. It also explicitly defines the inheritance of a temporal context through a traversal mechanism. This is done without requiring the adoption or learning of a new programming language. [0036]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The foregoing and other objects, features and advantages of the invention will be apparent from the following more particular description of preferred embodiments of the invention, as illustrated in the accompanying drawings in which like reference characters refer to the same parts throughout the different views. The drawings are not necessarily to scale, emphasis instead being placed upon illustrating the principles of the invention. [0037]
  • FIG. 1 is a block diagram of a multimedia production system which uses a scene graph according to the invention. [0038]
  • FIG. 2 is a canonical representation of a scene graph according to the invention. [0039]
  • FIG. 3A and 3B illustrate an operator node and macro operator, respectively. [0040]
  • FIG. 4 is an exemplary scene graph for a scene in which a computer animated dinosaur is walking through live scene shot with a video camera. [0041]
  • FIGS. 5A and 5B are more detailed views of the scene graph. [0042]
  • FIG. 6A is a view of a load shape macro operator in the scene graph. [0043]
  • FIG. 6B illustrates that when the scene graph is traversed in one direction, it is evaluated for temporal context, and when traversed in a reverse direction, for data flow. [0044]
  • FIG. 7A shows that temporal operators do not modify data in the reverse traversal. [0045]
  • FIG. 7B is a time operator. [0046]
  • FIGS. 8A, 8B, and [0047] 8C illustrate a time independent operator, an iteration operator, and a time source/data sink operator, respectively.
  • FIGS. 9A, 9B, and [0048] 9C illustrate a time source operator, a data sink operator, and a combined time sink/data source operator such as implemented at a leaf node.
  • FIG. 9D illustrates a simple function curve operator. [0049]
  • FIGS. 10A is a simple data source implemented at a leaf node. [0050]
  • FIG. 10B illustrates how a function curve for a path may be implemented. [0051]
  • FIG. 10C is a sub-graph boundary node. [0052]
  • FIG. 11 is a representation of a time source such as a real time data feed. [0053]
  • FIG. 12 is a representation of a sample user interface for the scene graph. [0054]
  • FIG. 13 is a representation of a user interface for another scene graph. [0055]
  • FIG. 14 is a representation of a sample user interface for a timeline view of scene graph nodes as tracks and their time transforms and time extents as time intervals on these tracks.[0056]
  • DETAILED DESCRIPTION OF A PREFERRED EMBODIMENT
  • 1. Introduction [0057]
  • Turning attention now to the drawings more particularly, FIG. 1 is a block diagram of a [0058] multi-media production system 10 in which a scene graph according to the invention may be implemented. The system 10 includes a number of media data object representations such as 3-D models 12, images 14, video 16, and audio 18, as well as the output from processes which operate on such data, such as image analysis 20 operations. Each of these data objects represents some aspect of the scene.
  • For example, the 3-[0059] D models 12 maybe imported from computer animation systems; the images 14 and video 16 may be provided by film and/or video cameras, and the audio data 18 may be provided by audio systems. Image analysis 20 functions operate on the images and video and/or rendered 3-D models 12 to provide analytic representations of the other elements of the scene. For example, one process 20 may analyze video clips of a scene to determine a depth map indicating the positions of objects in the scene relative to a reference point, such as a camera location.
  • The [0060] system 10 provides object-oriented representations for the scene in the form of an object catalog 20 and project catalog 23. Objects are defined with reference to a virtual stage 24 that represents the three-dimensional spatial characteristics of the scene. Other software packages and system services may include animation software 26, graphics hardware 28, analysis hardware 29, photo-realistic renderers 30, and output devices such as video monitors 32, and sound system hardware 34.
  • A [0061] timeline 36 specification and preview window 39 permit the user to specify a time extent and viewpoint for a particular rendition of the scene graph 40.
  • For a more thorough description of a preferred technique for representing various multimedia data types and further details of preferred object modeling and image analysis techniques, please refer to a co-pending United States Patent Application entitled “Adaptive Modeling and Segmentation of Visual Image Streams”, filed Oct. 10, 1997 and assigned to Synapix, Inc., the assignee of the present invention, which is hereby incorporated by reference. [0062]
  • Turning attention now to the specifics of the present invention, a [0063] graph editor 38 enables the user to create and manipulate a data structure referred to as the dependency or scene graph 40. In general, as shown in FIG. 2, the scene graph 40 consists of a set of nodes 42 which are linked together in a special form of hierarchy, known as a directed acyclic graph (or “DAG”). The connections 44 between nodes 42 are directed, in the sense that they imply an asymmetric parent-child relationship. The graph is acyclic because the connections are not allowed to form a loop, which means child nodes cannot have links to their ancestors or themselves.
  • As with other hierarchical data structures, nodes which have ancestors and children are referred to herein as branch or [0064] intermediate nodes 46, and nodes without children are called leaf nodes 48. Nodes with no ancestors are known as root nodes 43. The directed acyclic graph may have one or more root nodes 43.
  • The parent-child relationship serves to define inherited characteristics. For example, the characteristics of a parent node are inherited by the [0065] children 46 and their descendants, but characteristics of the children do not affect a parent node. Such characteristics may include the general attributes such as color, or the temporal transformations described more fully herein below. Since there can be multiple paths that pass through a single node in the graph 40, every unique path through the graph 40 defines its own inheritance relationships.
  • The [0066] scene graph 40 represents the internal state of the scene created by the user. Nodes in the graph 40 are operators 50 on multimedia data, or containers 52 for references to such multimedia data stored elsewhere in the system 10.
  • As will be explained more fully below, a temporal context is associated with [0067] nodes 46. Traversals of the scene graph 40 in a forward direction, that is, from a parent node 43 toward a leaf node 48, may cause temporal transformations as specified by branch nodes 46 to modify the temporal properties of the objects in the scene. Reverse traversals of the scene graph 40 apply other data-related operations to the objects needed to render the scene.
  • [0068] Operators 50, as shown in FIG. 3A, have typed input ports, output ports, and parameters to control the processing of data. A set of operators and connections can be grouped into a macro operator 53. Input and output ports are exported across the macro boundary through explicit macro links. Other internal ports are inaccessible and the data is encapsulated. Parameters for the macro are explicitly chosen from the parameters available on the enclosed operators. A library of common macros can be provided, some of these being compiled (or “cooked”) into individual non-editable system objects, and some of those may represent hardware accelerated pipelines.
  • [0069] Connections 44 or arcs of the graph 40 are typed directed data pathways between operator ports. Connections 44 establish bidirectional dependencies between the operator nodes. Ports either allow single connections, or multiple connections between nodes.
  • Events are passed across the connections to notify [0070] operators 50 of data changes. Data is passed by reference whenever possible. A scheduler determines which operators 50 fire, and in which sequence, to correctly update dependent data. An operator 50 with changes on several of its data inputs, or multiple changes to a single input, only fires once.
  • There is no high-level distinction required between [0071] data processing operators 50 which modify data values, and data structural operators, which merely modify, wrap or contain data references.
  • Parameter values for the [0072] operators 50 have input and output ports. Parameters can, for example, take animated input from function curves, or (explicitly or implicitly) from user interface elements. Parameter outputs can connect to operators for processing, chain to other operator parameters, or (perhaps implicitly) to user interface elements for echoing. The default parameter connections are a bidirectional get/set relationship with the operator's 50 property sheet user interface.
  • 2. Example: Dinosaur Shadows Demo Scene [0073]
  • The [0074] example scene graph 40 shown in FIG. 4 represents a demonstration scene of a computer animated dinosaur 60 walking into a live scene such as an office environment and which therefore must cast a shadow on a set of stairs 62. The scene graph 40 includes simplified networks of operators 50 including render passes, scenes, geometries and image analysis. The underlying regions are the domains for image compositing, 3D scenes, and shader spaces which generate texture images.
  • As shown in FIG. 5A, operators such as the [0075] live scene 60 and the dinosaur model loader 61 are pushed down into macros 57. The nominal convention is that input parameters appear on the left of the module, but a transform node Xform parameter input is shown on the right of the module for convenience of layout. Also the Render and Scene operators 50 have references to the LoadShape macro 61 for the dinosaur actually attach to a common output port.
  • FIG. 5B is an expanded view of the [0076] LiveScene macro 60, where it is assumed that cameras have default position and orientation, which can be modified by transformations. The connection labeled “production camera” is the camera reference for the scene. The macro 60 also assumes that a MapToMesh operator produces a depth map or mesh geometry in camera coordinates, which in turn determines the connections to the common transform node.
  • 3. Graph Execution [0077]
  • An [0078] operator 50 within the scene graph 40 represents a class in the underlying computational code. Some structural classes are naturally arranged in a hierarchy, and it makes sense to talk of an operator's inherited type. Usually this will correspond to the output type of the operator. Containment of other objects within the class usually means read-only references to input objects used by the operator.
  • An [0079] operator 50 is made available to the graph 40 by turning the computational operator into a graph component, or module. The modules seen by the graph 40 are really just containers which hold the computational operator (amongst other things). The modules are not typed in the same sense as the underlying operators, they are simply components of the graph model. Only a graph manager process needs to know how to manipulate the module components. The modules and their execution model comprise a harness for the raw operator code.
  • The [0080] graph 40 is serialized by serializing the modules and the connections. Each module and each port has a unique name within the graph. The state of the graph 40 is captured by serializing module parameter values, including media references in loader modules. The complete internal state of the graph can be recreated by loading the graph and the parameter values. Activity is journalled by capturing a graph state, then serializing events which pass between modules. These are the types of serializable objects:
    Serializable
    Graph (contains modules and connections)
    Module (contains type name, instance name,
    input ports, output ports, parameters,
    operator function)
    Port (contains type name, instance name,
    in/out/param flag,
    single/multi flag, connection (list),
    visible/export flag)
    Connection (contains name, type, source port,
    destination port)
    Event (contains type, connection name, event
    data)
  • Multiple inputs are provided to the processing function in an ordered list. The result of [0081] operator 50 maybe order-dependent (e.g. a layered composite). Connection order provides a default ordering for the input list, but the multi-input port will provide a reordering tool to change the sequence without reconnecting.
  • a. Events [0082]
  • [0083] Operators 50 communicate using events channeled through connections and delivered at ports. These are the main types of events:
    Event
    connection events (receiver)
    input/output connect
    input/output disconnect
    port changed events
    (receive on input, send to output)
    temporal extent changed
    spatial extent changed
    data changed
  • If parameters are distinguished from inputs/outputs, then additional events are required (input/output parameter dis/connect, parameter temporal extent changed, parameter data changed). [0084]
  • If output traversals are event-driven (see below), then a traversal context changed event must be added to the graph. [0085]
  • It is possible to include a complete hierarchy of data changed events, which specialize the type of data being changed. [0086]
  • The events are not necessarily independent, and it may be necessary to design an event implementation which does result in single updates for multiple related changes to input data, perhaps using event masks through a single event notification. For example, making a connection may be accompanied by a data changed event. [0087]
  • Data is passed by reference. Passing the data reference from producer to consumer occurs when a connection is made, and/or when a data changed event is delivered. The exact behavior depends on the permanence of the data structure (and perhaps the memory allocation model of where the data is stored). If data has to be fetched explicitly, perhaps with a handshake to synchronize processing, then fetch data, fetch temporal extent, fetch spatial extent events may be added. [0088]
  • Not all these high-level events will be passed directly to the encapsulated processing function. The high-level operator wrapper will filter, modify and dispatch events to the relevant internal routines (cache, extent, data function). [0089]
  • b. Traversals [0090]
  • Returning attention to FIG. 2 briefly, the [0091] scene graph 40 can be traversed by visiting each node 42 in a particular order, via connections in the graph. Traversals are used for inquiries and generating output. The scene graph uses a depth-first traversal: for each node visited, a pre-order action is invoked, the downstream connections are recursively traversed, then the node visit is completed with a post-order action. Traversal state is maintained in a traversal context. The context can be inquired and modified by traversal actions within the nodes. The traversal context contains information such as the current time for the scene, and the renderer being used to display output.
  • There are two ways to implement traversals of the graph. The first approach is to consider a conventional explicit depth-first traversal of the DAG. The pre-order operation modifies the traversal context, for instance, by transforming the global time to the local time for the node. The post-order operation updates the output data for the node by processing the new data made available on its input ports during recursive traversal. [0092]
  • Traversal of a group operator has the basic form: [0093]
    traverse( TimeContext ctx ) {
    pre( ctx )
    children.traverse( ctx )
    post( ctx )
    }
    For example, a time translation modifying the current local time is:
    pre( TimeContext ctx ) {
    ctx.pushTimeStack( )
    ctx.addTime( -paramDeltaT )
    }
    post( TimeContext ctx ) {
    ctx.popTimeStack( )
    }
  • Procedural traversals are typically dispatched through nodes to renderers, but this can be generalized to a triple dispatch for actions over renderers and nodes. The triple dispatching makes it relatively easy to create new traversals, localize renderer-independent traversal state within the action, and isolate renderer-specific operations. The order of dispatching ultimately affects whether the final implementation resides within renderers or nodes, which in turns affects the ease with which renderers and nodes can be added to the system. [0094]
  • Traversal of individual children can proceed in independent threads, if there are no shared nodes further down the graph, or the shared nodes do not retain state. [0095]
  • The second approach is to consider how a traversal could be implemented using an event-driven execution model. Traversals of the [0096] graph 40 are initiated by an external change to a traversal context which is referenced from a root 43 of the graph 40. Changes to the traversal context are propagated through the graph 40, with further changes made within each node 42 (like the explicit pre-order functions). When the traversal context reaches the leaf nodes 48 of the graph 40, new data may be generated, and a second wave of changes propagates back up the graph 40, modifying data (like post-order functions). The event driven traversal depends on bidirectional notification along connections. For example, the time translation operator modifies a changed context, but passes through any changed data. The single traverse procedure has been replaced with two independent event callbacks, which rely on the scheduler to propagate the updates in order.
    ctxChanged( TimeContext & ctx ) {
    ctx.addTime( -paramDeltaT )
    }
    dataChanged( Data * data ) {
    setDataChanged( data )
    }
  • The setDataChanged method is a no-op, which doesn't change the data pointer, but is enough to propagate the data Changed event to dependent data connections. [0097]
  • It is preferred that the way to decompose execution is to have event driven dependencies, which mark data as dirty and invalidate caches, but retain procedural synchronous traversal actions for the fast generation of output data. The synchronous traversal can use multiple threads for parallel processing of independent branches, or shared branches which do not retain state. [0098]
  • There are several types of event or traversal propagation: [0099]
  • connection events propagate changed extents, up towards the root [0100]
  • changed data propagates changed extents and invalidates caches, towards the root [0101]
  • output traversals propagate temporal context, down toward the leaves [0102]
  • output traversals propagate recalculated data, up toward the root. [0103]
  • c. Renderers and Domains [0104]
  • A renderer class defines an abstract Application Programming Interface (API) for nodes to call during traversal, and node actions are dispatched to renderer implementations. Caches are part of the renderer interface. By abstracting actions and caches, every node implementation is made renderer independent. Renderers must maintain a cache factory to construct the correct cache type. [0105]
  • Traversals occur within domains. When a render traversal reaches a domain boundary, it must either find a data cache in the appropriate form, or it must pause and fire a new render traversal into the neighboring domain, to build the required data. The type of the new renderer must match the new domain, but the specific instanced renderer may be supplied by the boundary node. [0106]
  • These are the two choices for domain processing: schedule domains to be traversed, from leaf domain to root domain, ensuring all data is made available to cached nodes; or have one universal traversal which chains out of scene-level caches through callbacks, and into new domain traversals. [0107]
  • There may be some compromise combination of these alternatives, where domains are processed independently, but simple loader domains, which don't do any processing, can be compiled into a cached scene graph. For example, loading an image into a material seems like a trivial domain, which is better serviced by a callback from the cached material node. A more complex load/process/material pipeline can be promoted to full domain status. [0108]
  • The domains are [0109]
  • 2D imaging and compositing [0110]
  • 3D segmentation and compositing [0111]
  • 3D scenes [0112]
  • 2D shader trees and texturing [0113]
  • Each traversal has one renderer registered in its traversal context for each domain. This allows a large set of possible renderer functions to be partitioned, with a mix and match selection. There is a close correspondence between data types within the [0114] graph 40, the allowable traversals, the set of renderers for each traversal, and the operator nodes 50 which can be processed. These are the principal abstract classes together with some possible output rendering systems:
    Data Domain Renderers
    Temporal Timeline sw (java UI)
    Image 2D imaging sw, VSA hw, OpenGL, SGI
    IL/IFL, Java2D
    3D imaging sw, OpenGL
    Renderable
    3D scene Optimizer/Cosmo, OpenGL,
    Java3D
    mental ray, RenderMan,
    Softimage, Alias
    Audible 3D sound sw, Java3D
    Audio SGI AL, MIDI, JavaSound
  • The highest level type in the system is Temporal, which relates to the handling of scene time within the hierarchy. Every operator and every data structure in the graph can respond to a time-based traversal of the graph. The time domain includes the whole graph. The time aspects of the [0115] graph 40 are rendered to the timeline 36. Image renderables include 2D images and 2D geometric markup. 2D image renderers can process 3D images, but they will only get the correct result when the scene is strictly layered, which may require extra 2D work. 3D scenes can only be represented in a 2D output after being processed by a suitable projection:
  • 3D scene to 2D image: Render operator [0116]
  • 3D scene to 3D image: Render operator [0117]
  • 3D renderables obviously include 3D shapes, but can also include images and 2D markup if they are embedded in the correct coordinate system within the 3D world. [0118]
  • If Images are just containers, objects must be matched by content with introspection, rather than statically typed by class. If Images are distinguished, then the Render operator should also be distinguished. This would make things a lot cleaner, at the expense of losing flexibility and polymorphism. [0119]
  • There are several fundamental converters for the 2D to 3D boundary. [0120]
  • 2D image to 3D image: depth extraction [0121]
  • 3D image to 3D scene: map to mesh [0122]
  • 2D image to 3D scene: texturing [0123]
  • Some macros, such as Imageobject, wrap the texturing boundary and appear to convert 2D images to 3D renderables. [0124]
  • There are two stages to the traversal and processing of Audible data. First a 3D sound must be spatialized, attentuated, and pitch adjusted. Then conventional 2D channels are balanced, filtered and mixed. An audio renderer can process 3D sounds, but the sounds will not be spatialized correctly, so the 3D processing has to be added by hand in the mixing domain. The boundary between 3D sound and audio domains is the Microphone operator. [0125]
  • d. Caching and Extents [0126]
  • Caches truncate traversal of the [0127] scene graph 40. Data can be cached in any node 42, but the most important locations for data caches will be the boundary between 2D and 3D domains, video output from imaging pipelines, and within 3D systems. There are two fundamental types of cache:
  • Extents [0128]
  • Only enough information to decide whether to traverse the node, such as spatial and temporal bounds of the data. [0129]
  • Data [0130]
  • Explicitly holds all the data needed to replace a traversal of the node. [0131]
  • An extent is renderer-independent, and there is only one for each node. Temporal extents are scene time independent. The spatial extent has an associated temporal variation, since spatial extents can be evaluated instantaneously for one frame, or accumulated over time for an envelope of the object during a scene. An instantaneous spatial extent can use bounding spheres (easy, fast, very conservative), axis-aligned bounding boxes, or object-aligned bounding boxes. Extended envelopes may be required for advanced spatial querying, such as collisions and visibility analysis. [0132]
  • Render parameters can also truncate traversal. If a sub-tree is not visible, and not involved in shadows or reflections, then it cannot make any contribution to the output rendering, and need not be traversed. This may mean that a RenderParams cache should also be maintained in every renderable node. [0133]
  • Data caches are renderer-dependent, with each node having an array of caches, one for each renderer. Each cache will contains a reference back to its relevant renderer. Data caches have temporal extents which will be some sub-set of the total temporal extent of the node. There may be frame caches for a particular instant, or extended cached clips, which have a finite duration. [0134]
  • The basic traversal decision made at each [0135] node 42 is:
  • intersect cached extents with current scene extents [0136]
  • traverse node ? {[0137]
  • is there a valid data cache for this renderer? {[0138]
  • render from cache [0139]
  • else {[0140]
  • traverse node and children [0141]
  • }[0142]
  • }[0143]
  • Data is passed by reference along connections of the graph, when the nodes share an address space. A reference to unmodified data can be passed through an operator. When an operator creates new data, the data is managed locally within a node, and references made available to the output connections. A change to data in one node potentially invalidates all the caches for its downstream operators, although it is possible to restrict the data updates with masks to be more selective in destroying good caches. It is also possible for scene-level caches (subsidiary scene graphs [0144] 40) to manage data changes locally, and not need to propagate the change, or invalidate any caches. The decision to propagate data-changed events should depend on how each renderer handles local cache update.
  • If the system cannot hold all the intermediate data, at each node, even for a single frame, then the data references used by the downstream operators must be explicitly released when they have finished accessing the data. If they hand on the reference, then it is released by downstream operators. This transient data model could be a user option to minimize memory usage on low-RAM machines and for projects with very large graphs, or very large data (e.g. high film resolutions). [0145]
  • If the system can hold all the data for a single frame, then operators can maintain data from frame to frame, and only fire if the data needs to be recalculated. This does ensure some temporal coherence for playback, but will not be very useful for random access, where most data will be changing. [0146]
  • The next level for caching is for storing sets of independent frames in a sequence on disk. This is always done for audio, which does not have a simple concept of a frame, but is also relevant for video and geometry. Caching clips helps sequential playback, and random access, as long as the random scene time is within the extents specified for the cache. So there can be two explicit cache-building traversals: prepare to play, and prepare for a random access scrub, although most renderers will treat these the same. [0147]
  • Another mode for building the cache is incremental during playback, which is often best when the user knows there will be multiple replays of the same sequence, but wants to see the sequence being built, so that it can be interrupted if something is wrong. The cache is opened in append mode, then each frame is displayed and cached in sequence, finally the cache is closed and the sequence can be replayed at full speed. Not all renderers or media types will support incremental caching. Caches can also be built implicitly by the system, but automatic management can be difficult in the general case of mixed playing and scrubbing. [0148]
  • Caching within 3D and 2D scene graphs will be renderer dependent. There may be scene-level or renderer-level caches. Most 3D graphics systems, including OpenGL, Optimizer and RenderMan, implement operators, such as materials and transforms, as state changes, rather than data processing. They also have hierarchical caches that operate by reference. This means that caches need not be invalidated when the operators change—the update can be applied to the local cache without any changes to other parts of the cached hierarchy. [0149]
  • A summary of data caching strategies in external systems is as follows: [0150]
  • scene level (hierarchical) [0151]
  • cached nodes recursively reference other cached nodes [0152]
  • node data cached by value [0153]
  • editable (e.g. regular Optimizer, VRML, mr 2.0) [0154]
  • non-editable (e.g. regular OpenGL) [0155]
  • node data cached by reference [0156]
  • (e.g. Optimizer/OpenGL vertex arrays) [0157]
  • data level (flat) [0158]
  • cached nodes contain copied data, nodes cannot reference other nodes (e.g. RenderMan) [0159]
  • none (e.g. mr 1.0, every frame must be explicitly described) [0160]
  • The system may or may not choose to implement spatial extents and spatial culling. Some systems have spatial culling which can be enabled independently of the scene graph, and culling for photo-realistic renderers may be an important optimization, but is not crucial for the visual appearance of the finished shot. Advanced spatial querying and the associated computational geometry utilities are also optional. [0161]
  • 4. Data Types [0162]
  • a. Temporal Variation [0163]
  • All data and parameters can have an animated temporal variation. Traversal contexts also have a temporal content. The only exceptions are: the time parameter itself; graph objects (modules, ports, connections); and absolute media references, such as database connection and element reference. This means that most of the data within the scene graph may have temporal behaviour, but the two fundamental temporal data sources are function curves and media data. [0164]
  • These are the base types related to time: [0165]
    Serializable
    Time (continuous real value, seconds)
    Duration (difference between two times, seconds)
    TemporalExtent
    TemporalConstant (no additional fields)
    TemporalInstant (contains Time field)
    TemporalInterval (contains start Time, end Time)
    FrameRate (number of frames per second)
  • A constant has no time variation, the value is the same for all times, and there are no additional temporal fields. An instant is a snapshot frame of data at a particular time. An extent dataset is extended or animated over time. [0166]
  • The base class for temporal variation is: [0167]
    Serializable
    Temporal (contains TemporalExtent)
  • There are a number of aggregation and container types relevant to temporal datasets: [0168]
  • Serializable [0169]
  • Frame (Instant, with data value) [0170]
  • SplitFrame (Instant, with 2 data values) [0171]
  • KeyFrames (Extent, sequence of Frames) [0172]
  • Flipbook (Extent, FrameRate, sequence of data values) [0173]
  • A Frame is a data component tagged with an Instant time value. A SplitFrame is a double data component, with entering and leaving values, together with a single time Instant. [0174]
  • Key frames comprise a discrete irregular sequence of frames, ordered such that time is monotonically increasing. Discontinuities can be modeled by using split-frames, rather than two frames which occur at the same time. The high-level manipulation of key-frames is encapsulated in a function curve object. The time extent of the key frames can be set independently from the times within the frames. If the extent goes beyond the extreme frames, then the data is extrapolated. If the extent is within the frame times, then the data is clipped in time. [0175]
  • A flipbook is a discrete regular ordered sequence of data with implicit time. A frame rate is specified which allows the calculation of the total number of data items, and the time value for each individual frame. The extent of a flipbook cannot go beyond the duration implied by the frame rate and number of frames. There is no frame data extrapolation. [0176]
  • Key frames can be regular in time and sufficiently fine grained that they behave like a flipbook. But this representation is not the same as a flipbook, because flipbook data values have implicit times, but key frames have an explicit time value for each frame in the sequence. There are also important differences in playback efficiency for the two types. [0177]
  • A flipbook can be converted to keyframes without loss of information. Keyframes are converted to a flipbook by iteratively sampling an interpolator on the keyframes, for a series of time values calculated from the time interval and a frame rate. The construction and conversion of these containers form the basis for several temporal data operators. [0178]
  • Most raw media sequences will have the local time origin at 0.0, such that the duration is the same as the end time value. [0179]
  • Temporal extents can be implemented as an interval with duration determining the type: −ve (constant), 0 (instant), +ve (extent), or as a form of the State pattern with a sub-class for each type. [0180]
  • b. Data Summary [0181]
  • Operator parameter types overlap the categories for operator input/output data, although it may be helpful to have different visual metaphors for media-centric data flow and simple parametric controls. Base types include: [0182]
  • Temporal [0183]
  • boolean [0184]
  • enumerated choices [0185]
  • integer number [0186]
  • string name [0187]
  • real value [0188]
  • normalized component (0-1) [0189]
  • angle [0190]
  • Actual parameter structures will also include bounded ranges and default values. There will also be aggregate and container data structures which can be used for data or parameters. Real and integral types may be represented in various physical machine types. Fundamental aggregate types include: [0191]
    Temporal
    color (various components and color spaces)
    point, vector, control vertex (various dimensions)
    rotation, quaternion
    matrix (various dimensions)
  • These can be further aggregated into arrays: [0192]
    Temporal
    color channels (colors)
    alpha channel (transparencies/coverages)
    depth map channel (coordinates)
    vector channels (space vectors)
  • Vector channels are used for normals, motion, displacement and bump maps. [0193]
  • Transformation components expose ports for forward and inverse versions. [0194]
  • Affine transforms don't need to store the inverse, since it is trivial to generate from the translate, rotate, scale values. Perspective transforms should always compute and store the inverse matrix with the forward version. There will be aggregates of these types, and stacks for attribute state and transforms. [0195]
  • There are several obvious parameter blocks, which are really collections of simple parameters, but which make sense as data types: [0196]
    Temporal
    material parameters (color, opacity, lighting. coefficients, textures)
    render parameters (visibility, shadow flags, reflection flags)
    camera parameters (aperture, shutter speed, pixel aspect, lens)
    light parameters (color, intensity, shadow flag, shader etc.)
    audio params (track tag, volume, balance, attenuation etc.)
  • Material parameters and light parameters are really just special cases of generalized shader parameters. Shaders are named procedural functions defined for specific renderers. Shaders are declared with a parameter list. Each renderer has a type system for defining shader parameters. Each shader parameter has a name, a type and a default value. A named shader is invoked with a list of arguments for none, some, or all of the shader's parameters. This kind of calling convention may also be useful for other interfaces in the system, including the plug-in interface exposed. [0197]
    name (string label, integer tag id)
    parameter type (enumeration of available types)
    parameter (name, default/min/max values)
    function declaration (function name, list of parameters)
    argument (parameter name, Temporal argument value)
    function invocation (function name, list of arguments)
  • There are animation system and object catalog data types. [0198]
  • database connection [0199]
  • model reference (scene, model, fcurve, geometry, material, etc.) [0200]
  • The principal media-based data types within the system include: [0201]
  • Temporal [0202]
  • Image media (2D/3D combination of channels) [0203]
  • Video media (sequence of images) [0204]
  • Audio media (tracks, mono/stereo/quad groups) [0205]
  • Geometry (2D/3D: points, paths, markup, surfaces, vertex data, etc.) [0206]
  • 3D scenes are built from renderable data structures. These are data container operators which have references to other renderables, or model data (appearance, geometry etc.): [0207]
  • Temporal [0208]
  • Renderable (including group, transform and shape) [0209]
  • Scene (DAG of renderables) [0210]
  • Aggregate types can be used to express temporal variation through a function curve (described above): [0211]
  • FCurve [0212]
  • 5. Operator Types [0213]
  • Media data flows from data sources (readers, loaders, animation bridges), is processed by data operators, passes unchanged through temporal operators, and is consumed by data sinks (writers, savers, viewers, animation bridges). [0214]
  • The current time is managed by a temporal context within a traversal context. A temporal traversal propagates the current time in the opposite direction to media data flow: from time sources (data sinks), processed by temporal operators, passes unchanged through data operators, and is consumed by time sinks (data sources). [0215]
  • A pipeline is a chained sequence of unary operators. [0216]
  • The convention adopted for graphical representation and evaluation of the [0217] graph 40, is that media data flows from bottom to top, and temporal data from top to bottom, as shown in FIG. 6B. There is no distinction between data pathways and parameter pathways, except that media types are not valid parameter types, and cannot have a property sheet user interface. For the detailed discussion of operator types, the single bidirectional connections are broken down into temporal and data flows.
  • There may not be a direct implementation of these flows within the scene graph, or a direct representation of these flows in the user interface, but they are useful as a conceptual model to aid the understanding of the architectural task, and perhaps for the user to understand system operation. [0218]
  • The scene graph can be presented and/or manipulated in a user interface as a schematic diagram, such as shown in FIG. 12 and [0219] 13. Time transforms and time extents can also be presented and/or manipulated in a user interface as tracks and time intervals in a time, such as shown in FIG. 14.
  • a. Temporal [0220]
  • The dependency graph is declarative for the state of the scene over all times within the duration of the scene. There are no connectivity changes within the [0221] graph 40 dependent on the scene time. The topology of the graph 40 can be modified by the user, but remains fixed during media processing and playback. Any time-dependent changes in behavior must be expressed as a parameterized temporal operator within the graph, not external to it.
  • The fundamental traversal of the graph is to generate a view of the scene at a specific time. The current global scene time is written to a temporal context, which is attached to the traversal context, triggering a traversal. The nodes are traversed from a time source root, and the current time is processed by temporal operators. The temporal operators convert a global scene time to a (nested) local time for subsequent consumption by local media generation nodes. Time is treated as a continuous 1D coordinate. There are also time transforms, such as translate and scale, clipping and [0222] synchronization operators 50. Specific temporal operators 50 are described in a following section.
  • Other traversals have an extended time interval within the traversal context. [0223]
  • For example, an inquiry for the whole sequence, or a playback caching traversal. Other information in the temporal context includes time scale (to affect frequencies, velocities and other time differentials), and frame rate, which affects the number of frames constructed for flipbook caches. [0224]
  • Temporal operators do not modify data connected on the return pathway, as shown in FIG. 7A. [0225]
  • b. Data [0226]
  • Data operators modify data values (same type, changed content), extract data values (same type, reduce content), aggregate data (combine data into larger structures, preserve content), change data format (different type, more or less preserve content), or convert the information carried by the data to a different form (different type, different content). [0227]
  • Data operators include processors for all of the base types. [0228]
  • Time itself is a data type within the [0229] graph 40. For example, a time translation operator will take a continuous time valued parameter. This time parameter is not the same as a temporal traversal context (although the context will contain a current time value).
  • Some [0230] operators 50 are time invariant and do not modify the time context, as shown in FIG. 7B.
  • Some [0231] data operators 50 such as shown in FIG. 8A, are time independent, that is, they operate on extended clips of data, rather than process data at one instant. Most such operators process one clip to make another clip, and this can be an iterative batch mode over a simple frame operation. There are other operators 50 which process a clip to extract a single piece of data.
  • An example would be a threshold data module used in a synchronization macro [0232] 51. The threshold module could take an audio clip and produce the time value at which the volume exceeded a certain value. The time value could then be fed to a time translation module to synchronize an animated object to the start of a sound. There are problems when the data source is time dependent (procedural), or multiple dependencies create cycles, which would need special scheduling or solving.
  • Nodes which produce a time data value, or time extent value, are called data analysis nodes. [0233]
  • Data can be converted from time varying, to time independent (extended over time) by an accumulator operator as shown in FIG. 8B. The primary use of these [0234] operators 50 is to accumulate caches for playback. It is likely that the accumulation of data is a mode on some subset of the media, grouping and render nodes. If the data sequence is static, then the accumulated data is just a pointer to the original data set. If the data really is procedural, then the accumulation must happen explicitly and new data is stored.
  • c. Sources and Sinks [0235]
  • Time sources as shown in FIG. 8C originate traversals and consume data for display. Examples include data savers and viewers, such as an interactive preview window [0236] 39. Each of the principal data types has a loader and saver.
  • Some time sources do not consume data, these are called timers as shown in FIG. 9A. There should be a data consumer in the [0237] graph 40 to receive the results triggered by the timer. Timers are asynchronous event generators, and require special scheduling. There should only be one timer in a graph, since multiple asynchronous inputs are likely to produce badly ordered and confusing output. Timers are likely to be low-level components within Viewers, rather than stand-alone operators.
  • Passive data sinks shown in FIG. 9B do not initiate traversals, they simply trigger a data output task when their input changes. Most data writers, or savers, are passive. [0238]
  • Most Viewers are active. Each active time source registers itself with the graph manager when it is connected to the [0239] graph 40.
  • Data sources are the [0240] leaf nodes 48 of the graph 40. Traditionally they generate data without any lower level traversal, and there is no distinction between pre- and post-order functions. In an event model, they listen for time context events and emit data changed events, as in FIG. 9C.
  • For example, a simple function curve (or FCurve) might look like FIG. 9D. [0241]
  • Data sources shown in FIG. 10A, can be time independent, either because their value is a constant value, or because it contains all the time variation. [0242]
  • For example, a function curve for a path may want to output the whole path geometry, independent from any current scene time; as shown in FIG. 10B. [0243]
  • When a [0244] graph 40 becomes very large, or a project is being worked on by several people, it will be natural to partition the task into several sub-graphs. These can be distinct graphs, with separate sources and sinks, but that would break the dependency between the sub-graphs. As shown in FIG. 10C, it is useful to have a sub-graph boundary node which acts like a persistent save/restore operator for a single named object in the Catalog, but which can pass dependencies when required, during a single runtime session. When a Viewer is attached to one sub-graph within a large graph, data-changed events usually propagate throughout the graph, even if data is only recalculated for the operators actually traversed from the Viewer. The graph partition node could stop event propagation across the sub-graph boundary. If events are propagated, and traversal enabled, then the partition node does not modify any traversal contexts or data values.
  • d. Real-time Feeds [0245]
  • Real-time feeds are asynchronous event generators, which inject new data into the graph without an internal time context change. Examples include data from real-time data capture, and conventional user interfaces (e.g. position locator). In general they require special scheduling, but in practice, realtime feeds can usually be accommodated by broadcasting the data changed event to relevant time sources (viewers, savers), and allowing them to make a decision about when or how to start a new output traversal. The time sources, shown in FIG. 11, have to construct a new temporal context, and apply a policy for dropping data from the feed when refreshing the output cannot keep pace with the data feed. [0246]
  • When the external triggering is not related to internal scene time, then it is easy for the time sources to repeat their current time context. So a new output is generated for the same scene time, but with new data in one of the leaf nodes. This is the case for most user interface interactions which do not involve the time line. [0247]
  • e. Macros and Scripts [0248]
  • Operators can be grouped into macro operators. Input and output ports can be exported across the macro boundary through explicit macro links. Other internal ports are inaccessible and the data is encapsulated. Parameters for the macro are explicitly chosen from the parameters available on the enclosed operators. It is preferred that a library of common macros is provided with the system, some of these may be compiled (“cooked”) into individual non-editable system objects, and some of those may represent hardware-accelerated pipelines. [0249]
  • Script nodes are lightweight control operators, which can coordinate parameters within a macro. Scripts manipulate simple parameter types, with a single update function. Scripts are useful for replacing tedious networks of arithmetic operators with a general scripting or programming language. Macro and Script are independent. Macro implements containment and data encapsulation. Scripts implement behavior without sub-classing existing operators. There can be multiple Scripts per Macro. Script code can be inlined within an ASCII format, and have the system extract the function body and link it into the runtime system. [0250]
  • 6. Operators [0251]
  • a. Time Ops [0252]
  • The basic structural operator is TemporalGroup, which contains references to an arbitrary set of temporal children. When a temporal operator is invoked during traversal, it may modify the temporal traversal context, then traverse some or all of its children connections with the new local time. [0253]
    Temporal (contains a TemporalExtent)
    TimeGroup (contains a list of Temporals)
    TimeTranslate
    TimeScale (with centre, defaults to local time origin)
    TimeWarp (generalized functional mapping, TCurve)
    TimeClip
    TimeTransform (combines translate, center, scale and clip)
    TimeLoop (modulus function)
    TimeSwitch
    TimeFlipbook (one discrete child per frame)
    TimeSequence (concatenate children by time translation)
  • Data analysis operators take extended clips of data and return time information (a single time or perhaps a time interval), which can be used as parameters for temporal operators. For example: [0254]
  • ThresholdAudio [0255]
  • ThresholdFCurve [0256]
  • PathProximity (curve intersection) [0257]
  • ObjectProximity (surface collision) [0258]
  • Macro operators: [0259]
  • Synch {contains time translation and data analysis operator }[0260]
  • SynchAudio, SynchFCurve, SynchCollision, etc. [0261]
  • World time coordinates are defined by the complete shot, and a global time extent is part of the Scene node. The time context for a traversal has a clip state, which is initialized from the shot extent. All elements of the scene are clipped to the shot extent. Time clip boxes accumulate (intersect) down the hierarchy as additional time clip operators are encountered during traversal. Clip state is pushed and popped on entering and leaving sub-graphs. [0262]
  • Each temporal node has a time extent which is the union of its extent, with the extents of its children. Time extents propagate up the hierarchy (for temporal culling and inquiries) as function curves, media loaders, or time operators are connected or changed. Similarly, raw and transformed frame-rates propagate from frame-based media loaders. Time extent is public information, and it can always be accessed through an output port on the operator. [0263]
  • Time culling truncates traversal on the basis of current clip state and local extents. [0264]
  • Media loader nodes are usually bound with a local time transform, but this macro composition can be implicit or explicit. [0265]

Claims (14)

What is claimed is:
1. A data structure for representing a time-based visual scene as a directed acyclic graph of operators and paths that generate a sequence of image frames over a specified time-interval in the scene comprising:
(a) a plurality of nodes, wherein each node in the graph represents an operator;
(b) a plurality of data paths, wherein a directed data path in the graph represents the flow of data from the output data port of one operator to the input data port of another operator;
(c) a plurality of directed control paths, wherein a directed control path in the graph represents the flow of a control signal with associated parameters from the output control port of one operator to the input control port of another operator;
(d) a time-source operator having an output control port that generates a control signal with the specified time-interval parameter and an input data port to accept data that represents the sequence of image frames; and
(e) a time-aware operator having an input control port which can accept a time-interval parameter and an output data port to generate data that represents a sequence of image frames for the time-interval.
2. A data structure as in claim 1 wherein:
(a) the time-source operator has an input status port to receive a signal that data is ready on an associated input data port; and
(b) the time-aware operator has an output status port to send a signal that data is ready on an associated output data port; and
(c) the status ports of the time-source and time-aware operators are connected with a directed path representing the flow of a status signal with associated parameters.
3. A data structure as in claim 1 with at least two time-aware operators wherein:
(a) one operator has an output control port that propagates the control signal with associated time-interval parameter from the time-source operator; and
(b) the input control port of the second time-aware operator is connected with a directed path to the output control port of the first time-aware operator.
4. A data structure as in claim 1 with at least two time-aware operators wherein:
(a) one operator has an output control port that propagates the control signal from the time-source operator with a modified time-interval parameter; and
(b) the input control port of the second time-aware operator is connected with a directed path to the output control port of the first time-aware operator.
5. A data structure as in claim 1 with at least two time-aware operator nodes wherein:
(a) one operator transforms three dimensional data into two-dimensional pixel image data;
(b) a second operator transforms two-dimensional pixel image data into three-dimensional data; and
(c) the second operator is connected through the graph structure of control paths to the first operator, such that the control output of the first operator is propagated to the control input of the second operator.
6. A data structure as in claim 1 with at least two time-aware operator nodes where:
(a) one operator transforms three-dimensional data into two-dimensional pixel image data; and
(b) a second operator uses at least two sources of two-dimensional pixel image data to generate at least one frame of a time-based sequence of visual images.
7. A data structure as in claim 1 where the time-aware operator generates both a time-based sequence of visual images and a synchronized audio track.
8. A data structure as in claim 1 where at least one operator:
(a) has an input data path to specify a level-of-detail for an output data path; and
(b) produces an output data element at more than one level-of-detail.
9. A data structure as in claim 1 where at least one operator:
(a) maintains a cache of output data elements and the corresponding input control parameters; and
(b) substitutes cached output data elements for reprocessing when subsequent processing requests specify similar input control parameters.
10. A data structure as in claim 1 where an operator in a graph can represent an entire sub-graph of operators with their connecting input and output paths.
11. A data structure as in claim 10 where the sub-graph of operators and connections is transformed into an equivalent set of operations in a pipelined data-flow configuration where the data outputs within the original sub-graph are segmented into data-flow streams appropriate for optimizing the throughput of the pipelined implementation.
12. A data structure as in claim 1 where the modification to the time-interval is from the set of:
(a) a truncated sub-set of the original time-interval; and
(b) a linear transform applied to the original time-interval; and
(c) a non-linear transform applied to the original time-interval; and
(d) the substitution of a time-interval unrelated to the original time-interval.
13. A data structure as in claim 1 wherein the topology of the scene graph is such that:
(a) each path is a directed arc between operators;
(b) all data paths have the same direction in the graph;
(c) all control paths have the same direction in the graph (opposite from the data paths); and
(d) all status paths have the same direction in the graph (same as the data paths).
14. A scene graph for use in animation, rendering and compositing applications wherein the concept of time-intervals are integrated into a data-flow oriented graph control structure, such during evaluation of the scene, time data flows in one direction with control data, while data representing the time interval flows back in the reverse direction.
US09/875,276 1998-04-03 2001-06-06 Time inheritance scene graph for representation of media content Abandoned US20020032697A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/875,276 US20020032697A1 (en) 1998-04-03 2001-06-06 Time inheritance scene graph for representation of media content

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/054,603 US6266053B1 (en) 1998-04-03 1998-04-03 Time inheritance scene graph for representation of media content
US09/875,276 US20020032697A1 (en) 1998-04-03 2001-06-06 Time inheritance scene graph for representation of media content

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/054,603 Division US6266053B1 (en) 1998-04-03 1998-04-03 Time inheritance scene graph for representation of media content

Publications (1)

Publication Number Publication Date
US20020032697A1 true US20020032697A1 (en) 2002-03-14

Family

ID=21992241

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/054,603 Expired - Fee Related US6266053B1 (en) 1998-04-03 1998-04-03 Time inheritance scene graph for representation of media content
US09/875,276 Abandoned US20020032697A1 (en) 1998-04-03 2001-06-06 Time inheritance scene graph for representation of media content

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/054,603 Expired - Fee Related US6266053B1 (en) 1998-04-03 1998-04-03 Time inheritance scene graph for representation of media content

Country Status (3)

Country Link
US (2) US6266053B1 (en)
AU (1) AU3207299A (en)
WO (1) WO1999052080A1 (en)

Cited By (83)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020163518A1 (en) * 2000-10-20 2002-11-07 Rising Hawley K. Graphical rewriting system for multimedia descriptions
US20030090491A1 (en) * 2001-11-09 2003-05-15 Fanuc Ltd. Simulation device
US20030222883A1 (en) * 2002-05-31 2003-12-04 Envivio, Inc. Optimized mixed media rendering
US20040027369A1 (en) * 2000-12-22 2004-02-12 Peter Rowan Kellock System and method for media production
US20040041822A1 (en) * 2001-03-13 2004-03-04 Canon Kabushiki Kaisha Image processing apparatus, image processing method, studio apparatus, storage medium, and program
US20040186698A1 (en) * 2002-12-26 2004-09-23 Koichi Kondo Mechanism simulation method and mechanism simulation program
US20040189667A1 (en) * 2003-03-27 2004-09-30 Microsoft Corporation Markup language and object model for vector graphics
US20040189645A1 (en) * 2003-03-27 2004-09-30 Beda Joseph S. Visual and scene graph interfaces
US20050039176A1 (en) * 2003-08-13 2005-02-17 Fournie Jonathan P. Graphical programming system and method for creating and managing a scene graph
US20050096841A1 (en) * 2003-11-03 2005-05-05 Bugra Gedik System and method for evaluating moving queries over moving objects
US20050110964A1 (en) * 2002-05-28 2005-05-26 Matthew Bell Interactive video window display system
US20050140694A1 (en) * 2003-10-23 2005-06-30 Sriram Subramanian Media Integration Layer
US20050162381A1 (en) * 2002-05-28 2005-07-28 Matthew Bell Self-contained interactive video display system
US20060112080A1 (en) * 2004-11-23 2006-05-25 Flipclips, Inc. Converting digital video into a printed format
US20060139314A1 (en) * 2002-05-28 2006-06-29 Matthew Bell Interactive video display system
US20060244754A1 (en) * 2002-06-27 2006-11-02 Microsoft Corporation Intelligent caching data structure for immediate mode graphics
US20070035543A1 (en) * 2003-03-27 2007-02-15 Microsoft Corporation System and method for managing visual structure, timing, and animation in a graphics processing system
US20070057943A1 (en) * 2001-10-18 2007-03-15 Microsoft Corporation Multiple-level graphics processing system and method
US20070080964A1 (en) * 2005-10-07 2007-04-12 Florian Kainz Method of utilizing product proxies with a dependency graph
US20070159484A1 (en) * 2004-03-25 2007-07-12 Juha Paaso Method for processing computer aided polygon model
US7265756B2 (en) 2001-10-18 2007-09-04 Microsoft Corporation Generic parameterization for a scene graph
US20080001950A1 (en) * 2006-06-30 2008-01-03 Microsoft Corporation Producing animated scenes from still images
EP1897012A1 (en) * 2005-06-24 2008-03-12 Smart Internet Technology Crc Pty Limited Immersive audio communication
US20080062123A1 (en) * 2001-06-05 2008-03-13 Reactrix Systems, Inc. Interactive video display system using strobed light
US7417645B2 (en) 2003-03-27 2008-08-26 Microsoft Corporation Markup language and object model for vector graphics
US7428542B1 (en) * 2005-05-31 2008-09-23 Reactrix Systems, Inc. Method and system for combining nodes into a mega-node
US20080252596A1 (en) * 2007-04-10 2008-10-16 Matthew Bell Display Using a Three-Dimensional vision System
US7443401B2 (en) 2001-10-18 2008-10-28 Microsoft Corporation Multiple-level graphics processing with animation interval generation
US7472109B2 (en) 2002-12-30 2008-12-30 International Business Machines Corporation Method for optimization of temporal and spatial data processing
US7477259B2 (en) 2001-10-18 2009-01-13 Microsoft Corporation Intelligent caching data structure for immediate mode graphics
US20090077504A1 (en) * 2007-09-14 2009-03-19 Matthew Bell Processing of Gesture-Based User Interactions
US20090100339A1 (en) * 2006-03-09 2009-04-16 Hassan Hamid Wharton-Ali Content Acess Tree
US20090235295A1 (en) * 2003-10-24 2009-09-17 Matthew Bell Method and system for managing an interactive video display system
US20090251685A1 (en) * 2007-11-12 2009-10-08 Matthew Bell Lens System
US20090260081A1 (en) * 2008-04-14 2009-10-15 Tecsys Development, Inc. System and Method for Monitoring and Securing a Baseboard Management Controller
US7707246B1 (en) * 2006-02-22 2010-04-27 Qurio Holdings, Inc. Creating a social network around recorded media
US20100110165A1 (en) * 2007-03-23 2010-05-06 Keigo Iizuka Divergence ratio distance mapping camera
US20100121866A1 (en) * 2008-06-12 2010-05-13 Matthew Bell Interactive display management systems and methods
US7809167B2 (en) 2003-10-24 2010-10-05 Matthew Bell Method and system for processing captured image information in an interactive video display system
US7834846B1 (en) 2001-06-05 2010-11-16 Matthew Bell Interactive video display system
US8081822B1 (en) 2005-05-31 2011-12-20 Intellectual Ventures Holding 67 Llc System and method for sensing a feature of an object in an interactive video display
US8098277B1 (en) 2005-12-02 2012-01-17 Intellectual Ventures Holding 67 Llc Systems and methods for communication between a reactive video system and a mobile communication device
AU2006261594B2 (en) * 2005-06-24 2012-02-02 Dolby Laboratories Licensing Corporation Immersive audio communication
US20120030182A1 (en) * 2010-07-27 2012-02-02 Timothy Claman Hierarchical multimedia program composition
US8199108B2 (en) 2002-12-13 2012-06-12 Intellectual Ventures Holding 67 Llc Interactive directed light/sound system
US8259163B2 (en) 2008-03-07 2012-09-04 Intellectual Ventures Holding 67 Llc Display with built in 3D sensing
US20130069955A1 (en) * 2009-05-29 2013-03-21 David Tristram Hierarchical Representation of Time
US20130069956A1 (en) * 2009-05-29 2013-03-21 David Tristram Transforming Time-Based Drawings
US20130069954A1 (en) * 2009-05-29 2013-03-21 David Tristram Method of Transforming Time-Based Drawings and Apparatus for Performing the Same
US20130141461A1 (en) * 2011-12-06 2013-06-06 Tom Salter Augmented reality camera registration
US8508550B1 (en) * 2008-06-10 2013-08-13 Pixar Selective rendering of objects
WO2014022834A1 (en) * 2012-08-03 2014-02-06 Dreamworks Animation Llc Constraint evaluation in directed acyclic graphs
US20140081632A1 (en) * 2012-09-18 2014-03-20 Fujitsu Limited Computer product, analysis support apparatus, and analysis support method
US20140125649A1 (en) * 2000-08-22 2014-05-08 Bruce Carlin Network repository of digitalized 3D object models, and networked generation of photorealistic images based upon these models
US8743116B1 (en) * 2006-02-24 2014-06-03 Microsoft Corporation Shader network
US20140362086A1 (en) * 2013-06-06 2014-12-11 Activevideo Networks, Inc. System and Method for Exploiting Scene Graph Information in Construction of an Encoded Video Sequence
US8943442B1 (en) 2009-12-21 2015-01-27 Lucasfilm Entertainment Company Ltd. Controlling operations for execution
US9021541B2 (en) 2010-10-14 2015-04-28 Activevideo Networks, Inc. Streaming digital video between video devices using a cable television system
US9035949B1 (en) * 2009-12-21 2015-05-19 Lucasfilm Entertainment Company Ltd. Visually representing a composite graph of image functions
US9042454B2 (en) 2007-01-12 2015-05-26 Activevideo Networks, Inc. Interactive encoded content system including object models for viewing on a remote device
US9077860B2 (en) 2005-07-26 2015-07-07 Activevideo Networks, Inc. System and method for providing video content associated with a source image to a television in a communication network
US9123084B2 (en) 2012-04-12 2015-09-01 Activevideo Networks, Inc. Graphical application integration with MPEG objects
US9128519B1 (en) 2005-04-15 2015-09-08 Intellectual Ventures Holding 67 Llc Method and system for state-based control of objects
US9204203B2 (en) 2011-04-07 2015-12-01 Activevideo Networks, Inc. Reduction of latency in video distribution networks using adaptive bit rates
US9294785B2 (en) 2013-06-06 2016-03-22 Activevideo Networks, Inc. System and method for exploiting scene graph information in construction of an encoded video sequence
US9326047B2 (en) 2013-06-06 2016-04-26 Activevideo Networks, Inc. Overlay rendering of user interface onto source video
US9563971B2 (en) 2011-09-09 2017-02-07 Microsoft Technology Licensing, Llc Composition system thread
US9569875B1 (en) * 2008-08-21 2017-02-14 Pixar Ordered list management
WO2017059012A1 (en) * 2015-09-29 2017-04-06 Skytree, Inc. Exporting a transformation chain including endpoint of model for prediction
US9788029B2 (en) 2014-04-25 2017-10-10 Activevideo Networks, Inc. Intelligent multiplexing using class-based, multi-dimensioned decision logic for managed networks
US9800945B2 (en) 2012-04-03 2017-10-24 Activevideo Networks, Inc. Class-based intelligent multiplexing over unmanaged networks
WO2017195206A1 (en) * 2016-05-11 2017-11-16 Showbox Ltd. Systems and methods for adapting multi-media content objects
US9826197B2 (en) 2007-01-12 2017-11-21 Activevideo Networks, Inc. Providing television broadcasts over a managed network and interactive content over an unmanaged network to a client device
US10095367B1 (en) * 2010-10-15 2018-10-09 Tivo Solutions Inc. Time-based metadata management system for digital media
US10157343B1 (en) * 2011-05-09 2018-12-18 Google Llc Predictive model importation
US10223604B2 (en) 2016-11-06 2019-03-05 Microsoft Technology Licensing, Llc Live video analytics at scale
US10275128B2 (en) 2013-03-15 2019-04-30 Activevideo Networks, Inc. Multiple-mode system and method for providing user selectable video content
US10353916B2 (en) * 2016-03-25 2019-07-16 Bentley Systems, Incorporated Techniques for conversion of CAD descriptions
US10409445B2 (en) 2012-01-09 2019-09-10 Activevideo Networks, Inc. Rendering of an interactive lean-backward user interface on a television
US10607105B1 (en) * 2019-03-27 2020-03-31 Disney Enterprises, Inc. Perceptual data association
CN111434118A (en) * 2017-11-10 2020-07-17 三星电子株式会社 Apparatus and method for generating user interest information
US20200278885A1 (en) * 2019-02-28 2020-09-03 International Business Machines Corporation Time-Based Element Management in A Computer System Using Temporal Node Trees
US20220303517A1 (en) * 2019-03-15 2022-09-22 Comcast Cable Communications, Llc Methods and systems for managing content items

Families Citing this family (194)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6300936B1 (en) 1997-11-14 2001-10-09 Immersion Corporation Force feedback system including multi-tasking graphical host environment and interface device
US6948128B2 (en) * 1996-12-20 2005-09-20 Avid Technology, Inc. Nonlinear editing system and method of constructing an edit therein
US6664966B1 (en) * 1996-12-20 2003-12-16 Avid Technology, Inc. Non linear editing system and method of constructing an edit therein
US6496190B1 (en) * 1997-07-02 2002-12-17 Mental Images Gmbh & Co Kg. System and method for generating and using systems of cooperating and encapsulated shaders and shader DAGs for use in a computer graphics system
US9007393B2 (en) * 1997-07-02 2015-04-14 Mental Images Gmbh Accurate transparency and local volume rendering
US6631403B1 (en) * 1998-05-11 2003-10-07 At&T Corp. Architecture and application programming interfaces for Java-enabled MPEG-4 (MPEG-J) systems
GB2340360B (en) * 1998-07-31 2002-11-06 Sony Uk Ltd Animation of video special effects
GB2340361B (en) * 1998-07-31 2002-11-06 Sony Uk Ltd Digital video processing
GB2340362B (en) * 1998-07-31 2002-11-06 Sony Uk Ltd Digital video processing
JP4159673B2 (en) * 1998-10-09 2008-10-01 松下電器産業株式会社 A method for data type casting and algebraic processing in scene descriptions of audio-visual objects
US7134074B2 (en) * 1998-12-25 2006-11-07 Matsushita Electric Industrial Co., Ltd. Data processing method and storage medium, and program for causing computer to execute the data processing method
JP2001160066A (en) * 1998-12-25 2001-06-12 Matsushita Electric Ind Co Ltd Device and method for processing data and recording medium, and program for allowing computer to execute data processing method
US6714180B1 (en) * 1999-01-13 2004-03-30 Intel Corporation Automatic control of gray scaling algorithms
US6795092B1 (en) * 1999-02-15 2004-09-21 Canon Kabushiki Kaisha Data processing apparatus and method, and storage medium
US6847373B1 (en) 1999-04-16 2005-01-25 Avid Technology, Inc. Natural color matching in a video editing system
US6571255B1 (en) * 1999-04-16 2003-05-27 Robert Gonsalves Modification of media with common attributes on a digital nonlinear editing system
US6823299B1 (en) * 1999-07-09 2004-11-23 Autodesk, Inc. Modeling objects, systems, and simulations by establishing relationships in an event-driven graph in a computer implemented graphics system
US20050128220A1 (en) * 1999-08-03 2005-06-16 Marrin Christopher F. Methods and apparatuses for adjusting a frame rate when displaying continuous time-based content
US6856322B1 (en) 1999-08-03 2005-02-15 Sony Corporation Unified surface model for image based and geometric scene composition
US7330186B2 (en) * 1999-08-03 2008-02-12 Sony Corporation Methods and systems for scoring multiple time-based assets and events
US6707456B1 (en) 1999-08-03 2004-03-16 Sony Corporation Declarative markup for scoring multiple time-based assets and events within a scene composition system
WO2004042552A1 (en) * 1999-08-03 2004-05-21 Sony Electronics Inc. Declarative markup for scoring multiple time-based assets and events within a scene composition system
US6546135B1 (en) * 1999-08-30 2003-04-08 Mitsubishi Electric Research Laboratories, Inc Method for representing and comparing multimedia content
US7383504B1 (en) * 1999-08-30 2008-06-03 Mitsubishi Electric Research Laboratories Method for representing and comparing multimedia content according to rank
US7075591B1 (en) * 1999-09-22 2006-07-11 Lg Electronics Inc. Method of constructing information on associate meanings between segments of multimedia stream and method of browsing video using the same
US6765571B2 (en) * 1999-09-24 2004-07-20 Sun Microsystems, Inc. Using a master controller to manage threads and resources for scene-based rendering
US7050955B1 (en) * 1999-10-01 2006-05-23 Immersion Corporation System, method and data structure for simulated interaction with graphical objects
US6833840B2 (en) * 2000-02-14 2004-12-21 Optibase Ltd PROTO implementation in MPEG-4
GB2363017B8 (en) * 2000-03-30 2005-03-07 Autodesk Canada Inc Processing image data
US6915308B1 (en) 2000-04-06 2005-07-05 Claritech Corporation Method and apparatus for information mining and filtering
GB0008836D0 (en) * 2000-04-12 2000-05-31 Univ Nottingham Virtual environments
US20060036756A1 (en) * 2000-04-28 2006-02-16 Thomas Driemeyer Scalable, multi-user server and method for rendering images from interactively customizable scene information
WO2002013002A2 (en) * 2000-08-04 2002-02-14 Intrinsic Graphics, Inc. Development of graphics hardware and software
US6683619B1 (en) * 2000-10-18 2004-01-27 Sony Corporation System and method for increasing performance when compositing images
US20020033832A1 (en) * 2000-09-18 2002-03-21 Rafail Glatman Method for computer modeling of visual images and wave propagation
US6823510B1 (en) * 2000-09-29 2004-11-23 International Business Machines Corp. Machine cut task identification for efficient partition and distribution
US7010789B1 (en) * 2000-09-29 2006-03-07 International Business Machines Corporation Independent net task identification for efficient partition and distribution
US6862731B1 (en) * 2000-09-29 2005-03-01 International Business Machines Corp. Net zeroing for efficient partition and distribution
US20020059284A1 (en) * 2000-10-20 2002-05-16 Ran Bronstein Method for rapid transfer of data with a multi-spline model
JP3495011B2 (en) 2000-11-21 2004-02-09 株式会社ソニー・コンピュータエンタテインメント Information processing method and program execution apparatus, information processing program to be executed by computer, and recording medium on which information processing program to be executed by computer is recorded
US7114162B2 (en) * 2000-12-06 2006-09-26 Microsoft Corporation System and methods for generating and managing filter strings in a filter graph
US6768499B2 (en) * 2000-12-06 2004-07-27 Microsoft Corporation Methods and systems for processing media content
US6774919B2 (en) 2000-12-06 2004-08-10 Microsoft Corporation Interface and related methods for reducing source accesses in a development system
US6834390B2 (en) * 2000-12-06 2004-12-21 Microsoft Corporation System and related interfaces supporting the processing of media content
US7103677B2 (en) * 2000-12-06 2006-09-05 Microsoft Corporation Methods and systems for efficiently processing compressed and uncompressed media content
US7287226B2 (en) 2000-12-06 2007-10-23 Microsoft Corporation Methods and systems for effecting video transitions represented by bitmaps
US6983466B2 (en) * 2000-12-06 2006-01-03 Microsoft Corporation Multimedia project processing systems and multimedia project processing matrix systems
US7447754B2 (en) 2000-12-06 2008-11-04 Microsoft Corporation Methods and systems for processing multi-media editing projects
US6954581B2 (en) * 2000-12-06 2005-10-11 Microsoft Corporation Methods and systems for managing multiple inputs and methods and systems for processing media content
US6907070B2 (en) * 2000-12-15 2005-06-14 Microsoft Corporation Drifting reduction and macroblock-based control in progressive fine granularity scalable video coding
US6873344B2 (en) * 2001-02-22 2005-03-29 Sony Corporation Media production system using flowgraph representation of operations
US6933941B1 (en) * 2001-04-10 2005-08-23 Microsoft Corporation Scene representation method and system
US6828984B2 (en) * 2001-04-19 2004-12-07 Sony Corporation System and method for optimizing the processing of images
US7577554B2 (en) * 2001-07-03 2009-08-18 I2 Technologies Us, Inc. Workflow modeling using an acyclic directed graph data structure
EP1628265A3 (en) * 2001-07-31 2006-05-10 PRAD Research and Development N.V. Construction and maintenance of scenegraphs for interactive feature-based geoscience graphical modeling
US6980935B2 (en) * 2001-07-31 2005-12-27 Schlumberger Technology Corp. Method, apparatus and system for constructing and maintaining scenegraphs for interactive feature-based geoscience geometric modeling
US7623114B2 (en) 2001-10-09 2009-11-24 Immersion Corporation Haptic feedback sensations based on audio output from computer devices
US7861169B2 (en) 2001-11-19 2010-12-28 Ricoh Co. Ltd. Multimedia print driver dialog interfaces
US7747655B2 (en) * 2001-11-19 2010-06-29 Ricoh Co. Ltd. Printable representations for time-based media
EP1333376A1 (en) * 2002-02-05 2003-08-06 Fulvio Dominici Encoding method for efficient storage, transmission and sharing of multidimensional virtual worlds
US20030193526A1 (en) * 2002-04-12 2003-10-16 Stegbauer Mark E. Hierarchical data structure which enables interactive visualization of a geographical space
US20030193528A1 (en) * 2002-04-12 2003-10-16 Stegbauer Mark E. Hierarchical data structure which enables interactive visualization of a geographical space
US7113183B1 (en) 2002-04-25 2006-09-26 Anark Corporation Methods and systems for real-time, interactive image composition
US20040010793A1 (en) * 2002-07-12 2004-01-15 Wallace Michael W. Method and system for flexible time-based control of application appearance and behavior
US20040130566A1 (en) * 2003-01-07 2004-07-08 Prashant Banerjee Method for producing computerized multi-media presentation
US7126606B2 (en) * 2003-03-27 2006-10-24 Microsoft Corporation Visual and scene graph interfaces
US7512885B2 (en) * 2003-03-31 2009-03-31 Avid Technology, Inc. Graphical user interface for navigating and displaying relationships among media data and metadata
US7669129B2 (en) * 2003-04-04 2010-02-23 Avid Technology, Inc. Graphical user interface for providing editing of transform hierarchies within an effects tree
DE60336271D1 (en) * 2003-04-30 2011-04-14 Pixar Emeryville SNAPSHOT PROCESS AND DEVICE
US7129940B2 (en) * 2003-04-30 2006-10-31 Pixar Shot rendering method and apparatus
US7859530B2 (en) * 2003-04-30 2010-12-28 Pixar Subsurface rendering methods and apparatus
US7019744B2 (en) * 2003-04-30 2006-03-28 Pixar Method and apparatus for rendering of translucent objects using volumetric grids
US7864176B2 (en) * 2003-04-30 2011-01-04 Pixar Translucent object rendering methods and apparatus
US7280095B2 (en) * 2003-04-30 2007-10-09 Immersion Corporation Hierarchical methods for generating force feedback effects
US7095409B2 (en) * 2003-04-30 2006-08-22 Pixar Shot shading method and apparatus
US7173623B2 (en) * 2003-05-09 2007-02-06 Microsoft Corporation System supporting animation of graphical display elements through animation object instances
US7681112B1 (en) 2003-05-30 2010-03-16 Adobe Systems Incorporated Embedded reuse meta information
US7613767B2 (en) * 2003-07-11 2009-11-03 Microsoft Corporation Resolving a distributed topology to stream data
US20050088458A1 (en) * 2003-07-31 2005-04-28 Marrin Christopher F. Unified surface model for image based and geometric scene composition
JP2005108230A (en) 2003-09-25 2005-04-21 Ricoh Co Ltd Printing system with embedded audio/video content recognition and processing function
US8077341B2 (en) 2003-09-25 2011-12-13 Ricoh Co., Ltd. Printer with audio or video receiver, recorder, and real-time content-based processing logic
US7570380B2 (en) 2003-09-25 2009-08-04 Ricoh Company, Ltd. Printer user interface
US7864352B2 (en) 2003-09-25 2011-01-04 Ricoh Co. Ltd. Printer with multimedia server
CA2443447A1 (en) * 2003-09-30 2005-03-30 Ibm Canada Limited-Ibm Canada Limitee System and method for conversion between graph-based representations and structural text-based representations of business processes
US7712108B2 (en) 2003-12-08 2010-05-04 Microsoft Corporation Media processing methods, systems and application program interfaces
US7733962B2 (en) * 2003-12-08 2010-06-08 Microsoft Corporation Reconstructed frame caching
US7900140B2 (en) * 2003-12-08 2011-03-01 Microsoft Corporation Media processing methods, systems and application program interfaces
US7735096B2 (en) * 2003-12-11 2010-06-08 Microsoft Corporation Destination application program interfaces
US20050132149A1 (en) * 2003-12-11 2005-06-16 W. Daniel Hillis Spatial-to-temporal data translation and scheduling and control
US20050131863A1 (en) * 2003-12-11 2005-06-16 W. Daniel Hillis Reception of spatial-to-temporal translated data
US7742036B2 (en) 2003-12-22 2010-06-22 Immersion Corporation System and method for controlling haptic devices having multiple operational modes
US7290216B1 (en) * 2004-01-22 2007-10-30 Sun Microsystems, Inc. Method and apparatus for implementing a scene-graph-aware user interface manager
US7800614B2 (en) * 2004-02-17 2010-09-21 Oracle America, Inc. Efficient communication in a client-server scene graph system
US7941739B1 (en) * 2004-02-19 2011-05-10 Microsoft Corporation Timeline source
US7934159B1 (en) 2004-02-19 2011-04-26 Microsoft Corporation Media timeline
US7664882B2 (en) * 2004-02-21 2010-02-16 Microsoft Corporation System and method for accessing multimedia content
US7609653B2 (en) * 2004-03-08 2009-10-27 Microsoft Corporation Resolving partial media topologies
US7577940B2 (en) * 2004-03-08 2009-08-18 Microsoft Corporation Managing topology changes in media applications
US7603615B2 (en) * 2004-03-30 2009-10-13 Ricoh Co., Ltd. Multimedia projector-printer
US8274666B2 (en) 2004-03-30 2012-09-25 Ricoh Co., Ltd. Projector/printer for displaying or printing of documents
US20050231512A1 (en) * 2004-04-16 2005-10-20 Niles Gregory E Animation of an object using behaviors
US7805678B1 (en) 2004-04-16 2010-09-28 Apple Inc. Editing within single timeline
US7248265B2 (en) * 2004-04-16 2007-07-24 Apple Inc. System and method for processing graphics operations with graphics processing unit
US7231632B2 (en) * 2004-04-16 2007-06-12 Apple Computer, Inc. System for reducing the number of programs necessary to render an image
US8704837B2 (en) * 2004-04-16 2014-04-22 Apple Inc. High-level program interface for graphics operations
US7932909B2 (en) * 2004-04-16 2011-04-26 Apple Inc. User interface for controlling three-dimensional animation of an object
US8134561B2 (en) 2004-04-16 2012-03-13 Apple Inc. System for optimizing graphics operations
US7847800B2 (en) * 2004-04-16 2010-12-07 Apple Inc. System for emulating graphics operations
US8448083B1 (en) 2004-04-16 2013-05-21 Apple Inc. Gesture control of multimedia editing applications
US7669206B2 (en) * 2004-04-20 2010-02-23 Microsoft Corporation Dynamic redirection of streaming media between computing devices
US8728525B2 (en) * 2004-05-12 2014-05-20 Baxter International Inc. Protein microspheres retaining pharmacokinetic and pharmacodynamic properties
US7516407B2 (en) * 2004-06-01 2009-04-07 General Electric Company Timeline random access for multi-format time-based file recording and playback
US8566732B2 (en) 2004-06-25 2013-10-22 Apple Inc. Synchronization of widgets and dashboards
US8453065B2 (en) 2004-06-25 2013-05-28 Apple Inc. Preview and installation of user interface elements in a display environment
US20050285866A1 (en) * 2004-06-25 2005-12-29 Apple Computer, Inc. Display-wide visual effects for a windowing system using a programmable graphics processing unit
US8239749B2 (en) 2004-06-25 2012-08-07 Apple Inc. Procedurally expressing graphic objects for web pages
US8302020B2 (en) 2004-06-25 2012-10-30 Apple Inc. Widget authoring and editing environment
US7490295B2 (en) 2004-06-25 2009-02-10 Apple Inc. Layer for accessing user interface elements
US7761800B2 (en) 2004-06-25 2010-07-20 Apple Inc. Unified interest layer for user interface
US7652678B2 (en) * 2004-06-25 2010-01-26 Apple Inc. Partial display updates in a windowing system using a programmable graphics processing unit
US7546543B2 (en) * 2004-06-25 2009-06-09 Apple Inc. Widget authoring and editing environment
US7411590B1 (en) * 2004-08-09 2008-08-12 Apple Inc. Multimedia file format
US7590750B2 (en) * 2004-09-10 2009-09-15 Microsoft Corporation Systems and methods for multimedia remoting over terminal server connections
US20060156363A1 (en) * 2005-01-07 2006-07-13 Microsoft Corporation File storage for scalable media
US8140975B2 (en) * 2005-01-07 2012-03-20 Apple Inc. Slide show navigation
EP1688885B1 (en) * 2005-02-03 2013-06-19 Samsung Electronics Co., Ltd. Method, apparatus, and medium for transforming graphic data of an object
US7323855B2 (en) * 2005-03-31 2008-01-29 Silicon Laboratories Inc. Digital pulse width modulated power supply with variable LSB
US8543931B2 (en) 2005-06-07 2013-09-24 Apple Inc. Preview including theme based installation of user interface elements in a display environment
US7626595B2 (en) * 2005-08-01 2009-12-01 Microsoft Corporation Resolution independent image resource
US7716685B2 (en) * 2005-08-30 2010-05-11 Microsoft Corporation Pluggable window manager architecture using a scene graph system
US8543824B2 (en) 2005-10-27 2013-09-24 Apple Inc. Safe distribution and use of content
US7743336B2 (en) 2005-10-27 2010-06-22 Apple Inc. Widget security
US7752556B2 (en) 2005-10-27 2010-07-06 Apple Inc. Workflow widgets
US9104294B2 (en) 2005-10-27 2015-08-11 Apple Inc. Linked widgets
US7954064B2 (en) 2005-10-27 2011-05-31 Apple Inc. Multiple dashboards
US7707514B2 (en) 2005-11-18 2010-04-27 Apple Inc. Management of user interface elements in a display environment
WO2007067131A1 (en) * 2005-12-08 2007-06-14 Agency 9 Ab A method to render a root-less scene graph with a user controlled order of rendering
US9411896B2 (en) 2006-02-10 2016-08-09 Nokia Technologies Oy Systems and methods for spatial thumbnails and companion maps for media objects
US7913157B1 (en) 2006-04-18 2011-03-22 Overcast Media Incorporated Method and system for the authoring and playback of independent, synchronized media through the use of a relative virtual time code
US8155682B2 (en) * 2006-05-05 2012-04-10 Research In Motion Limited Handheld electronic device including automatic mobile phone number management, and associated method
US20080010273A1 (en) * 2006-06-12 2008-01-10 Metacarta, Inc. Systems and methods for hierarchical organization and presentation of geographic search results
US7920720B2 (en) * 2006-06-26 2011-04-05 Keystream Corporation Computer-implemented method for object creation by partitioning of a temporal graph
US9286404B2 (en) * 2006-06-28 2016-03-15 Nokia Technologies Oy Methods of systems using geographic meta-metadata in information retrieval and document displays
US9721157B2 (en) 2006-08-04 2017-08-01 Nokia Technologies Oy Systems and methods for obtaining and using information from map images
US20080140348A1 (en) * 2006-10-31 2008-06-12 Metacarta, Inc. Systems and methods for predictive models using geographic text search
US9019300B2 (en) 2006-08-04 2015-04-28 Apple Inc. Framework for graphics animation and compositing operations
US8130226B2 (en) * 2006-08-04 2012-03-06 Apple Inc. Framework for graphics animation and compositing operations
US8869027B2 (en) 2006-08-04 2014-10-21 Apple Inc. Management and generation of dashboards
US7852336B2 (en) * 2006-11-28 2010-12-14 International Business Machines Corporation Dynamic determination of optimal spatial index mapping to processor thread resources
JP5366824B2 (en) * 2006-12-19 2013-12-11 コーニンクレッカ フィリップス エヌ ヴェ Method and system for converting 2D video to 3D video
US8396827B2 (en) * 2006-12-29 2013-03-12 Sap Ag Relation-based hierarchy evaluation of recursive nodes
US20080162616A1 (en) * 2006-12-29 2008-07-03 Sap Ag Skip relation pattern for graph structures
US20080162777A1 (en) * 2006-12-29 2008-07-03 Sap Ag Graph abstraction pattern for generic graph evaluation
US9165087B2 (en) * 2006-12-29 2015-10-20 Sap Se Validity path node pattern for structure evaluation of time-dependent acyclic graphs
JP4971469B2 (en) * 2007-03-15 2012-07-11 ジーブイビービー ホールディングス エス.エイ.アール.エル. Method and apparatus for automatic aesthetic transition between scene graphs
US8650489B1 (en) * 2007-04-20 2014-02-11 Adobe Systems Incorporated Event processing in a content editor
DE102007033239A1 (en) * 2007-07-13 2009-01-15 Visumotion Gmbh Method for processing a spatial image
US8954871B2 (en) 2007-07-18 2015-02-10 Apple Inc. User-centric widgets and dashboards
US8667415B2 (en) 2007-08-06 2014-03-04 Apple Inc. Web widgets
US8156467B2 (en) 2007-08-27 2012-04-10 Adobe Systems Incorporated Reusing components in a running application
US8176466B2 (en) 2007-10-01 2012-05-08 Adobe Systems Incorporated System and method for generating an application fragment
US9619304B2 (en) 2008-02-05 2017-04-11 Adobe Systems Incorporated Automatic connections between application components
US8620635B2 (en) * 2008-06-27 2013-12-31 Microsoft Corporation Composition of analytics models
US8411085B2 (en) 2008-06-27 2013-04-02 Microsoft Corporation Constructing view compositions for domain-specific environments
US8656293B1 (en) 2008-07-29 2014-02-18 Adobe Systems Incorporated Configuring mobile devices
US8274516B2 (en) * 2008-08-04 2012-09-25 Microsoft Corporation GPU scene composition and animation
WO2010019508A1 (en) * 2008-08-11 2010-02-18 Immersion Corporation A haptic enabled gaming peripheral for a musical game
US8314793B2 (en) 2008-12-24 2012-11-20 Microsoft Corporation Implied analytical reasoning and computation
US8639086B2 (en) 2009-01-06 2014-01-28 Adobe Systems Incorporated Rendering of video based on overlaying of bitmapped images
US8866818B2 (en) 2009-06-19 2014-10-21 Microsoft Corporation Composing shapes and data series in geometries
US8531451B2 (en) 2009-06-19 2013-09-10 Microsoft Corporation Data-driven visualization transformation
US8692826B2 (en) 2009-06-19 2014-04-08 Brian C. Beckman Solver-based visualization framework
US9330503B2 (en) 2009-06-19 2016-05-03 Microsoft Technology Licensing, Llc Presaging and surfacing interactivity within data visualizations
US8493406B2 (en) 2009-06-19 2013-07-23 Microsoft Corporation Creating new charts and data visualizations
US8788574B2 (en) 2009-06-19 2014-07-22 Microsoft Corporation Data-driven visualization of pseudo-infinite scenes
US8352397B2 (en) 2009-09-10 2013-01-08 Microsoft Corporation Dependency graph in data-driven model
US20110161917A1 (en) * 2009-12-29 2011-06-30 Microgen Plc Processing collections of data items
US8775946B2 (en) 2010-05-07 2014-07-08 Salesforce.Com, Inc. Resolving information in a multitenant database environment
US8407223B2 (en) * 2010-07-02 2013-03-26 Honeywell International Inc. System for information discovery in video-based data
US9043296B2 (en) 2010-07-30 2015-05-26 Microsoft Technology Licensing, Llc System of providing suggestions based on accessible and contextual information
US20120159326A1 (en) * 2010-12-16 2012-06-21 Microsoft Corporation Rich interactive saga creation
US10115217B2 (en) 2011-10-28 2018-10-30 Microsoft Technology Licensing, Llc Layering animation properties in higher level animations
US9230351B2 (en) * 2013-03-12 2016-01-05 Microsoft Technology Licensing, Llc Data binding graph for interactive chart
US9477998B2 (en) * 2014-06-01 2016-10-25 Apple Inc. Performance control for concurrent animations
US10649634B2 (en) * 2014-06-06 2020-05-12 International Business Machines Corporation Indexing and annotating a usability test recording
US10496528B2 (en) 2015-08-31 2019-12-03 Microsoft Technology Licensing, Llc User directed partial graph execution
US10860947B2 (en) 2015-12-17 2020-12-08 Microsoft Technology Licensing, Llc Variations in experiment graphs for machine learning
US10296351B1 (en) * 2017-03-15 2019-05-21 Ambarella, Inc. Computer vision processing in hardware data paths
US10249049B1 (en) 2017-04-28 2019-04-02 Ambarella, Inc. Local maxima sub-integer position estimation in video processing
CN108229287B (en) * 2017-05-31 2020-05-22 北京市商汤科技开发有限公司 Image recognition method and device, electronic equipment and computer storage medium
US11327993B2 (en) * 2018-03-26 2022-05-10 Verizon Patent And Licensing Inc. Systems and methods for managing and delivering digital content
US10853079B2 (en) 2018-09-26 2020-12-01 Side Effects Software Inc. Dependency-based streamlined processing
US11494377B2 (en) * 2019-04-01 2022-11-08 Nec Corporation Multi-detector probabilistic reasoning for natural language queries
CN116562172B (en) * 2023-07-07 2023-09-15 中国人民解放军国防科技大学 Geographical scene time deduction method, device and equipment for space-time narrative

Family Cites Families (62)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3947833A (en) 1974-11-20 1976-03-30 The United States Of America As Represented By The Secretary Of The Navy Automatic target detection system
US3970841A (en) 1974-11-25 1976-07-20 Green James E Method and apparatus for dual resolution analysis of a scene
US4175860A (en) 1977-05-31 1979-11-27 Rush-Presbyterian-St. Luke's Medical Center Dual resolution method and apparatus for use in automated classification of pap smear and other samples
US4385322A (en) 1978-09-01 1983-05-24 View Engineering, Inc. Pattern recognition apparatus and method
US4835532A (en) 1982-07-30 1989-05-30 Honeywell Inc. Nonaliasing real-time spatial transform image processing system
US4646229A (en) 1982-11-15 1987-02-24 At&T Bell Laboratories Time-ordered data base
JPS59133667A (en) 1983-01-20 1984-08-01 Hitachi Ltd Processing system of picture correction
US4620318A (en) 1983-04-18 1986-10-28 Eye-D Development Ii Ltd. Fovea-centered eye fundus scanner
EP0153439B1 (en) 1983-06-03 1993-08-04 Fondazione Pro Juventute Don Carlo Gnocchi Modularly expansible system for real time processing of a TV display, useful in particular for the acquisition of coordinates of known shape objects and method using said system in radiography.
GB8317407D0 (en) 1983-06-27 1983-07-27 Rca Corp Image transform techniques
IL69327A (en) 1983-07-26 1986-11-30 Elscint Ltd Automatic misregistration correction
JPS6076881A (en) 1983-10-03 1985-05-01 Sharp Corp Superimposing device
GB8420890D0 (en) 1984-08-16 1984-09-19 Quantel Ltd Video editing systems
GB8518803D0 (en) 1985-07-25 1985-08-29 Rca Corp Locating target patterns within images
US4703514A (en) 1985-09-16 1987-10-27 Rca Corporation Programmed implementation of real-time multiresolution signal processing apparatus
US4849746A (en) 1986-04-07 1989-07-18 Dubner Computer Systems, Inc. Digital video generator
NL8603059A (en) 1986-12-01 1988-07-01 Philips Nv DEVICE AND METHOD WITH MOTION ARTEFACT REDUCTION FOR DIFFERENCE IMAGE DETERMINATION.
US4847688A (en) 1987-04-17 1989-07-11 Matsushita Electric Industrial Co., Ltd. Moving body recognition circuit using luminance signal and moving body tracking apparatus using the moving body recognition circuit
DE3851786T2 (en) 1987-06-09 1995-03-09 Sony Corp Selection of a motion vector in television pictures.
GB8815182D0 (en) 1988-06-25 1988-08-03 Quantel Ltd Manipulating video image signals
US5133070A (en) 1988-06-30 1992-07-21 International Business Machines Corporation Method of nesting and processing mixed data objects within a data stream utilizing selective environment inheritance
US4858000A (en) 1988-09-14 1989-08-15 A. C. Nielsen Company Image recognition audience measurement system and method
US5058042A (en) 1989-04-03 1991-10-15 Hewlett-Packard Company Method for employing a hierarchical display list in global rendering
US5063603A (en) 1989-11-06 1991-11-05 David Sarnoff Research Center, Inc. Dynamic method for recognizing objects and image processing system therefor
GB9001468D0 (en) 1990-01-23 1990-03-21 Sarnoff David Res Center Computing multiple motions within an image region
JP2626152B2 (en) 1990-04-12 1997-07-02 日本電気株式会社 Imaging signal processing device
US5588139A (en) 1990-06-07 1996-12-24 Vpl Research, Inc. Method and system for generating objects for a multi-person virtual world using data flow networks
US5140416A (en) 1990-09-18 1992-08-18 Texas Instruments Incorporated System and method for fusing video imagery from multiple sources in real time
WO1992009948A1 (en) 1990-11-30 1992-06-11 Vpl Research, Inc. Improved method and apparatus for creating virtual worlds
US5307456A (en) 1990-12-04 1994-04-26 Sony Electronics, Inc. Integrated multi-media production and authoring system
US5210799A (en) 1991-03-28 1993-05-11 Texas Instruments Incorporated System and method for ranking and extracting salient contours for target recognition
US5259040A (en) 1991-10-04 1993-11-02 David Sarnoff Research Center, Inc. Method for determining sensor motion and scene structure and image processing system therefor
CA2083203C (en) 1991-11-19 1996-10-29 Riichi Nagura Image data transmission system capable of obtaining a high resolution stereo image with reduced transmission data
US5355450A (en) 1992-04-10 1994-10-11 Avid Technology, Inc. Media composer with adjustable source material compression
US5270756A (en) 1992-02-18 1993-12-14 Hughes Training, Inc. Method and apparatus for generating high resolution vidicon camera images
WO1993021636A1 (en) 1992-04-10 1993-10-28 Avid Technology, Inc. A method and apparatus for representing and editing multimedia compositions
US5325449A (en) 1992-05-15 1994-06-28 David Sarnoff Research Center, Inc. Method for fusing images and apparatus therefor
US5260791A (en) 1992-06-04 1993-11-09 David Sarnoff Research Center, Inc. Method and apparatus for the spatio-temporal coring of images
GB2270242A (en) 1992-08-29 1994-03-02 Ibm A method of editing for an object oriented computer system
US5455775A (en) 1993-01-25 1995-10-03 International Business Machines Corporation Computer design system for mapping a logical hierarchy into a physical hierarchy
DE69431687D1 (en) 1993-02-15 2002-12-19 Canon Kk image processing
US5528735A (en) * 1993-03-23 1996-06-18 Silicon Graphics Inc. Method and apparatus for displaying data within a three-dimensional information landscape
CA2097232C (en) * 1993-05-28 1999-01-19 Phillip J. Beaudet Displaying partial graphs by expanding and collapsing nodes
JPH07203400A (en) * 1993-10-15 1995-08-04 Matsushita Electric Ind Co Ltd Multimedia rendering marker and its usage
US5511153A (en) 1994-01-18 1996-04-23 Massachusetts Institute Of Technology Method and apparatus for three-dimensional, textured models from plural video images
JPH0816820A (en) 1994-04-25 1996-01-19 Fujitsu Ltd Three-dimensional animation generation device
US5644686A (en) * 1994-04-29 1997-07-01 International Business Machines Corporation Expert system and method employing hierarchical knowledge base, and interactive multimedia/hypermedia applications
US5473364A (en) 1994-06-03 1995-12-05 David Sarnoff Research Center, Inc. Video technique for indicating moving objects from a movable platform
US5596687A (en) 1994-07-29 1997-01-21 David Sarnoff Research Center, Inc. Apparatus and method for addressing pixel values within an image pyramid using a recursive technique
US5615325A (en) * 1994-09-29 1997-03-25 Intel Corporation Graphical viewer for heirarchical datasets
JPH08115338A (en) * 1994-10-14 1996-05-07 Fuji Xerox Co Ltd Multimedia document editing device
US5568602A (en) * 1994-10-28 1996-10-22 Rocket Science Games, Inc. Method and apparatus for game development using correlation of time sequences and digital video data
US5708767A (en) 1995-02-03 1998-01-13 The Trustees Of Princeton University Method and apparatus for video browsing based on content and structure
AU5442796A (en) * 1995-04-06 1996-10-23 Avid Technology, Inc. Graphical multimedia authoring system
US5729673A (en) 1995-04-07 1998-03-17 Avid Technology, Inc. Direct manipulation of two-dimensional moving picture streams in three-dimensional space
US5808625A (en) 1995-08-04 1998-09-15 Silicon Graphics Incorporated System and method for using dependency graphs for the control of a graphics creation process
US5668988A (en) * 1995-09-08 1997-09-16 International Business Machines Corporation Method for mining path traversal patterns in a web environment by converting an original log sequence into a set of traversal sub-sequences
US5758093A (en) * 1996-03-29 1998-05-26 International Business Machine Corp. Method and system for a multimedia application development sequence editor using time event specifiers
US5970496A (en) * 1996-09-12 1999-10-19 Microsoft Corporation Method and system for storing information in a computer system memory using hierarchical data node relationships
US5963948A (en) * 1996-11-15 1999-10-05 Shilcrat; Esther Dina Method for generating a path in an arbitrary physical structure
US5995958A (en) * 1997-03-04 1999-11-30 Xu; Kevin Houzhi System and method for storing and managing functions
US6014143A (en) * 1997-05-30 2000-01-11 Hewlett-Packard Company Ray transform method for a fast perspective view volume rendering

Cited By (145)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8930844B2 (en) * 2000-08-22 2015-01-06 Bruce Carlin Network repository of digitalized 3D object models, and networked generation of photorealistic images based upon these models
US20140125649A1 (en) * 2000-08-22 2014-05-08 Bruce Carlin Network repository of digitalized 3D object models, and networked generation of photorealistic images based upon these models
US7176921B2 (en) * 2000-10-20 2007-02-13 Sony Corporation Graphical rewriting system for multimedia descriptions
US20020163518A1 (en) * 2000-10-20 2002-11-07 Rising Hawley K. Graphical rewriting system for multimedia descriptions
US8006186B2 (en) * 2000-12-22 2011-08-23 Muvee Technologies Pte. Ltd. System and method for media production
US20040027369A1 (en) * 2000-12-22 2004-02-12 Peter Rowan Kellock System and method for media production
US20040041822A1 (en) * 2001-03-13 2004-03-04 Canon Kabushiki Kaisha Image processing apparatus, image processing method, studio apparatus, storage medium, and program
US8300042B2 (en) 2001-06-05 2012-10-30 Microsoft Corporation Interactive video display system using strobed light
US20080062123A1 (en) * 2001-06-05 2008-03-13 Reactrix Systems, Inc. Interactive video display system using strobed light
US7834846B1 (en) 2001-06-05 2010-11-16 Matthew Bell Interactive video display system
US20070057943A1 (en) * 2001-10-18 2007-03-15 Microsoft Corporation Multiple-level graphics processing system and method
US7443401B2 (en) 2001-10-18 2008-10-28 Microsoft Corporation Multiple-level graphics processing with animation interval generation
US7477259B2 (en) 2001-10-18 2009-01-13 Microsoft Corporation Intelligent caching data structure for immediate mode graphics
US7705851B2 (en) 2001-10-18 2010-04-27 Microsoft Corporation Multiple-level graphics processing system and method
US7808506B2 (en) 2001-10-18 2010-10-05 Microsoft Corporation Intelligent caching data structure for immediate mode graphics
US7265756B2 (en) 2001-10-18 2007-09-04 Microsoft Corporation Generic parameterization for a scene graph
US20030090491A1 (en) * 2001-11-09 2003-05-15 Fanuc Ltd. Simulation device
US7194396B2 (en) * 2001-11-09 2007-03-20 Fanuc Ltd Simulation device
US20060139314A1 (en) * 2002-05-28 2006-06-29 Matthew Bell Interactive video display system
US20080150913A1 (en) * 2002-05-28 2008-06-26 Matthew Bell Computer vision based touch screen
US8035614B2 (en) 2002-05-28 2011-10-11 Intellectual Ventures Holding 67 Llc Interactive video window
US20050110964A1 (en) * 2002-05-28 2005-05-26 Matthew Bell Interactive video window display system
US8035624B2 (en) 2002-05-28 2011-10-11 Intellectual Ventures Holding 67 Llc Computer vision based touch screen
US7348963B2 (en) 2002-05-28 2008-03-25 Reactrix Systems, Inc. Interactive video display system
US8035612B2 (en) 2002-05-28 2011-10-11 Intellectual Ventures Holding 67 Llc Self-contained interactive video display system
US7710391B2 (en) 2002-05-28 2010-05-04 Matthew Bell Processing an image utilizing a spatially varying pattern
US20050162381A1 (en) * 2002-05-28 2005-07-28 Matthew Bell Self-contained interactive video display system
US7439982B2 (en) * 2002-05-31 2008-10-21 Envivio, Inc. Optimized scene graph change-based mixed media rendering
US20030222883A1 (en) * 2002-05-31 2003-12-04 Envivio, Inc. Optimized mixed media rendering
US20060244754A1 (en) * 2002-06-27 2006-11-02 Microsoft Corporation Intelligent caching data structure for immediate mode graphics
US7619633B2 (en) 2002-06-27 2009-11-17 Microsoft Corporation Intelligent caching data structure for immediate mode graphics
US8199108B2 (en) 2002-12-13 2012-06-12 Intellectual Ventures Holding 67 Llc Interactive directed light/sound system
US7398190B2 (en) * 2002-12-26 2008-07-08 Kabushiki Kaisha Toshiba Method and program for linking dynamics simulation and kinematic simulation
US20040186698A1 (en) * 2002-12-26 2004-09-23 Koichi Kondo Mechanism simulation method and mechanism simulation program
US20090012994A1 (en) * 2002-12-30 2009-01-08 International Business Machines Corporation System and program for optimization of temporal and spatial data processing
US7472109B2 (en) 2002-12-30 2008-12-30 International Business Machines Corporation Method for optimization of temporal and spatial data processing
US8296343B2 (en) 2002-12-30 2012-10-23 International Business Machines Corporation Optimization of temporal and spatial data processing
US7486294B2 (en) * 2003-03-27 2009-02-03 Microsoft Corporation Vector graphics element-based model, application programming interface, and markup language
US7466315B2 (en) 2003-03-27 2008-12-16 Microsoft Corporation Visual and scene graph interfaces
US20040189645A1 (en) * 2003-03-27 2004-09-30 Beda Joseph S. Visual and scene graph interfaces
US7417645B2 (en) 2003-03-27 2008-08-26 Microsoft Corporation Markup language and object model for vector graphics
US20040189667A1 (en) * 2003-03-27 2004-09-30 Microsoft Corporation Markup language and object model for vector graphics
US7548237B2 (en) 2003-03-27 2009-06-16 Microsoft Corporation System and method for managing visual structure, timing, and animation in a graphics processing system
US20070035543A1 (en) * 2003-03-27 2007-02-15 Microsoft Corporation System and method for managing visual structure, timing, and animation in a graphics processing system
US20050039176A1 (en) * 2003-08-13 2005-02-17 Fournie Jonathan P. Graphical programming system and method for creating and managing a scene graph
US7444595B2 (en) * 2003-08-13 2008-10-28 National Instruments Corporation Graphical programming system and method for creating and managing a scene graph
US7511718B2 (en) 2003-10-23 2009-03-31 Microsoft Corporation Media integration layer
US20050140694A1 (en) * 2003-10-23 2005-06-30 Sriram Subramanian Media Integration Layer
US7809167B2 (en) 2003-10-24 2010-10-05 Matthew Bell Method and system for processing captured image information in an interactive video display system
US8487866B2 (en) 2003-10-24 2013-07-16 Intellectual Ventures Holding 67 Llc Method and system for managing an interactive video display system
US20090235295A1 (en) * 2003-10-24 2009-09-17 Matthew Bell Method and system for managing an interactive video display system
US7299126B2 (en) * 2003-11-03 2007-11-20 International Business Machines Corporation System and method for evaluating moving queries over moving objects
US20050096841A1 (en) * 2003-11-03 2005-05-05 Bugra Gedik System and method for evaluating moving queries over moving objects
US20070159484A1 (en) * 2004-03-25 2007-07-12 Juha Paaso Method for processing computer aided polygon model
US20060112080A1 (en) * 2004-11-23 2006-05-25 Flipclips, Inc. Converting digital video into a printed format
US9128519B1 (en) 2005-04-15 2015-09-08 Intellectual Ventures Holding 67 Llc Method and system for state-based control of objects
US8081822B1 (en) 2005-05-31 2011-12-20 Intellectual Ventures Holding 67 Llc System and method for sensing a feature of an object in an interactive video display
US7428542B1 (en) * 2005-05-31 2008-09-23 Reactrix Systems, Inc. Method and system for combining nodes into a mega-node
EP1897012A4 (en) * 2005-06-24 2010-03-17 Dolby Lab Licensing Corp Immersive audio communication
AU2006261594B2 (en) * 2005-06-24 2012-02-02 Dolby Laboratories Licensing Corporation Immersive audio communication
EP1897012A1 (en) * 2005-06-24 2008-03-12 Smart Internet Technology Crc Pty Limited Immersive audio communication
US10155164B2 (en) 2005-06-24 2018-12-18 Dolby Laboratories Licensing Corporation Immersive audio communication
KR101253067B1 (en) * 2005-06-24 2013-04-11 돌비 레버러토리즈 라이쎈싱 코오포레이션 Immersive audio communication
US9077860B2 (en) 2005-07-26 2015-07-07 Activevideo Networks, Inc. System and method for providing video content associated with a source image to a television in a communication network
US20070080964A1 (en) * 2005-10-07 2007-04-12 Florian Kainz Method of utilizing product proxies with a dependency graph
US7945892B1 (en) 2005-10-07 2011-05-17 Lucasfilm Entertainment Company Ltd. Method of utilizing product proxies with a dependency graph
US7441230B2 (en) * 2005-10-07 2008-10-21 Lucasfilm Entertainment Company Ltd. Method of utilizing product proxies with a dependency graph
US8098277B1 (en) 2005-12-02 2012-01-17 Intellectual Ventures Holding 67 Llc Systems and methods for communication between a reactive video system and a mobile communication device
US7707246B1 (en) * 2006-02-22 2010-04-27 Qurio Holdings, Inc. Creating a social network around recorded media
US8743116B1 (en) * 2006-02-24 2014-06-03 Microsoft Corporation Shader network
US20090100339A1 (en) * 2006-03-09 2009-04-16 Hassan Hamid Wharton-Ali Content Acess Tree
US20080001950A1 (en) * 2006-06-30 2008-01-03 Microsoft Corporation Producing animated scenes from still images
US7609271B2 (en) * 2006-06-30 2009-10-27 Microsoft Corporation Producing animated scenes from still images
US9042454B2 (en) 2007-01-12 2015-05-26 Activevideo Networks, Inc. Interactive encoded content system including object models for viewing on a remote device
US9826197B2 (en) 2007-01-12 2017-11-21 Activevideo Networks, Inc. Providing television broadcasts over a managed network and interactive content over an unmanaged network to a client device
US9355681B2 (en) 2007-01-12 2016-05-31 Activevideo Networks, Inc. MPEG objects and systems and methods for using MPEG objects
US8982191B2 (en) * 2007-03-23 2015-03-17 Keigo Iizuka Divergence ratio distance mapping camera
US20100110165A1 (en) * 2007-03-23 2010-05-06 Keigo Iizuka Divergence ratio distance mapping camera
US20080252596A1 (en) * 2007-04-10 2008-10-16 Matthew Bell Display Using a Three-Dimensional vision System
US8230367B2 (en) 2007-09-14 2012-07-24 Intellectual Ventures Holding 67 Llc Gesture-based user interactions with status indicators for acceptable inputs in volumetric zones
US9811166B2 (en) 2007-09-14 2017-11-07 Intellectual Ventures Holding 81 Llc Processing of gesture-based user interactions using volumetric zones
US20090077504A1 (en) * 2007-09-14 2009-03-19 Matthew Bell Processing of Gesture-Based User Interactions
US10990189B2 (en) 2007-09-14 2021-04-27 Facebook, Inc. Processing of gesture-based user interaction using volumetric zones
US10564731B2 (en) 2007-09-14 2020-02-18 Facebook, Inc. Processing of gesture-based user interactions using volumetric zones
US9058058B2 (en) 2007-09-14 2015-06-16 Intellectual Ventures Holding 67 Llc Processing of gesture-based user interactions activation levels
US20090251685A1 (en) * 2007-11-12 2009-10-08 Matthew Bell Lens System
US9229107B2 (en) 2007-11-12 2016-01-05 Intellectual Ventures Holding 81 Llc Lens system
US8159682B2 (en) 2007-11-12 2012-04-17 Intellectual Ventures Holding 67 Llc Lens system
US8810803B2 (en) 2007-11-12 2014-08-19 Intellectual Ventures Holding 67 Llc Lens system
US8259163B2 (en) 2008-03-07 2012-09-04 Intellectual Ventures Holding 67 Llc Display with built in 3D sensing
US9247236B2 (en) 2008-03-07 2016-01-26 Intellectual Ventures Holdings 81 Llc Display with built in 3D sensing capability and gesture control of TV
US10831278B2 (en) 2008-03-07 2020-11-10 Facebook, Inc. Display with built in 3D sensing capability and gesture control of tv
US8732829B2 (en) * 2008-04-14 2014-05-20 Tdi Technologies, Inc. System and method for monitoring and securing a baseboard management controller
US20090260081A1 (en) * 2008-04-14 2009-10-15 Tecsys Development, Inc. System and Method for Monitoring and Securing a Baseboard Management Controller
US8508550B1 (en) * 2008-06-10 2013-08-13 Pixar Selective rendering of objects
US8595218B2 (en) 2008-06-12 2013-11-26 Intellectual Ventures Holding 67 Llc Interactive display management systems and methods
US20100121866A1 (en) * 2008-06-12 2010-05-13 Matthew Bell Interactive display management systems and methods
US9569875B1 (en) * 2008-08-21 2017-02-14 Pixar Ordered list management
US20130069956A1 (en) * 2009-05-29 2013-03-21 David Tristram Transforming Time-Based Drawings
US20130069954A1 (en) * 2009-05-29 2013-03-21 David Tristram Method of Transforming Time-Based Drawings and Apparatus for Performing the Same
US20130069955A1 (en) * 2009-05-29 2013-03-21 David Tristram Hierarchical Representation of Time
US8943442B1 (en) 2009-12-21 2015-01-27 Lucasfilm Entertainment Company Ltd. Controlling operations for execution
US9035949B1 (en) * 2009-12-21 2015-05-19 Lucasfilm Entertainment Company Ltd. Visually representing a composite graph of image functions
US8655854B2 (en) * 2010-07-27 2014-02-18 Avid Technology, Inc. Hierarchical multimedia program composition
US20120030182A1 (en) * 2010-07-27 2012-02-02 Timothy Claman Hierarchical multimedia program composition
US9436691B2 (en) * 2010-07-27 2016-09-06 Avid Technology, Inc. Hierarchical multimedia program composition
US20140136574A1 (en) * 2010-07-27 2014-05-15 Avid Technology, Inc. Hierarchical multimedia program composition
US9021541B2 (en) 2010-10-14 2015-04-28 Activevideo Networks, Inc. Streaming digital video between video devices using a cable television system
US10095367B1 (en) * 2010-10-15 2018-10-09 Tivo Solutions Inc. Time-based metadata management system for digital media
US9204203B2 (en) 2011-04-07 2015-12-01 Activevideo Networks, Inc. Reduction of latency in video distribution networks using adaptive bit rates
US10157343B1 (en) * 2011-05-09 2018-12-18 Google Llc Predictive model importation
US11093860B1 (en) 2011-05-09 2021-08-17 Google Llc Predictive model importation
US9563971B2 (en) 2011-09-09 2017-02-07 Microsoft Technology Licensing, Llc Composition system thread
US20130141461A1 (en) * 2011-12-06 2013-06-06 Tom Salter Augmented reality camera registration
US9524436B2 (en) * 2011-12-06 2016-12-20 Microsoft Technology Licensing, Llc Augmented reality camera registration
US10409445B2 (en) 2012-01-09 2019-09-10 Activevideo Networks, Inc. Rendering of an interactive lean-backward user interface on a television
US10757481B2 (en) 2012-04-03 2020-08-25 Activevideo Networks, Inc. Class-based intelligent multiplexing over unmanaged networks
US9800945B2 (en) 2012-04-03 2017-10-24 Activevideo Networks, Inc. Class-based intelligent multiplexing over unmanaged networks
US10506298B2 (en) 2012-04-03 2019-12-10 Activevideo Networks, Inc. Class-based intelligent multiplexing over unmanaged networks
US9123084B2 (en) 2012-04-12 2015-09-01 Activevideo Networks, Inc. Graphical application integration with MPEG objects
US9892529B2 (en) 2012-08-03 2018-02-13 Dreamworks Animation L.L.C. Constraint evaluation in directed acyclic graphs
US20180189987A1 (en) * 2012-08-03 2018-07-05 Dreamworks Animation L.L.C. Temporal dependencies in dependency graphs
WO2014022834A1 (en) * 2012-08-03 2014-02-06 Dreamworks Animation Llc Constraint evaluation in directed acyclic graphs
US10453239B2 (en) * 2012-08-03 2019-10-22 Dreamworks Animation L.L.C. Temporal dependencies in dependency graphs
US20140081632A1 (en) * 2012-09-18 2014-03-20 Fujitsu Limited Computer product, analysis support apparatus, and analysis support method
US11073969B2 (en) 2013-03-15 2021-07-27 Activevideo Networks, Inc. Multiple-mode system and method for providing user selectable video content
US10275128B2 (en) 2013-03-15 2019-04-30 Activevideo Networks, Inc. Multiple-mode system and method for providing user selectable video content
US9326047B2 (en) 2013-06-06 2016-04-26 Activevideo Networks, Inc. Overlay rendering of user interface onto source video
US9294785B2 (en) 2013-06-06 2016-03-22 Activevideo Networks, Inc. System and method for exploiting scene graph information in construction of an encoded video sequence
US20140362086A1 (en) * 2013-06-06 2014-12-11 Activevideo Networks, Inc. System and Method for Exploiting Scene Graph Information in Construction of an Encoded Video Sequence
US10200744B2 (en) 2013-06-06 2019-02-05 Activevideo Networks, Inc. Overlay rendering of user interface onto source video
US9219922B2 (en) * 2013-06-06 2015-12-22 Activevideo Networks, Inc. System and method for exploiting scene graph information in construction of an encoded video sequence
US9788029B2 (en) 2014-04-25 2017-10-10 Activevideo Networks, Inc. Intelligent multiplexing using class-based, multi-dimensioned decision logic for managed networks
WO2017059012A1 (en) * 2015-09-29 2017-04-06 Skytree, Inc. Exporting a transformation chain including endpoint of model for prediction
US10353916B2 (en) * 2016-03-25 2019-07-16 Bentley Systems, Incorporated Techniques for conversion of CAD descriptions
WO2017195206A1 (en) * 2016-05-11 2017-11-16 Showbox Ltd. Systems and methods for adapting multi-media content objects
US10223604B2 (en) 2016-11-06 2019-03-05 Microsoft Technology Licensing, Llc Live video analytics at scale
CN111434118A (en) * 2017-11-10 2020-07-17 三星电子株式会社 Apparatus and method for generating user interest information
US11678012B2 (en) 2017-11-10 2023-06-13 Samsung Electronics Co., Ltd. Apparatus and method for user interest information generation
US20200278885A1 (en) * 2019-02-28 2020-09-03 International Business Machines Corporation Time-Based Element Management in A Computer System Using Temporal Node Trees
US11487586B2 (en) * 2019-02-28 2022-11-01 International Business Machines Corporation Time-based element management in a computer system using temporal node trees
US11743439B2 (en) * 2019-03-15 2023-08-29 Comcast Cable Communications, Llc Methods and systems for managing content items
US20220303517A1 (en) * 2019-03-15 2022-09-22 Comcast Cable Communications, Llc Methods and systems for managing content items
US10607105B1 (en) * 2019-03-27 2020-03-31 Disney Enterprises, Inc. Perceptual data association
US10796195B1 (en) * 2019-03-27 2020-10-06 Disney Enterprises, Inc. Perceptual data association

Also Published As

Publication number Publication date
WO1999052080A1 (en) 1999-10-14
AU3207299A (en) 1999-10-25
US6266053B1 (en) 2001-07-24

Similar Documents

Publication Publication Date Title
US6266053B1 (en) Time inheritance scene graph for representation of media content
Schroeder et al. The design and implementation of an object-oriented toolkit for 3D graphics and visualization
KR101087427B1 (en) A computer implemented method and computer readable recording medium for integrating three dimensional scene hierarchy into two dimensional compositing system
US7548238B2 (en) Computer graphics shader systems and methods
KR100938036B1 (en) System supporting animation of graphical display elements through animation object instances
KR20070011062A (en) Model 3d construction application program interface
Geiger et al. A framework for the structured design of vr/ar content
Reiners OpenSG: A scene graph system for flexible and efficient realtime rendering for virtual and augmented reality applications
Chmilar et al. A software architecture for integrated modelling and animation
Rubinstein et al. RTSG: ray tracing for X3D via a flexible rendering framework
Bove Multimedia based on object models: Some whys and hows
François Software architecture for computer vision: Beyond pipes and filters
Ragan-Kelley Practical interactive lighting design for RenderMan scenes
Keown Virtual 3d worlds for enhanced software visualisation
Gobbetti et al. Building an interactive 3D animation system
Lee A general specification for scene animation
Geiger et al. Authoring communicating agents in virtual environments
Bajaj et al. A programming approach for complex animations. Part I. Methodology
Tarlton A declarative representation system for dynamic visualization
Luo Interactive Ray Tracing Infrastructure
Chin et al. JavaFX 3D
May Encapsulated models: procedural representations for computer animation
Nuggehally Java 3D for UCWaves
Mishchenko et al. Distributed visualization framework architecture
Bauchinger Designing a modern rendering engine

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION