Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] add example tracking support #361

Closed
wants to merge 4 commits into from

Commits on Nov 3, 2017

  1. Normalize register process code.

    Add PLUGIN_ORGANIZATION as needed.
    linus-sherrill committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    f4ce3f9 View commit details
    Browse the repository at this point in the history
  2. Add initialize tracks from objects support.

    Added:
    - abstract algorithm
    - concrete algorithm
    - process
    linus-sherrill committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    eace417 View commit details
    Browse the repository at this point in the history
  3. Add support for read and write track sets

    Added:
    - abstract algorithms
    - concrete implementations for reading in kw18 format
    - reader and writer processes
    linus-sherrill committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    be6d8c6 View commit details
    Browse the repository at this point in the history
  4. Add associate detections to tracks

    Added abstract algorithm
    Added concrete implementation
    Added type and port trait for track association score
    linus-sherrill committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    579c30c View commit details
    Browse the repository at this point in the history