Coder Social home page Coder Social logo

komax / trajectory-interaction-delay Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 5.15 MB

Visual Analytics of Delays and Interaction for Movement Data

License: MIT License

MATLAB 23.21% M 0.15% Makefile 0.14% Objective-C 0.72% Java 75.78%
trajectories visualization movement-data visual-analytics

trajectory-interaction-delay's Introduction

Visual Analytics of Delays and Interaction

This visualization tool computes an alignment between two or three trajectories and enables the user to explore such an alignment interactively.

The tool supports these alignment methods

  • Dynamic Time Warping
  • (discrete and locally correct) Fréchet Distance
  • Edit Distance on Real Sequences

Build

Run

$ ant

(Or compile and build the project within the IDE Netbeans)

Data Format

You can find example files in data folder

A Pair of Trajectories

         t     bx     by     ax     ay
  • t is the current time stamp
  • bx by x- and y-coordinates from the first trajectory
  • ax ay x- and y-coordinates from the second trajectory

A Triplet of Trajectories

     t     cx     cy     bx     by     ax     ay
  • t is the current time stamp
  • cx cy x- and y-coordinates from the first trajectory
  • bx by x- and y-coordinates from the second trajectory
  • ax ay x- and y-coordinates from the third trajectory

Run

  1. Launch the application by
    $ java -jar dist/TrajectoryDelay.jar
  1. Load a data set into the application by choosing File in the menu bar and select:
    • Open Trajectory Data (Pairwise) to compute and show an alignment between two trajectories
    • Open Triplet Trajectory Data (Pair 1 2) to compute an alignment among three trajectories and show their projections onto the delay space from trajectory 1 and 2
    • Open Triplet Trajectory Data (Pair 1 3) and Open Triplet Trajectory Data (Pair 2 3) similarly for the other pairs in the triplet
  2. Use the slider to browse the alignment

Components of the Visual Analytics tool

  1. Settings to adjust the visualization and/the computation of the matching
  2. Delay Space: the pairwise distances as a grid from the start of the trajectories (1, 1), bottome-left corner, to the end (n, m), top-right corner, as a heated body color map
  3. Trajectory Plot: The visualization of the trajectories and their corresponding alignment over time
  4. Matching slider: to navigate and browse the matching/alignment
  5. Distance Plot: Distances from the matching over time
  6. Delay Plot: Time differences, delay, from the matching over time

trajectory-interaction-delay's People

Contributors

komax avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.