Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions Resources/UseCase2/UseCase2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<h1>Use Case 2: Timelapse Features</h1>

An object of any class can be tracked over time.&nbsp;

The features of these objects may be extracted at each timepoint, these are referrred to here as nodes.

The link between two nodes describes an edge.

Each edge has two parents. Parent A is a node with time (T) and Parent B is a node with time (T + n). This means that the edge is directional.

Edge features are the change over time of the node features.

Multiple edges and nodes can be aggregated into tracks.
Loading