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

Improve flow quality #90

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Improve flow quality #90

wants to merge 7 commits into from

Commits on Jun 15, 2017

  1. Improve flow quality

    We noticed quite heavy flickering in the image output from the camera
    sensor. We tested an array of approaches to mitigate the issue.
    
    Primarily we perform whitening of the camera input. This improves the
    flow quality and stability immensely for us.
    lericson committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    6feb336 View commit details
    Browse the repository at this point in the history
  2. Use floats for whitening

    lericson authored and RPLKillen committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    87bee29 View commit details
    Browse the repository at this point in the history
  3. Add 4.8.2 as allowed compiler

    lericson authored and RPLKillen committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    11a9616 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. Configuration menu
    Copy the full SHA
    1263206 View commit details
    Browse the repository at this point in the history
  2. Add whitening parameter

    lericson committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    30eb3d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0771ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd01d8d View commit details
    Browse the repository at this point in the history